/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | fastquant_inline.h | 30 __inline int32 aan_scale(int32 q_value, int32 coeff, int32 round, int32 QPdiv2) in aan_scale() 41 __inline int32 coeff_quant(int32 coeff, int32 q_scale, int32 shift) in coeff_quant() 54 int32 coeff = q_value + ac_clip; in coeff_clip() local 64 int32 coeff; in coeff_dequant() local 83 __inline int32 smlabb(int32 q_value, int32 coeff, int32 round) in smlabb() 90 __inline int32 smulbb(int32 q_scale, int32 coeff) in smulbb() 99 __inline int32 aan_dc_scale(int32 coeff, int32 QP) in aan_dc_scale() 126 int32 coeff; in coeff_dequant_mpeg() local 173 __inline int32 aan_scale(int32 q_value, int32 coeff, in aan_scale() 187 __inline int32 coeff_quant(int32 coeff, int32 q_scale, int32 shift) in coeff_quant() [all …]
|
H A D | fastquant.cpp | 154 Int tmp, coeff, q_value; in BlockQuantDequantH263Inter() local 274 Int tmp, coeff, q_value; in BlockQuantDequantH263Intra() local 444 Int coeff, scale_q; in BlockQuantDequantH263DCInter() local 498 Int tmp, coeff; in BlockQuantDequantH263DCIntra() local 549 Int tmp, coeff, q_value = 0; in BlockQuantDequantMPEGInter() local 678 Int tmp, coeff, q_value = 0; in BlockQuantDequantMPEGIntra() local 855 Int q_value, coeff, stepsize; in BlockQuantDequantMPEGDCInter() local 923 Int tmp, coeff, q_value; in BlockQuantDequantMPEGDCIntra() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | hybrid_fwd_txfm.c | 78 static void highbd_fwd_txfm_4x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x4() 91 static void highbd_fwd_txfm_4x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x8() 98 static void highbd_fwd_txfm_8x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_8x4() 105 static void highbd_fwd_txfm_8x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_8x16() 113 static void highbd_fwd_txfm_16x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x8() 121 static void highbd_fwd_txfm_16x32(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x32() 128 static void highbd_fwd_txfm_32x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_32x16() 136 static void highbd_fwd_txfm_16x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x4() 143 static void highbd_fwd_txfm_4x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x16() 150 static void highbd_fwd_txfm_32x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_32x8() [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | quantize.c | 25 const int coeff = coeff_ptr[rc]; in vpx_quantize_dc() local 53 const int coeff = coeff_ptr[0]; in vpx_highbd_quantize_dc() local 73 const int coeff = coeff_ptr[rc]; in vpx_quantize_dc_32x32() local 104 const int coeff = coeff_ptr[0]; in vpx_highbd_quantize_dc_32x32() local 137 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_c() local 149 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_c() local 187 const int coeff = coeff_ptr[rc]; in vpx_highbd_quantize_b_c() local 199 const int coeff = coeff_ptr[rc]; in vpx_highbd_quantize_b_c() local 240 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_32x32_c() local 251 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_32x32_c() local [all …]
|
H A D | avg.c | 42 int16_t *coeff) { in hadamard_highbd_col8_first_pass() 75 int32_t *coeff) { in hadamard_highbd_col8_second_pass() 107 tran_low_t *coeff) { in vpx_highbd_hadamard_8x8_c() 133 tran_low_t *coeff) { in vpx_highbd_hadamard_16x16_c() 165 tran_low_t *coeff) { in vpx_highbd_hadamard_32x32_c() 200 int16_t *coeff) { in hadamard_col8() 232 tran_low_t *coeff) { in vpx_hadamard_8x8_c() 258 tran_low_t *coeff) { in vpx_hadamard_16x16_c() 289 tran_low_t *coeff) { in vpx_hadamard_32x32_c() 322 int vpx_highbd_satd_c(const tran_low_t *coeff, int length) { in vpx_highbd_satd_c() [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | avg.c | 103 int16_t *coeff) { in hadamard_col4() 116 tran_low_t *coeff) { in aom_hadamard_4x4_c() 148 int16_t *coeff) { in hadamard_col8() 178 tran_low_t *coeff) { in aom_hadamard_8x8_c() 208 int16_t *coeff) { in aom_hadamard_lp_8x8_c() 239 int16_t *coeff) { in aom_hadamard_lp_8x8_dual_c() 248 tran_low_t *coeff) { in aom_hadamard_16x16_c() 290 int16_t *coeff) { in aom_hadamard_lp_16x16_c() 319 tran_low_t *coeff) { in aom_hadamard_32x32_c() 352 int16_t *coeff) { in hadamard_highbd_col8_first_pass() [all …]
|
H A D | quantize.c | 41 const int coeff = coeff_ptr[rc] * wt; in aom_quantize_b_adaptive_helper_c() local 57 const int coeff = coeff_ptr[rc]; in aom_quantize_b_adaptive_helper_c() local 92 const int coeff = coeff_ptr[rc] * wt; in aom_quantize_b_adaptive_helper_c() local 131 const int coeff = coeff_ptr[rc] * wt; in aom_quantize_b_helper_c() local 144 const int coeff = coeff_ptr[rc]; in aom_quantize_b_helper_c() local 198 const int coeff = coeff_ptr[rc] * wt; in aom_highbd_quantize_b_adaptive_helper_c() local 214 const int coeff = coeff_ptr[rc]; in aom_highbd_quantize_b_adaptive_helper_c() local 245 const int coeff = coeff_ptr[rc] * wt; in aom_highbd_quantize_b_adaptive_helper_c() local 285 const int coeff = coeff_ptr[rc] * wt; in aom_highbd_quantize_b_helper_c() local 298 const int coeff = coeff_ptr[rc]; in aom_highbd_quantize_b_helper_c() local
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | avg_intrin_sse2.c | 211 tran_low_t *coeff) { in aom_hadamard_4x4_sse2() 303 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_8x8_sse2() 355 tran_low_t *coeff) { in aom_hadamard_8x8_sse2() 360 ptrdiff_t src_stride, int16_t *coeff) { in hadamard_lp_8x8_sse2() 392 int16_t *coeff) { in aom_hadamard_lp_8x8_sse2() 397 ptrdiff_t src_stride, int16_t *coeff) { in aom_hadamard_lp_8x8_dual_sse2() 404 int16_t *coeff) { in aom_hadamard_lp_16x16_sse2() 443 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_sse2() 504 tran_low_t *coeff) { in aom_hadamard_16x16_sse2() 509 tran_low_t *coeff) { in aom_hadamard_32x32_sse2() [all …]
|
H A D | avg_intrin_avx2.c | 105 ptrdiff_t src_stride, int16_t *coeff) { in aom_hadamard_lp_8x8_dual_avx2() 145 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_avx2() 190 tran_low_t *coeff) { in aom_hadamard_16x16_avx2() 195 int16_t *coeff) { in aom_hadamard_lp_16x16_avx2() 228 tran_low_t *coeff) { in aom_hadamard_32x32_avx2() 377 tran_low_t *coeff) { in aom_highbd_hadamard_8x8_avx2() 420 ptrdiff_t src_stride, tran_low_t *coeff) { in aom_highbd_hadamard_16x16_avx2() 461 ptrdiff_t src_stride, tran_low_t *coeff) { in aom_highbd_hadamard_32x32_avx2() 502 int aom_satd_avx2(const tran_low_t *coeff, int length) { in aom_satd_avx2() 523 int aom_satd_lp_avx2(const int16_t *coeff, int length) { in aom_satd_lp_avx2()
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | avg_intrin_avx2.c | 96 tran_low_t *coeff) { in vpx_highbd_hadamard_8x8_avx2() 139 ptrdiff_t src_stride, tran_low_t *coeff) { in vpx_highbd_hadamard_16x16_avx2() 180 ptrdiff_t src_stride, tran_low_t *coeff) { in vpx_highbd_hadamard_32x32_avx2() 306 int16_t *coeff) { in hadamard_8x8x2_avx2() 346 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_avx2() 394 tran_low_t *coeff) { in vpx_hadamard_16x16_avx2() 399 tran_low_t *coeff) { in vpx_hadamard_32x32_avx2() 474 int vpx_satd_avx2(const tran_low_t *coeff, int length) { in vpx_satd_avx2() 499 int vpx_highbd_satd_avx2(const tran_low_t *coeff, int length) { in vpx_highbd_satd_avx2()
|
H A D | avg_intrin_sse2.c | 276 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_8x8_sse2() 328 tran_low_t *coeff) { in vpx_hadamard_8x8_sse2() 333 ptrdiff_t src_stride, tran_low_t *coeff, in hadamard_16x16_sse2() 394 tran_low_t *coeff) { in vpx_hadamard_16x16_sse2() 399 tran_low_t *coeff) { in vpx_hadamard_32x32_sse2() 478 int vpx_satd_sse2(const tran_low_t *coeff, int length) { in vpx_satd_sse2()
|
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | highbd_fwd_txfm_neon.c | 309 void av1_fwd_txfm2d_4x4_neon(const int16_t *input, int32_t *coeff, in av1_fwd_txfm2d_4x4_neon() 630 void av1_fwd_txfm2d_8x8_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_8x8_neon() 1046 void av1_fwd_txfm2d_16x16_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_16x16_neon() 2191 void av1_fwd_txfm2d_16x8_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_16x8_neon() 2222 void av1_fwd_txfm2d_8x16_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_8x16_neon() 2254 void av1_fwd_txfm2d_4x16_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_4x16_neon() 2287 void av1_fwd_txfm2d_16x4_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_16x4_neon() 2317 void av1_fwd_txfm2d_16x32_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_16x32_neon() 2340 void av1_fwd_txfm2d_32x64_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_32x64_neon() 2366 void av1_fwd_txfm2d_64x32_neon(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_64x32_neon() [all …]
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | error_intrin_avx2.c | 18 static inline void read_coeff(const tran_low_t *coeff, intptr_t offset, in read_coeff() 32 static inline void av1_block_error_block_size16_avx2(const int16_t *coeff, in av1_block_error_block_size16_avx2() 47 static inline void av1_block_error_block_size32_avx2(const int16_t *coeff, in av1_block_error_block_size32_avx2() 74 static inline void av1_block_error_block_size64_avx2(const int16_t *coeff, in av1_block_error_block_size64_avx2() 128 int64_t av1_block_error_lp_avx2(const int16_t *coeff, const int16_t *dqcoeff, in av1_block_error_lp_avx2() 154 int64_t av1_block_error_avx2(const tran_low_t *coeff, const tran_low_t *dqcoeff, in av1_block_error_avx2()
|
H A D | highbd_fwd_txfm_sse4.c | 249 void av1_fwd_txfm2d_4x4_sse4_1(const int16_t *input, int32_t *coeff, in av1_fwd_txfm2d_4x4_sse4_1() 896 void av1_fwd_txfm2d_8x8_sse4_1(const int16_t *input, int32_t *coeff, int stride, in av1_fwd_txfm2d_8x8_sse4_1() 1788 void av1_fwd_txfm2d_16x16_sse4_1(const int16_t *input, int32_t *coeff, in av1_fwd_txfm2d_16x16_sse4_1() 2158 void av1_fwd_txfm2d_16x8_sse4_1(const int16_t *input, int32_t *coeff, in av1_fwd_txfm2d_16x8_sse4_1() 2192 void av1_fwd_txfm2d_8x16_sse4_1(const int16_t *input, int32_t *coeff, in av1_fwd_txfm2d_8x16_sse4_1() 2219 void av1_fwd_txfm2d_4x16_sse4_1(const int16_t *input, int32_t *coeff, in av1_fwd_txfm2d_4x16_sse4_1() 2251 void av1_fwd_txfm2d_16x4_sse4_1(const int16_t *input, int32_t *coeff, in av1_fwd_txfm2d_16x4_sse4_1() 2282 void av1_fwd_txfm2d_16x32_sse4_1(const int16_t *input, int32_t *coeff, in av1_fwd_txfm2d_16x32_sse4_1() 2312 void av1_fwd_txfm2d_32x64_sse4_1(const int16_t *input, int32_t *coeff, in av1_fwd_txfm2d_32x64_sse4_1() 2348 void av1_fwd_txfm2d_64x32_sse4_1(const int16_t *input, int32_t *coeff, in av1_fwd_txfm2d_64x32_sse4_1() [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | hadamard_neon.c | 33 tran_low_t *coeff) { in aom_hadamard_4x4_neon() 83 tran_low_t *coeff) { in aom_hadamard_8x8_neon() 112 int16_t *coeff) { in aom_hadamard_lp_8x8_neon() 141 ptrdiff_t src_stride, int16_t *coeff) { in aom_hadamard_lp_8x8_dual_neon() 148 int16_t *coeff) { in aom_hadamard_lp_16x16_neon() 189 tran_low_t *coeff) { in aom_hadamard_16x16_neon() 290 tran_low_t *coeff) { in aom_hadamard_32x32_neon()
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_custom_index.cpp | 34 NormalIndex coeff(1,2,4,1); in test_map_as_index() local 52 NormalIndex coeff(1,2,4,1); in test_matrix_as_index() local 67 DSizes<ptrdiff_t, 4> coeff(1,2,4,1); in test_varlist_as_index() local 82 DSizes<ptrdiff_t, 4> coeff(1,2,4,1); in test_sizes_as_index() local
|
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/ |
H A D | SparseBlock.h | 54 inline const Scalar coeff(Index row, Index col) const in coeff() function 59 inline const Scalar coeff(Index index) const in coeff() function 246 inline const Scalar coeff(Index row, Index col) const in coeff() function 251 inline const Scalar coeff(Index index) const in coeff() function 369 inline const Scalar coeff(Index row, Index col) const in coeff() function 380 inline const Scalar coeff(Index index) const in coeff() function
|
/aosp_15_r20/external/aac/libFDK/src/ |
H A D | FDK_lpc.cpp | 118 const int inc, const FIXP_SGL *coeff, in CLpc_SynthesisLattice() 170 const int inc, const FIXP_DBL *coeff, in CLpc_SynthesisLattice() 222 FIXP_LPC_TNS coeff[2 * LPC_MAX_ORDER]; in CLpc_Synthesis() local 265 FIXP_LPC coeff[2 * LPC_MAX_ORDER]; in CLpc_Synthesis() local 320 FIXP_LPC coeff[2 * LPC_MAX_ORDER]; in CLpc_Analysis() local
|
/aosp_15_r20/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicConvolve3x3.cpp | 86 const float* coeff) { in ConvolveOneU4() 108 const float* coeff) { in ConvolveOneU2() 129 const float* coeff) { in ConvolveOneU1() 148 const float* coeff) { in ConvolveOneF4() 159 const float* coeff) { in ConvolveOneF2() 170 const float* coeff) { in ConvolveOneF1()
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | warp_plane_avx2.c | 78 __m256i *coeff, in filter_src_pixels_avx2() 101 __m256i *coeff) { in prepare_horizontal_filter_coeff_avx2() 195 __m256i *coeff) { in prepare_horizontal_filter_coeff_beta0_avx2() 235 __m256i *coeff) { in prepare_horizontal_filter_coeff_alpha0_avx2() 259 __m256i coeff[4]; in horizontal_filter_avx2() local 265 __m256i *coeff) { in prepare_horizontal_filter_coeff() 305 __m256i coeff[4]; in warp_horizontal_filter_avx2() local 339 __m256i coeff[4]; in warp_horizontal_filter_alpha0_avx2() local 374 __m256i coeff[4]; in warp_horizontal_filter_beta0_avx2() local 406 __m256i coeff[4]; in warp_horizontal_filter_alpha0_beta0_avx2() local [all …]
|
H A D | highbd_warp_plane_sse4.c | 36 __m128i *coeff) { in highbd_prepare_horizontal_filter_coeff() 95 int sx, __m128i *coeff) { in highbd_prepare_horizontal_filter_coeff_alpha0() 116 const __m128i *src, const __m128i *src2, __m128i *tmp, __m128i *coeff, in highbd_filter_src_pixels() 161 __m128i coeff[8]; in highbd_horiz_filter() local 175 __m128i coeff[8]; in highbd_warp_horizontal_filter_alpha0_beta0() local 215 __m128i coeff[8]; in highbd_warp_horizontal_filter_alpha0() local 228 __m128i coeff[8]; in highbd_warp_horizontal_filter_beta0() local
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | Tensor.h | 115 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(Index firstIndex, Index secondIndex, Ind… in coeff() function 124 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(const array<Index, NumIndices>& indices)… in coeff() function 135 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(CustomIndices& indices) const in coeff() function 141 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff() const in coeff() function 147 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(Index index) const in coeff() function
|
H A D | TensorFixedSize.h | 77 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(Index firstIndex, IndexTypes... otherInd… in coeff() function 86 EIGEN_STRONG_INLINE const Scalar& coeff(const array<Index, NumIndices>& indices) const in coeff() function 93 EIGEN_STRONG_INLINE const Scalar& coeff(Index index) const in coeff() function 100 EIGEN_STRONG_INLINE const Scalar& coeff() const in coeff() function
|
/aosp_15_r20/external/skia/src/gpu/ |
H A D | Blend.h | 103 static constexpr bool BlendCoeffRefsSrc(const BlendCoeff coeff) { in BlendCoeffRefsSrc() 108 static constexpr bool BlendCoeffRefsDst(const BlendCoeff coeff) { in BlendCoeffRefsDst() 113 static constexpr bool BlendCoeffRefsSrc2(const BlendCoeff coeff) { in BlendCoeffRefsSrc2() 141 static constexpr bool BlendCoeffRefsConstant(const BlendCoeff coeff) { in BlendCoeffRefsConstant()
|
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/ |
H A D | color_gamma.c | 267 struct fixed31_32 arg, struct gamma_coefficients *coeff, uint32_t color_index) in translate_to_linear_space_ex() 324 struct gamma_coefficients *coeff, uint32_t color_index, struct calculate_buffer *cal_buffer) in translate_from_linear_space_ex() 401 struct gamma_coefficients coeff; in build_degamma() local 436 struct gamma_coefficients *coeff; in build_regamma() local 604 struct pixel_gamma_point *coeff = NULL; in vpe_color_calculate_regamma_params() local
|