Home
last modified time | relevance | path

Searched defs:dqcoeff_ptr (Results 1 – 25 of 45) sorted by relevance

12

/external/libaom/aom_dsp/
Dquantize.c20 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_adaptive_helper_c()
112 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_quantize_b_helper_c()
177 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_adaptive_helper_c()
265 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_helper_c()
327 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_quantize_b_adaptive_c()
340 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_32x32_adaptive_c()
352 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_64x64_adaptive_c()
365 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_adaptive_c()
377 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_adaptive_c()
389 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/arm/
Dquantize_neon.c20 tran_low_t *dqcoeff_ptr) { in calculate_dqcoeff_and_store()
36 tran_low_t *dqcoeff_ptr, const int16x8_t zbin, in quantize_b_neon()
75 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vpx_quantize_b_neon()
157 tran_low_t *dqcoeff_ptr) { in calculate_dqcoeff_and_store_32x32()
179 tran_low_t *dqcoeff_ptr, const int16x8_t zbin, in quantize_b_32x32_neon()
221 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_neon()
Dhighbd_quantize_neon.c19 tran_low_t *dqcoeff_ptr) { in highbd_calculate_dqcoeff_and_store()
72 tran_low_t *dqcoeff_ptr, const int32x4_t zbin, in highbd_quantize_b_neon()
101 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_b_neon()
189 int32x4_t dqcoeff_0, int32x4_t dqcoeff_1, tran_low_t *dqcoeff_ptr) { in highbd_calculate_dqcoeff_and_store_32x32()
202 tran_low_t *dqcoeff_ptr, const int32x4_t zbin, const int32x4_t round, in highbd_quantize_b_32x32_neon()
230 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_32x32_neon()
/external/libvpx/vpx_dsp/
Dquantize.c20 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc()
43 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_dc()
67 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc_32x32()
93 tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_dc_32x32()
119 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_c()
168 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_b_c()
215 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_c()
275 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_32x32_c()
/external/libaom/av1/encoder/
Dav1_quantize.c30 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr) { in av1_quantize_skip()
42 tran_low_t *dqcoeff_ptr) { in av1_quantize_fp_no_qmatrix()
74 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in quantize_fp_helper_c()
129 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in highbd_quantize_fp_helper_c()
204 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_c()
214 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in av1_quantize_lp_c()
246 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_32x32_c()
258 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_64x64_c()
268 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr, in av1_quantize_fp_facade()
304 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr, in av1_quantize_b_facade()
[all …]
/external/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c98 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()
156 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, int16x8_t *v_eobmax) { in quantize_fp_32x32_8()
192 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_32x32_neon()
236 tran_low_t *dqcoeff_ptr, int32x4_t v_quant_s32, in highbd_quantize_fp_4()
264 tran_low_t *dqcoeff_ptr, in vp9_highbd_quantize_fp_neon()
319 tran_low_t *dqcoeff_ptr, int32x4_t v_quant_s32, in highbd_quantize_fp_32x32_4()
353 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_highbd_quantize_fp_32x32_neon()
/external/libvpx/vp9/encoder/x86/
Dvp9_quantize_avx2.c77 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, __m256i *eob_max) { in quantize_fp_16()
102 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_avx2()
153 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, __m256i *eob_max) { in quantize_fp_32x32_16_no_nzflag()
175 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, __m256i *eob_max) { in quantize_fp_32x32_16()
208 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_32x32_avx2()
310 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, __m256i *eob) { in highbd_quantize_fp()
330 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()
394 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_highbd_quantize_fp_32x32_avx2()
Dvp9_quantize_ssse3.c23 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()
Dvp9_quantize_sse2.c23 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_sse2()
/external/libaom/av1/encoder/arm/neon/
Dquantize_neon.c57 tran_low_t *dqcoeff_ptr, in quantize_fp_8()
78 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_neon()
121 int16_t *dqcoeff_ptr, int16x8_t v_quant, in quantize_lp_8()
140 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, in av1_quantize_lp_neon()
180 tran_low_t *dqcoeff_ptr, int16x8_t v_quant, int16x8_t v_dequant, in quantize_fp_logscale_8()
212 tran_low_t *dqcoeff_ptr, int16x8_t v_quant, int16x8_t v_dequant, in quantize_fp_logscale2_8()
245 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in quantize_fp_no_qmatrix_neon()
325 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_32x32_neon()
341 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_64x64_neon()
356 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in aom_quantize_b_neon()
[all …]
Dav1_highbd_quantize_neon.c21 tran_low_t *dqcoeff_ptr, in quantize_4()
89 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_highbd_quantize_fp_neon()
/external/libaom/av1/encoder/x86/
Dav1_quantize_avx2.c103 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()
Dav1_quantize_sse2.c74 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/arm/
Dhighbd_quantize_neon.c33 tran_low_t *dqcoeff_ptr, int32x4_t v_quant_s32, in quantize_4()
140 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in highbd_quantize_b_neon()
239 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_highbd_quantize_b_neon()
251 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_neon()
262 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_64x64_neon()
274 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in highbd_quantize_b_adaptive_neon()
400 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_adaptive_neon()
411 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_adaptive_neon()
422 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_64x64_adaptive_neon()
/external/libaom/aom_dsp/x86/
Dquantize_avx2.c69 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()
Dhighbd_quantize_intrin_sse2.c23 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_highbd_quantize_b_sse2()
97 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_sse2()
155 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_64x64_sse2()
Daom_quantize_avx.c35 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()
Dhighbd_quantize_intrin_avx2.c190 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/
Dvp8_quantize_mmi.c39 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/vp9/encoder/
Dvp9_quantize.c26 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_c()
58 tran_low_t *dqcoeff_ptr, in vp9_highbd_quantize_fp_c()
90 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_32x32_c()
122 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_highbd_quantize_fp_32x32_c()
/external/libvpx/vpx_dsp/x86/
Dquantize_avx2.c80 tran_low_t *dqcoeff_ptr, __m256i *v_quant, __m256i *v_dequant, in quantize_b_16()
157 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vpx_quantize_b_avx2()
196 tran_low_t *dqcoeff_ptr, const int16_t *iscan, __m256i *v_quant, in quantize_b_32x32_16()
258 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_avx2()
Dquantize_ssse3.c24 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_ssse3()
115 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_ssse3()
Dquantize_avx.c27 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vpx_quantize_b_avx()
147 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_avx()
Dhighbd_quantize_intrin_sse2.c25 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, 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()
/external/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c43 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_vsx()
167 tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_32x32_vsx()

12