| /external/libaom/aom_dsp/ |
| D | quantize.c | 18 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_adaptive_helper_c() 109 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_quantize_b_helper_c() 175 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_adaptive_helper_c() 263 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_helper_c() 324 const int16_t *round_ptr, in aom_quantize_b_adaptive_c() 338 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_32x32_adaptive_c() 350 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_64x64_adaptive_c() 363 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_adaptive_c() 375 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_adaptive_c() 387 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_adaptive_c() [all …]
|
| /external/libvpx/vpx_dsp/ |
| D | quantize.c | 19 const int16_t *round_ptr, const int16_t quant, in vpx_quantize_dc() 42 const int16_t *round_ptr, const int16_t quant, in vpx_highbd_quantize_dc() 66 const int16_t *round_ptr, const int16_t quant, in vpx_quantize_dc_32x32() 91 const int16_t *round_ptr, const int16_t quant, in vpx_highbd_quantize_dc_32x32() 117 const int16_t *zbin_ptr, const int16_t *round_ptr, in vpx_quantize_b_c() 165 const int16_t *zbin_ptr, const int16_t *round_ptr, in vpx_highbd_quantize_b_c() 212 const int16_t *zbin_ptr, const int16_t *round_ptr, in vpx_quantize_b_32x32_c() 273 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_c()
|
| /external/libaom/aom_dsp/arm/ |
| D | highbd_quantize_neon.c | 138 const int16_t *round_ptr, const int16_t *quant_ptr, in highbd_quantize_b_neon() 236 const int16_t *round_ptr, in aom_highbd_quantize_b_neon() 249 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_neon() 260 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_neon() 272 const int16_t *round_ptr, const int16_t *quant_ptr, in highbd_quantize_b_adaptive_neon() 398 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_adaptive_neon() 409 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_adaptive_neon() 420 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_adaptive_neon()
|
| /external/libvpx/vp8/encoder/mips/mmi/ |
| D | vp8_quantize_mmi.c | 36 const int16_t *round_ptr = b->round; in vp8_fast_quantize_b_mmi() local 208 const int16_t *round_ptr = b->round; in vp8_regular_quantize_b_mmi() local
|
| /external/libaom/aom_dsp/x86/ |
| D | quantize_avx2.c | 18 const int16_t *round_ptr, __m256i *round, in load_b_values_avx2() 123 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_quantize_b_avx2() 209 const int16_t *round_ptr, const int16_t *quant_ptr, in quantize_b_no_qmatrix_avx2() 250 const int16_t *round_ptr, in aom_quantize_b_32x32_avx2() 264 const int16_t *round_ptr, in aom_quantize_b_64x64_avx2()
|
| D | highbd_quantize_intrin_avx2.c | 32 static INLINE void init_qp(const int16_t *zbin_ptr, const int16_t *round_ptr, in init_qp() 187 const int16_t *round_ptr, in aom_highbd_quantize_b_avx2() 226 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_avx2() 262 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_avx2()
|
| D | highbd_quantize_intrin_sse2.c | 20 const int16_t *round_ptr, in aom_highbd_quantize_b_sse2() 95 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_sse2() 153 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_sse2()
|
| D | aom_quantize_avx.c | 32 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_quantize_b_avx() 150 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_quantize_b_32x32_avx()
|
| /external/libvpx/vp9/encoder/ |
| D | vp9_quantize.c | 25 const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_quantize_fp_c() 56 const int16_t *round_ptr, in vp9_highbd_quantize_fp_c() 89 const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_quantize_fp_32x32_c() 121 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, in vp9_highbd_quantize_fp_32x32_c()
|
| /external/libaom/av1/encoder/arm/neon/ |
| D | quantize_neon.c | 75 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_neon() 139 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_lp_neon() 244 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, in quantize_fp_no_qmatrix_neon() 322 const int16_t *round_ptr, in av1_quantize_fp_32x32_neon() 338 const int16_t *round_ptr, in av1_quantize_fp_64x64_neon() 353 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_quantize_b_neon() 457 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_helper_16x16_neon() 586 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_helper_32x32_neon() 724 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_helper_64x64_neon() 873 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_helper_neon() [all …]
|
| /external/libvpx/vp9/encoder/x86/ |
| D | vp9_quantize_avx2.c | 32 const int16_t *round_ptr, __m256i *round, const int16_t *quant_ptr, in load_fp_values_avx2() 101 const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_quantize_fp_avx2() 206 const int16_t *round_ptr, in vp9_quantize_fp_32x32_avx2() 289 const int16_t *round_ptr, __m256i *round, const int16_t *quant_ptr, in highbd_load_fp_values() 327 const int16_t *round_ptr, in vp9_highbd_quantize_fp_avx2() 393 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, in vp9_highbd_quantize_fp_32x32_avx2()
|
| D | vp9_quantize_ssse3.c | 22 const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_quantize_fp_ssse3() 122 const int16_t *round_ptr, in vp9_quantize_fp_32x32_ssse3()
|
| D | vp9_quantize_sse2.c | 22 const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_quantize_fp_sse2()
|
| /external/libvpx/vp9/encoder/arm/neon/ |
| D | vp9_quantize_neon.c | 71 static VPX_FORCE_INLINE void load_fp_values(const int16_t *round_ptr, in load_fp_values() 121 const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_quantize_fp_neon() 190 const int16_t *round_ptr, in vp9_quantize_fp_32x32_neon() 261 const int16_t *round_ptr, in vp9_highbd_quantize_fp_neon() 352 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, in vp9_highbd_quantize_fp_32x32_neon()
|
| /external/libvpx/vpx_dsp/x86/ |
| D | quantize_sse2.h | 20 const int16_t *round_ptr, __m128i *round, in load_b_values() 32 static INLINE void load_fp_values(const int16_t *round_ptr, __m128i *round, in load_fp_values()
|
| D | quantize_ssse3.c | 21 const int16_t *zbin_ptr, const int16_t *round_ptr, in vpx_quantize_b_ssse3() 112 const int16_t *round_ptr, in vpx_quantize_b_32x32_ssse3()
|
| D | quantize_avx.c | 24 const int16_t *zbin_ptr, const int16_t *round_ptr, in vpx_quantize_b_avx() 144 const int16_t *zbin_ptr, const int16_t *round_ptr, in vpx_quantize_b_32x32_avx()
|
| D | highbd_quantize_intrin_avx2.c | 30 const int16_t *round_ptr, in init_qp() 138 const int16_t *round_ptr, in vpx_highbd_quantize_b_avx2() 226 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_avx2()
|
| D | highbd_quantize_intrin_sse2.c | 22 const int16_t *round_ptr, in vpx_highbd_quantize_b_sse2() 97 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_sse2()
|
| D | quantize_avx2.c | 18 const int16_t *zbin_ptr, __m256i *zbin, const int16_t *round_ptr, in load_b_values_avx2() 154 const int16_t *zbin_ptr, const int16_t *round_ptr, in vpx_quantize_b_avx2() 255 const int16_t *round_ptr, in vpx_quantize_b_32x32_avx2()
|
| /external/libaom/av1/encoder/ |
| D | av1_quantize.c | 72 const int16_t *round_ptr, const int16_t *quant_ptr, in quantize_fp_helper_c() 127 const int16_t *round_ptr, const int16_t *quant_ptr, in highbd_quantize_fp_helper_c() 202 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_c() 213 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_lp_c() 243 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_32x32_c() 255 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_64x64_c() 375 int skip_block, const int16_t *round_ptr, in quantize_dc() 518 const int16_t *round_ptr, const int16_t quant, tran_low_t *qcoeff_ptr, in highbd_quantize_dc() 566 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_highbd_quantize_fp_c()
|
| /external/libaom/av1/encoder/x86/ |
| D | av1_highbd_quantize_avx2.c | 32 static INLINE void init_qp(const int16_t *round_ptr, const int16_t *quant_ptr, in init_qp() 92 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_highbd_quantize_fp_avx2()
|
| D | av1_quantize_avx2.c | 30 static INLINE void init_qp(const int16_t *round_ptr, const int16_t *quant_ptr, in init_qp() 148 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_lp_avx2() 225 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_avx2() 295 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_fp_32x32_avx2() 377 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_fp_64x64_avx2()
|
| /external/libvpx/vp9/encoder/ppc/ |
| D | vp9_quantize_vsx.c | 42 const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_quantize_fp_vsx() 165 const int16_t *round_ptr, in vp9_quantize_fp_32x32_vsx()
|
| /external/libvpx/vp8/encoder/ |
| D | vp8_quantize.c | 22 short *round_ptr = b->round; in vp8_fast_quantize_b_c() local 55 short *round_ptr = b->round; in vp8_regular_quantize_b_c() local
|