/external/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 22 tran_low_t *dqcoeff_ptr) { in calculate_dqcoeff_and_store() 38 tran_low_t *dqcoeff_ptr, const int16x8_t zbin, in quantize_b_neon() 75 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_neon() 155 tran_low_t *dqcoeff_ptr) { in calculate_dqcoeff_and_store_32x32() 177 tran_low_t *dqcoeff_ptr, const int16x8_t zbin, in quantize_b_32x32_neon() 216 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_neon()
|
D | highbd_quantize_neon.c | 21 tran_low_t *dqcoeff_ptr) { in highbd_calculate_dqcoeff_and_store() 74 tran_low_t *dqcoeff_ptr, const int32x4_t zbin, in highbd_quantize_b_neon() 100 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_b_neon() 186 int32x4_t dqcoeff_0, int32x4_t dqcoeff_1, tran_low_t *dqcoeff_ptr) { in highbd_calculate_dqcoeff_and_store_32x32() 199 tran_low_t *dqcoeff_ptr, const int32x4_t zbin, const int32x4_t round, in highbd_quantize_b_32x32_neon() 225 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vpx_highbd_quantize_b_32x32_neon()
|
/external/libaom/aom_dsp/ |
D | quantize.c | 21 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_adaptive_helper_c() 113 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_quantize_b_helper_c() 178 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_adaptive_helper_c() 266 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_helper_c() 328 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_quantize_b_adaptive_c() 341 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_32x32_adaptive_c() 353 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_64x64_adaptive_c() 366 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_adaptive_c() 378 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_adaptive_c() 390 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_64x64_adaptive_c() [all …]
|
/external/libvpx/vpx_dsp/ |
D | quantize.c | 22 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc() 45 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_dc() 69 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc_32x32() 95 tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_dc_32x32() 120 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_c() 170 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_b_c() 218 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_c() 280 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vpx_highbd_quantize_b_32x32_c()
|
/external/libaom/av1/encoder/ |
D | av1_quantize.c | 31 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr) { in av1_quantize_skip() 43 tran_low_t *dqcoeff_ptr) { in av1_quantize_fp_no_qmatrix() 75 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in quantize_fp_helper_c() 130 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in highbd_quantize_fp_helper_c() 205 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_c() 215 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in av1_quantize_lp_c() 247 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_32x32_c() 259 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_64x64_c() 269 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr, in av1_quantize_fp_facade() 305 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr, in av1_quantize_b_facade() [all …]
|
/external/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 98 const int16_t *iscan_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in quantize_fp_8() 122 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_neon() 155 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, int16x8_t *v_eobmax) { in quantize_fp_32x32_8() 190 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_32x32_neon() 234 tran_low_t *dqcoeff_ptr, int32x4_t v_quant_s32, in highbd_quantize_fp_4() 261 tran_low_t *dqcoeff_ptr, in vp9_highbd_quantize_fp_neon() 315 tran_low_t *dqcoeff_ptr, int32x4_t v_quant_s32, in highbd_quantize_fp_32x32_4() 350 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_32x32_neon()
|
/external/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_avx2.c | 81 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, __m256i *eob_max) { in quantize_fp_16() 106 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_avx2() 156 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, __m256i *eob_max) { in quantize_fp_32x32_16_no_nzflag() 178 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, __m256i *eob_max) { in quantize_fp_32x32_16() 210 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_32x32_avx2() 312 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, __m256i *eob) { in highbd_quantize_fp() 331 tran_low_t *dqcoeff_ptr, in vp9_highbd_quantize_fp_avx2() 373 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, __m256i *eob) { in highbd_quantize_fp_32x32() 395 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_32x32_avx2()
|
D | vp9_quantize_ssse3.c | 25 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_ssse3() 125 tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_32x32_ssse3()
|
D | vp9_quantize_sse2.c | 25 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_sse2()
|
/external/libaom/av1/encoder/arm/ |
D | quantize_neon.c | 59 tran_low_t *dqcoeff_ptr, in quantize_fp_8() 80 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_neon() 123 int16_t *dqcoeff_ptr, int16x8_t v_quant, in quantize_lp_8() 142 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in av1_quantize_lp_neon() 182 tran_low_t *dqcoeff_ptr, int16x8_t v_quant, int16x8_t v_dequant, in quantize_fp_logscale_8() 214 tran_low_t *dqcoeff_ptr, int16x8_t v_quant, int16x8_t v_dequant, in quantize_fp_logscale2_8() 247 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in quantize_fp_no_qmatrix_neon() 327 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_32x32_neon() 343 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_64x64_neon() 358 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in aom_quantize_b_neon() [all …]
|
D | av1_highbd_quantize_neon.c | 23 tran_low_t *dqcoeff_ptr, in quantize_4() 91 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_highbd_quantize_fp_neon()
|
/external/libaom/aom_dsp/arm/ |
D | highbd_quantize_neon.c | 33 tran_low_t *dqcoeff_ptr, int32x4_t v_quant_s32, int32x4_t v_dequant_s32, in quantize_4() 144 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in highbd_quantize_b_neon() 243 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_highbd_quantize_b_neon() 255 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_neon() 266 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_64x64_neon() 278 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in highbd_quantize_b_adaptive_neon() 404 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_adaptive_neon() 415 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_adaptive_neon() 426 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_64x64_adaptive_neon()
|
/external/libaom/av1/encoder/x86/ |
D | av1_quantize_avx2.c | 103 int16_t *dqcoeff_ptr, __m256i *round256, __m256i *quant256, in quantize_lp_16_first() 125 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, __m256i *round256, in quantize_lp_16() 149 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in av1_quantize_lp_avx2() 200 const int16_t *iscan_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in quantize_fp_16() 228 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_avx2() 267 const int16_t *iscan_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in quantize_fp_32x32() 297 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_32x32_avx2() 338 tran_low_t *dqcoeff_ptr, __m256i *eob) { in quantize_fp_64x64() 379 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_64x64_avx2()
|
D | av1_quantize_sse2.c | 74 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in quantize() 143 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_sse2() 194 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in quantize_lp() 256 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in av1_quantize_lp_sse2()
|
/external/libaom/aom_dsp/x86/ |
D | quantize_avx2.c | 69 tran_low_t *dqcoeff_ptr, __m256i *v_quant, __m256i *v_dequant, in quantize_b_logscale0_16() 126 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in aom_quantize_b_avx2() 167 tran_low_t *dqcoeff_ptr, __m256i *v_quant, __m256i *v_dequant, in quantize_b_logscale_16() 211 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in quantize_b_no_qmatrix_avx2() 253 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_quantize_b_32x32_avx2() 267 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_quantize_b_64x64_avx2()
|
D | highbd_quantize_intrin_sse2.c | 24 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_highbd_quantize_b_sse2() 98 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_sse2() 156 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 | 35 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in aom_quantize_b_avx() 153 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_quantize_b_32x32_avx()
|
D | highbd_quantize_intrin_avx2.c | 190 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_highbd_quantize_b_avx2() 228 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_avx2() 264 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_64x64_avx2()
|
/external/libvpx/vp8/encoder/mips/mmi/ |
D | vp8_quantize_mmi.c | 39 int16_t *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_mmi() local 212 int16_t *dqcoeff_ptr = d->dqcoeff; in vp8_regular_quantize_b_mmi() local
|
/external/libvpx/vpx_dsp/x86/ |
D | quantize_avx2.c | 85 tran_low_t *dqcoeff_ptr, __m256i *v_quant, __m256i *v_dequant, in quantize_b_16() 160 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_avx2() 198 tran_low_t *dqcoeff_ptr, const int16_t *iscan, __m256i *v_quant, in quantize_b_32x32_16() 257 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_avx2()
|
D | quantize_ssse3.c | 24 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_ssse3() 110 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_ssse3()
|
D | quantize_avx.c | 27 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_avx() 143 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_avx()
|
D | highbd_quantize_intrin_sse2.c | 23 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_b_sse2() 98 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vpx_highbd_quantize_b_32x32_sse2()
|
D | quantize_sse2.c | 23 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_sse2()
|
/external/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 28 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_c() 61 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_highbd_quantize_fp_c() 94 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_32x32_c() 129 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_32x32_c()
|