/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 20 const int16_t dequant_ptr, uint16_t *eob_ptr) { in vpx_quantize_dc() argument 34 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr; in vpx_quantize_dc() 44 tran_low_t *dqcoeff_ptr, const int16_t dequant_ptr, in vpx_highbd_quantize_dc() argument 58 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() 95 const int16_t dequant_ptr, in vpx_highbd_quantize_dc_32x32() argument 110 dqcoeff_ptr[0] = qcoeff_ptr[0] * dequant_ptr / 2; in vpx_highbd_quantize_dc_32x32() 121 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vpx_quantize_b_c() argument 159 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/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 32 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_neon() argument 43 int16x8_t v_dequant = vmovq_n_s16(dequant_ptr[1]); in vp9_quantize_fp_neon() 52 v_dequant = vsetq_lane_s16(dequant_ptr[0], v_dequant, 0); in vp9_quantize_fp_neon() 76 v_dequant = vmovq_n_s16(dequant_ptr[1]); in vp9_quantize_fp_neon() 124 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_32x32_neon() argument 132 const int16x4_t dequant = vld1_s16(dequant_ptr); in vp9_quantize_fp_32x32_neon() 134 const int16x8_t dequant_thresh = vshrq_n_s16(vld1q_s16(dequant_ptr), 2); in vp9_quantize_fp_32x32_neon() 164 dqcoeff_1 = vmull_n_s16(vget_high_s16(qcoeff), dequant_ptr[1]); in vp9_quantize_fp_32x32_neon() 187 vshrq_n_s16(vmovq_n_s16(dequant_ptr[1]), 2); in vp9_quantize_fp_32x32_neon() 208 dqcoeff_0 = vmull_n_s16(vget_low_s16(qcoeff), dequant_ptr[1]); in vp9_quantize_fp_32x32_neon() [all …]
|
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/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_… 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_… 101 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 102 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 105 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 106 …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_… 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_… 101 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 102 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 105 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 106 …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 | 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_… 90 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 93 …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_… 113 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 116 …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_…
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 125 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 128 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 131 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 189 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 191 …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/mmi/ |
D | vp8_quantize_mmi.c | 28 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; \ 40 const int16_t *dequant_ptr = d->dequant; in vp8_fast_quantize_b_mmi() local 190 [dequant_ptr] "r"((mips_reg)dequant_ptr), in vp8_fast_quantize_b_mmi() 212 const int16_t *dequant_ptr = d->dequant; in vp8_regular_quantize_b_mmi() local
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 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_… 90 …t_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_… 93 …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/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 27 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_c() argument 50 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vp9_quantize_fp_c() 62 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_c() argument 84 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vp9_highbd_quantize_fp_c() 97 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_32x32_c() argument 114 if (abs_coeff >= (dequant_ptr[rc != 0] >> 2)) { in vp9_quantize_fp_32x32_c() 119 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; 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() argument 149 if (abs_coeff >= (dequant_ptr[rc != 0] >> 2)) { in vp9_highbd_quantize_fp_32x32_c() 153 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vp9_highbd_quantize_fp_32x32_c()
|
/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_… 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_… 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/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_… 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_… 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/mips64/ |
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_… 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_… 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/arm/ |
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_… 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_… 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/generic/ |
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_… 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_… 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/mips32/ |
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_… 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_… 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/mips32-dspr2/ |
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_… 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_… 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/vpx_dsp/arm/ |
D | quantize_neon.c | 22 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vpx_quantize_b_neon() argument 39 const int16x8_t dequant = vld1q_s16(dequant_ptr); in vpx_quantize_b_neon() 89 const int16x8_t dequant = vdupq_n_s16(dequant_ptr[1]); in vpx_quantize_b_neon() 157 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_neon() argument 175 const int16x8_t dequant = vld1q_s16(dequant_ptr); in vpx_quantize_b_32x32_neon() 233 const int16x8_t dequant = vdupq_n_s16(dequant_ptr[1]); in vpx_quantize_b_32x32_neon()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 25 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_sse2() argument 87 dqcoeff_ptr[k] = qcoeff_ptr[k] * dequant_ptr[k != 0]; in vpx_highbd_quantize_b_sse2() 99 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_32x32_sse2() argument 150 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vpx_highbd_quantize_b_32x32_sse2()
|
D | quantize_x86.h | 20 const int16_t *dequant_ptr, __m128i *dequant, in load_b_values() argument 26 *dequant = _mm_load_si128((const __m128i *)dequant_ptr); in load_b_values()
|
D | quantize_avx.c | 26 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vpx_quantize_b_avx() argument 47 dequant_ptr, &dequant, quant_shift_ptr, &shift); in vpx_quantize_b_avx() 156 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_avx() argument 190 dequant = _mm_load_si128((const __m128i *)dequant_ptr); in vpx_quantize_b_32x32_avx()
|
D | quantize_ssse3.c | 24 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_ssse3() argument 40 dequant_ptr, &dequant, quant_shift_ptr, &shift); in vpx_quantize_b_ssse3() 123 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_ssse3() argument 156 dequant = _mm_load_si128((const __m128i *)dequant_ptr); in vpx_quantize_b_32x32_ssse3()
|
/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()
|