/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() 44 const int16_t dequant_ptr, uint16_t *eob_ptr) { in vpx_highbd_quantize_dc() argument 57 dqcoeff_ptr[0] = qcoeff_ptr[0] * dequant_ptr; in vpx_highbd_quantize_dc() 68 const int16_t dequant_ptr, uint16_t *eob_ptr) { in vpx_quantize_dc_32x32() argument 84 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr / 2; in vpx_quantize_dc_32x32() 98 const int16_t dequant_ptr, in vpx_highbd_quantize_dc_32x32() argument 113 dqcoeff_ptr[0] = qcoeff_ptr[0] * dequant_ptr / 2; in vpx_highbd_quantize_dc_32x32() 126 const int16_t *dequant_ptr, in vpx_quantize_b_c() argument 162 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vpx_quantize_b_c() [all …]
|
D | quantize.h | 25 const int16_t dequant_ptr, uint16_t *eob_ptr); 29 const int16_t dequant_ptr, uint16_t *eob_ptr); 36 const int16_t dequant_ptr, uint16_t *eob_ptr); 43 const int16_t dequant_ptr,
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 94 DECLARE_ALIGNED(16, int16_t, dequant_ptr[2]); in TEST_P() 116 dequant_ptr[j] = rnd.Rand16(); in TEST_P() 120 ref_dqcoeff_ptr, dequant_ptr, in TEST_P() 125 dqcoeff_ptr, dequant_ptr, eob_ptr, in TEST_P() 153 DECLARE_ALIGNED(16, int16_t, dequant_ptr[2]); in TEST_P() 175 dequant_ptr[j] = rnd.Rand16(); in TEST_P() 179 ref_dqcoeff_ptr, dequant_ptr, in TEST_P() 184 dqcoeff_ptr, dequant_ptr, eob_ptr, in TEST_P() 212 DECLARE_ALIGNED(16, int16_t, dequant_ptr[2]); in TEST_P() 237 dequant_ptr[j] = rnd.Rand16(); in TEST_P() [all …]
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 253 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 256 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 259 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 268 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 271 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 274 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 327 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 330 …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 | 51 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 52 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 53 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 112 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 113 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 114 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 117 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 118 …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 | 25 short *qcoeff_ptr, short *dequant_ptr, 37 short *dequant_ptr = d->dequant; in vp8_fast_quantize_b_mmx() local 43 dequant_ptr, 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/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 28 const int16_t *dequant_ptr, in vp9_quantize_fp_c() argument 54 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vp9_quantize_fp_c() 73 const int16_t *dequant_ptr, in vp9_highbd_quantize_fp_c() argument 99 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vp9_highbd_quantize_fp_c() 116 const int16_t *dequant_ptr, in vp9_quantize_fp_32x32_c() argument 135 if (abs_coeff >= (dequant_ptr[rc != 0] >> 2)) { in vp9_quantize_fp_32x32_c() 140 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vp9_quantize_fp_32x32_c() 159 const int16_t *dequant_ptr, in vp9_highbd_quantize_fp_32x32_c() argument 178 if (abs_coeff >= (dequant_ptr[rc != 0] >> 2)) { in vp9_highbd_quantize_fp_32x32_c() 183 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vp9_highbd_quantize_fp_32x32_c()
|
D | vp9_encodemb.c | 105 const int16_t *dequant_ptr = pd->dequant; in optimize_b() local 186 if ((abs(x) * dequant_ptr[rc != 0] > abs(coeff[rc]) * mul) && in optimize_b() 187 (abs(x) * dequant_ptr[rc != 0] < abs(coeff[rc]) * mul + in optimize_b() 188 dequant_ptr[rc != 0])) in optimize_b() 232 dx -= ((dequant_ptr[rc != 0] >> (xd->bd - 8)) + sz) ^ sz; in optimize_b() 234 dx -= (dequant_ptr[rc != 0] + sz) ^ sz; in optimize_b() 237 dx -= (dequant_ptr[rc != 0] + sz) ^ sz; in optimize_b() 295 dqcoeff[rc] = (x * dequant_ptr[rc != 0]) / mul; in optimize_b()
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 51 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 52 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 53 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 111 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 112 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 115 …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 | 49 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 50 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 99 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 100 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 103 …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 | 49 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 50 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 99 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 100 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 103 …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/arm/neon/ |
D | vp9_quantize_neon.c | 28 int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_neon() argument 46 int16x8_t v_dequant = vmovq_n_s16(dequant_ptr[1]); in vp9_quantize_fp_neon() 50 v_dequant = vsetq_lane_s16(dequant_ptr[0], v_dequant, 0); in vp9_quantize_fp_neon() 74 v_dequant = vmovq_n_s16(dequant_ptr[1]); in vp9_quantize_fp_neon()
|
D | vp9_dct_neon.c | 26 const int16_t* dequant_ptr, uint16_t* eob_ptr, in vp9_fdct8x8_quant_neon() argument 35 dequant_ptr, eob_ptr, scan_ptr, iscan_ptr); in vp9_fdct8x8_quant_neon()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 27 const int16_t *dequant_ptr, in vpx_highbd_quantize_b_sse2() argument 93 dqcoeff_ptr[k] = qcoeff_ptr[k] * dequant_ptr[k != 0]; in vpx_highbd_quantize_b_sse2() 113 const int16_t *dequant_ptr, in vpx_highbd_quantize_b_32x32_sse2() argument 172 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vpx_highbd_quantize_b_32x32_sse2()
|
D | quantize_sse2.c | 46 tran_low_t* dqcoeff_ptr, const int16_t* dequant_ptr, in vpx_quantize_b_sse2() argument 74 dequant = _mm_load_si128((const __m128i*)dequant_ptr); in vpx_quantize_b_sse2()
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 47 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 92 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 95 …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 | 47 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 92 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 95 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_…
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 47 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 92 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 95 …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 | 47 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 92 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 95 …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 | 183 const short *dequant_ptr; in optimize_b() local 213 dequant_ptr = d->dequant; in optimize_b() 285 if((abs(x)*dequant_ptr[rc]>abs(coeff_ptr[rc])) && in optimize_b() 286 (abs(x)*dequant_ptr[rc]<abs(coeff_ptr[rc])+dequant_ptr[rc])) in optimize_b() 342 dx -= (dequant_ptr[rc] + sz) ^ sz; in optimize_b() 404 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; in optimize_b()
|
D | vp8_quantize.c | 28 short *dequant_ptr = d->dequant; in vp8_fast_quantize_b_c() local 42 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */ in vp8_fast_quantize_b_c() 65 short *dequant_ptr = d->dequant; in vp8_regular_quantize_b_c() local 91 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */ in vp8_regular_quantize_b_c()
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 47 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 95 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 98 …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/mips/msa/ |
D | quantize_msa.c | 222 int16_t *dequant_ptr = d->dequant; in vp8_fast_quantize_b_msa() local 225 dequant_ptr, qcoeff_ptr, dqcoeff_ptr); in vp8_fast_quantize_b_msa() 238 int16_t *dequant_ptr = d->dequant; in vp8_regular_quantize_b_msa() local 244 dequant_ptr, zbin_oq_value, in vp8_regular_quantize_b_msa()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_sse2.c | 21 int16_t* dqcoeff_ptr, const int16_t* dequant_ptr, in vp9_quantize_fp_sse2() argument 49 dequant = _mm_load_si128((const __m128i*)dequant_ptr); in vp9_quantize_fp_sse2()
|