Home
last modified time | relevance | path

Searched refs:dequant_ptr (Results 1 – 25 of 38) sorted by relevance

12

/external/libvpx/libvpx/vpx_dsp/
Dquantize.c18 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 …]
Dquantize.h25 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/
Dvp9_quantize_test.cc94 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/
Dvp9_rtcd_defs.pl253 …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/
Dvp9_rtcd.h51 …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/
Dvp8_enc_stubs_mmx.c25 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()
Dquantize_mmx.asm15 ; 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/
Dvp9_quantize.c28 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()
Dvp9_encodemb.c105 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/
Dvp9_rtcd.h51 …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/
Dvp9_rtcd.h49 …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/
Dvp9_rtcd.h49 …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/
Dvp9_quantize_neon.c28 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()
Dvp9_dct_neon.c26 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/
Dhighbd_quantize_intrin_sse2.c27 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()
Dquantize_sse2.c46 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/
Dvp9_rtcd.h47 …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/
Dvp9_rtcd.h47 …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/
Dvp9_rtcd.h47 …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/
Dvp9_rtcd.h47 …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/
Dencodemb.c183 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()
Dvp8_quantize.c28 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/
Dvp9_rtcd.h47 …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/
Dquantize_msa.c222 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/
Dvp9_quantize_sse2.c21 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()

12