/external/libaom/libaom/aom_dsp/ |
D | quantize.c | 19 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_adaptive_helper_c() 111 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_helper_c() 174 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_adaptive_helper_c() 261 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_helper_c() 323 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_adaptive_c() 335 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_32x32_adaptive_c() 347 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_64x64_adaptive_c() 360 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_adaptive_c() 372 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_adaptive_c() 384 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_64x64_adaptive_c() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.c | 30 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr) { in av1_quantize_skip() 74 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in quantize_fp_helper_c() 129 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in highbd_quantize_fp_helper_c() 205 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_c() 215 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_lp_c() 247 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_32x32_c() 259 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_64x64_c() 268 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr, in av1_quantize_fp_facade() 304 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr, in av1_quantize_b_facade() 375 uint16_t *eob_ptr, const qm_val_t *qm_ptr, in quantize_dc() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 21 const int16_t dequant, uint16_t *eob_ptr) { in vpx_quantize_dc() 46 uint16_t *eob_ptr) { in vpx_highbd_quantize_dc() 69 const int16_t dequant, uint16_t *eob_ptr) { in vpx_quantize_dc_32x32() 96 const int16_t dequant, uint16_t *eob_ptr) { in vpx_highbd_quantize_dc_32x32() 122 uint16_t *eob_ptr, const int16_t *scan, in vpx_quantize_b_c() 173 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_c() 222 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_c() 283 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_32x32_c()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 28 uint16_t *eob_ptr, const int16_t *scan, in vp9_quantize_fp_c() 62 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_c() 97 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_32x32_c() 131 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_32x32_c()
|
/external/libaom/libaom/av1/encoder/arm/neon/ |
D | quantize_neon.c | 31 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_neon() 135 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_lp_neon() 224 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_32x32_neon() 338 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_64x64_neon() 464 uint16_t *eob_ptr, const int16_t *scan, in aom_quantize_b_neon() 584 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_helper_16x16_neon() 731 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_helper_32x32_neon() 887 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_helper_64x64_neon() 1054 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_helper_neon() 1085 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_32x32_neon() [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 24 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_sse2() 96 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_sse2() 154 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_64x64_sse2()
|
D | aom_quantize_avx.c | 36 uint16_t *eob_ptr, const int16_t *scan, in aom_quantize_b_avx() 154 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_32x32_avx()
|
D | quantize_sse2.c | 26 uint16_t *eob_ptr, const int16_t *scan_ptr, in aom_quantize_b_sse2()
|
D | adaptive_quantize_sse2.c | 23 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_adaptive_sse2() 223 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_32x32_adaptive_sse2() 431 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_64x64_adaptive_sse2()
|
D | quantize_ssse3.c | 68 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_64x64_ssse3()
|
D | highbd_adaptive_quantize_sse2.c | 98 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_adaptive_sse2() 306 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_adaptive_sse2() 522 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_64x64_adaptive_sse2()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_avx.c | 28 uint16_t *eob_ptr, const int16_t *scan, in vpx_quantize_b_avx() 153 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_avx()
|
D | quantize_ssse3.c | 25 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_ssse3() 119 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_ssse3()
|
D | highbd_quantize_intrin_sse2.c | 26 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_sse2() 100 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_32x32_sse2()
|
D | quantize_sse2.c | 25 uint16_t *eob_ptr, const int16_t *scan, in vpx_quantize_b_sse2()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_quantize_avx2.c | 160 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_lp_avx2() 243 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_avx2() 318 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_32x32_avx2() 397 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_64x64_avx2()
|
D | av1_highbd_quantize_avx2.c | 94 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_highbd_quantize_fp_avx2()
|
D | av1_highbd_quantize_sse4.c | 119 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_highbd_quantize_fp_sse4_1()
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 173 uint16_t *eob_ptr, const int16_t *scan, in quant_fp_nz() 249 uint16_t *eob_ptr, const int16_t *scan, in quantize_fp_nz_c() 259 uint16_t *eob_ptr, const int16_t *scan, in quantize_fp_32x32_nz_c()
|
/external/libvpx/libvpx/vp9/encoder/ppc/ |
D | vp9_quantize_vsx.c | 45 uint16_t *eob_ptr, const int16_t *scan, in vp9_quantize_fp_vsx() 171 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_32x32_vsx()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 49 uint16_t *eob_ptr, const int16_t *scan, in vp9_quantize_fp_neon() 144 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_32x32_neon()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 39 uint16_t *eob_ptr, const int16_t *scan, in vpx_quantize_b_neon() 197 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_neon()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | quantize_vsx.c | 102 uint16_t *eob_ptr, const int16_t *scan_ptr, in vpx_quantize_b_vsx() 203 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_vsx()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_avx2.c | 53 uint16_t *eob_ptr, const int16_t *scan, in vp9_quantize_fp_avx2()
|
D | vp9_quantize_sse2.c | 24 uint16_t *eob_ptr, const int16_t *scan, in vp9_quantize_fp_sse2()
|