/external/libaom/libaom/aom_dsp/ |
D | quantize.c | 17 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in quantize_b_adaptive_helper_c() 107 void quantize_b_helper_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in quantize_b_helper_c() 170 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in highbd_quantize_b_adaptive_helper_c() 258 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in highbd_quantize_b_helper_c() 316 void aom_quantize_b_adaptive_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_adaptive_c() 331 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_32x32_adaptive_c() 343 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_64x64_adaptive_c() 355 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_adaptive_c() 367 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_adaptive_c() 379 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_64x64_adaptive_c() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.c | 37 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in quantize_fp_helper_c() 108 const tran_low_t *coeff_ptr, intptr_t count, const int16_t *zbin_ptr, in highbd_quantize_fp_helper_c() 182 void av1_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_c() 193 void av1_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_32x32_c() 205 void av1_quantize_fp_64x64_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_64x64_c() 217 void av1_quantize_fp_facade(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_facade() 262 void av1_quantize_b_facade(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_b_facade() 331 static void quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, in quantize_dc() 364 void av1_quantize_dc_facade(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_dc_facade() 379 void av1_highbd_quantize_fp_facade(const tran_low_t *coeff_ptr, in av1_highbd_quantize_fp_facade() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 18 void vpx_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, int skip_block, in vpx_quantize_dc() 42 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, in vpx_highbd_quantize_dc() 66 void vpx_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_quantize_dc_32x32() 92 void vpx_highbd_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_highbd_quantize_dc_32x32() 117 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_c() 168 void vpx_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_highbd_quantize_b_c() 217 void vpx_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_32x32_c() 280 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_highbd_quantize_b_32x32_c()
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | encodeopt_msa.c | 15 int32_t vp8_block_error_msa(int16_t *coeff_ptr, int16_t *dq_coeff_ptr) { in vp8_block_error_msa() 44 int16_t *coeff_ptr, *dq_coeff_ptr; in vp8_mbblock_error_msa() local 110 int16_t *coeff_ptr, *dq_coeff_ptr; in vp8_mbuverror_msa() local
|
D | quantize_msa.c | 15 static int8_t fast_quantize_b_msa(int16_t *coeff_ptr, int16_t *round, in fast_quantize_b_msa() 82 int16_t *zbin_boost, int16_t *coeff_ptr, int16_t *zbin, int16_t *round, in exact_regular_quantize_b_msa() 185 int16_t *coeff_ptr = b->coeff; in vp8_fast_quantize_b_msa() local 198 int16_t *coeff_ptr = b->coeff; in vp8_regular_quantize_b_msa() local
|
/external/libvpx/libvpx/vp8/encoder/mips/mmi/ |
D | vp8_quantize_mmi.c | 35 const int16_t *coeff_ptr = b->coeff; in vp8_fast_quantize_b_mmi() local 205 const int16_t *coeff_ptr = b->coeff; in vp8_regular_quantize_b_mmi() local
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_sse2.c | 18 short *coeff_ptr = mb->block[0].coeff; in vp8_mbblock_error_sse2() local
|
/external/libaom/libaom/av1/encoder/mips/msa/ |
D | error_msa.c | 91 int64_t av1_block_error_msa(const tran_low_t *coeff_ptr, in av1_block_error_msa()
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_error_msa.c | 87 int64_t vp9_block_error_msa(const tran_low_t *coeff_ptr, in vp9_block_error_msa()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 24 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_c() 58 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_highbd_quantize_fp_c() 93 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_c() 129 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vp9_highbd_quantize_fp_32x32_c()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_dct_neon.c | 22 tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_fdct8x8_quant_neon()
|
D | vp9_quantize_neon.c | 29 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t count, in vp9_quantize_fp_neon() 124 void vp9_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t count, in vp9_quantize_fp_32x32_neon()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 18 void aom_highbd_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t count, in aom_highbd_quantize_b_sse2() 93 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_sse2() 151 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_64x64_sse2()
|
D | quantize_x86.h | 127 static INLINE __m128i load_coefficients(const tran_low_t *coeff_ptr) { in load_coefficients() 135 tran_low_t *coeff_ptr) { in store_coefficients()
|
D | quantize_sse2.c | 21 void aom_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_sse2()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_avx.c | 23 void vpx_quantize_b_avx(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_avx() 147 void vpx_quantize_b_32x32_avx(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_32x32_avx()
|
D | quantize_ssse3.c | 20 void vpx_quantize_b_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_ssse3() 113 void vpx_quantize_b_32x32_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_32x32_ssse3()
|
D | highbd_quantize_intrin_sse2.c | 20 void vpx_highbd_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t count, in vpx_highbd_quantize_b_sse2() 97 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_highbd_quantize_b_32x32_sse2()
|
D | quantize_sse2.c | 20 void vpx_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_sse2()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_quantize_sse2.c | 72 const tran_low_t *coeff_ptr, intptr_t n_coeffs, in quantize() 138 void av1_quantize_fp_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_sse2()
|
D | av1_quantize_avx2.c | 135 void av1_quantize_fp_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_avx2() 212 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in av1_quantize_fp_32x32_avx2() 291 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in av1_quantize_fp_64x64_avx2()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | vp8_quantize.c | 21 short *coeff_ptr = b->coeff; in vp8_fast_quantize_b_c() local 53 short *coeff_ptr = b->coeff; in vp8_regular_quantize_b_c() local
|
/external/libvpx/libvpx/vp9/encoder/ppc/ |
D | vp9_quantize_vsx.c | 41 void vp9_quantize_fp_vsx(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_vsx() 167 void vp9_quantize_fp_32x32_vsx(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_vsx()
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 164 inline void quant_fp_nz(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in quant_fp_nz() 237 void quantize_fp_nz_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in quantize_fp_nz_c() 247 void quantize_fp_32x32_nz_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in quantize_fp_32x32_nz_c()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 34 void vpx_quantize_b_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_neon() 191 void vpx_quantize_b_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_32x32_neon()
|