/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 18 const int16_t dequant_ptr, uint16_t *eob_ptr) { in vpx_quantize_dc() argument 32 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr; in vpx_quantize_dc() 42 tran_low_t *dqcoeff_ptr, const int16_t dequant_ptr, in vpx_highbd_quantize_dc() argument 56 dqcoeff_ptr[0] = qcoeff_ptr[0] * dequant_ptr; in vpx_highbd_quantize_dc() 66 const int16_t dequant_ptr, uint16_t *eob_ptr) { in vpx_quantize_dc_32x32() argument 82 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr / 2; in vpx_quantize_dc_32x32() 93 const int16_t dequant_ptr, in vpx_highbd_quantize_dc_32x32() argument 108 dqcoeff_ptr[0] = qcoeff_ptr[0] * dequant_ptr / 2; in vpx_highbd_quantize_dc_32x32() 119 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vpx_quantize_b_c() argument 156 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vpx_quantize_b_c() [all …]
|
D | quantize.h | 24 const int16_t dequant_ptr, uint16_t *eob_ptr); 28 const int16_t dequant_ptr, uint16_t *eob_ptr); 34 tran_low_t *dqcoeff_ptr, const int16_t dequant_ptr, 41 const int16_t dequant_ptr, uint16_t *eob_ptr);
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 93 DECLARE_ALIGNED(16, int16_t, dequant_ptr[2]); in TEST_P() 115 dequant_ptr[j] = rnd.Rand16(); in TEST_P() 119 ref_dqcoeff_ptr, dequant_ptr, ref_eob_ptr, in TEST_P() 123 quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, dequant_ptr, eob_ptr, in TEST_P() 151 DECLARE_ALIGNED(16, int16_t, dequant_ptr[2]); in TEST_P() 173 dequant_ptr[j] = rnd.Rand16(); in TEST_P() 177 ref_dqcoeff_ptr, dequant_ptr, ref_eob_ptr, in TEST_P() 181 quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, dequant_ptr, eob_ptr, in TEST_P() 209 DECLARE_ALIGNED(16, int16_t, dequant_ptr[2]); in TEST_P() 234 dequant_ptr[j] = rnd.Rand16(); in TEST_P() [all …]
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 137 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 140 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 143 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 152 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 155 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 158 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 208 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 210 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 44 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 45 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 46 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 81 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 82 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 83 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 86 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 87 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_mmx.c | 17 short *qcoeff_ptr, short *dequant_ptr, 28 short *dequant_ptr = d->dequant; in vp8_fast_quantize_b_mmx() local 31 coeff_ptr, zbin_ptr, qcoeff_ptr, dequant_ptr, scan_mask, in vp8_fast_quantize_b_mmx()
|
D | quantize_mmx.asm | 15 ; short *qcoeff_ptr,short *dequant_ptr, 63 mov rax, arg(3) ;dequant_ptr 103 mov rax, arg(3) ;dequant_ptr 144 mov rax, arg(3) ;dequant_ptr 185 mov rax, arg(3) ;dequant_ptr
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 44 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 45 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 46 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 81 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 82 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 85 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 43 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 44 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 73 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 74 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 77 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 43 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 44 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 73 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 74 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 77 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 26 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_c() argument 48 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vp9_quantize_fp_c() 61 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_c() argument 82 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vp9_highbd_quantize_fp_c() 96 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_32x32_c() argument 112 if (abs_coeff >= (dequant_ptr[rc != 0] >> 2)) { in vp9_quantize_fp_32x32_c() 117 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vp9_quantize_fp_32x32_c() 130 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_32x32_c() argument 147 if (abs_coeff >= (dequant_ptr[rc != 0] >> 2)) { in vp9_highbd_quantize_fp_32x32_c() 152 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vp9_highbd_quantize_fp_32x32_c()
|
D | vp9_encodemb.c | 110 const int16_t *const dequant_ptr = pd->dequant; in vp9_optimize_b() local 115 const int dq_step[2] = { dequant_ptr[0] >> shift, dequant_ptr[1] >> shift }; in vp9_optimize_b() 195 if ((abs(x) * dequant_ptr[rc != 0] > (abs(coeff[rc]) << shift)) && in vp9_optimize_b() 196 (abs(x) * dequant_ptr[rc != 0] < in vp9_optimize_b() 197 (abs(coeff[rc]) << shift) + dequant_ptr[rc != 0])) { in vp9_optimize_b() 241 dx -= ((dequant_ptr[rc != 0] >> (xd->bd - 8)) + sz) ^ sz; in vp9_optimize_b() 243 dx -= (dequant_ptr[rc != 0] + sz) ^ sz; in vp9_optimize_b() 246 dx -= (dequant_ptr[rc != 0] + sz) ^ sz; in vp9_optimize_b() 262 if (shift & x) offset += (dequant_ptr[rc != 0] & 0x01); in vp9_optimize_b()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 31 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_neon() argument 45 int16x8_t v_dequant = vmovq_n_s16(dequant_ptr[1]); in vp9_quantize_fp_neon() 49 v_dequant = vsetq_lane_s16(dequant_ptr[0], v_dequant, 0); in vp9_quantize_fp_neon() 73 v_dequant = vmovq_n_s16(dequant_ptr[1]); in vp9_quantize_fp_neon()
|
D | vp9_dct_neon.c | 25 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_fdct8x8_quant_neon() argument 33 qcoeff_ptr, dqcoeff_ptr, dequant_ptr, eob_ptr, scan_ptr, in vp9_fdct8x8_quant_neon()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 24 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_sse2() argument 85 dqcoeff_ptr[k] = qcoeff_ptr[k] * dequant_ptr[k != 0]; in vpx_highbd_quantize_b_sse2() 98 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_32x32_sse2() argument 148 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vpx_highbd_quantize_b_32x32_sse2()
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 42 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 69 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 72 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 42 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 69 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 72 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 42 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 69 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 72 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 42 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 69 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 72 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 42 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 72 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 75 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/config/mips32-msa/ |
D | vp9_rtcd.h | 43 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 77 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 80 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/config/mips64-msa/ |
D | vp9_rtcd.h | 43 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 77 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 80 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemb.c | 149 const short *dequant_ptr; in optimize_b() local 179 dequant_ptr = d->dequant; in optimize_b() 246 if ((abs(x) * dequant_ptr[rc] > abs(coeff_ptr[rc])) && in optimize_b() 247 (abs(x) * dequant_ptr[rc] < abs(coeff_ptr[rc]) + dequant_ptr[rc])) { in optimize_b() 293 dx -= (dequant_ptr[rc] + sz) ^ sz; in optimize_b() 349 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; in optimize_b()
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 190 int16_t *dequant_ptr = d->dequant; in vp8_fast_quantize_b_msa() local 192 *d->eob = fast_quantize_b_msa(coeff_ptr, round_ptr, quant_ptr, dequant_ptr, in vp8_fast_quantize_b_msa() 205 int16_t *dequant_ptr = d->dequant; in vp8_regular_quantize_b_msa() local 210 quant_shift_ptr, dequant_ptr, zbin_oq_value, qcoeff_ptr, dqcoeff_ptr); in vp8_regular_quantize_b_msa()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_sse2.c | 22 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_sse2() argument 48 dequant = _mm_load_si128((const __m128i *)dequant_ptr); in vp9_quantize_fp_sse2()
|