Home
last modified time | relevance | path

Searched defs:eob_ptr (Results 1 – 25 of 39) 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()
113 const int16_t *dequant_ptr, uint16_t *eob_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()
328 const int16_t *dequant_ptr, uint16_t *eob_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/
Dquantize.c21 const int16_t dequant, uint16_t *eob_ptr) { in vpx_quantize_dc()
44 const int16_t dequant, uint16_t *eob_ptr) { in vpx_highbd_quantize_dc()
68 const int16_t dequant, uint16_t *eob_ptr) { in vpx_quantize_dc_32x32()
94 const int16_t dequant, uint16_t *eob_ptr) { in vpx_highbd_quantize_dc_32x32()
120 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_c()
169 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_c()
216 const int16_t *dequant_ptr, uint16_t *eob_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()
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()
205 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_c()
215 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_lp_c()
247 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_32x32_c()
259 const int16_t *dequant_ptr, uint16_t *eob_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()
378 uint16_t *eob_ptr, const qm_val_t *qm_ptr, in quantize_dc()
[all …]
/external/libaom/aom_dsp/arm/
Dhighbd_quantize_neon.c140 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in highbd_quantize_b_neon()
240 const int16_t *dequant_ptr, uint16_t *eob_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/libvpx/vp9/encoder/
Dvp9_quantize.c27 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_c()
59 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_c()
91 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_32x32_c()
123 const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, in vp9_highbd_quantize_fp_32x32_c()
/external/libaom/av1/encoder/arm/neon/
Dquantize_neon.c79 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_neon()
141 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_lp_neon()
246 const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *iscan, in quantize_fp_no_qmatrix_neon()
326 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_32x32_neon()
342 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_64x64_neon()
357 uint16_t *eob_ptr, const int16_t *scan, in aom_quantize_b_neon()
459 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_helper_16x16_neon()
588 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_helper_32x32_neon()
726 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_helper_64x64_neon()
875 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_helper_neon()
[all …]
/external/libvpx/vp9/encoder/x86/
Dvp9_quantize_ssse3.c24 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_ssse3()
126 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_32x32_ssse3()
Dvp9_quantize_avx2.c103 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_avx2()
209 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_32x32_avx2()
331 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_avx2()
395 const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, in vp9_highbd_quantize_fp_32x32_avx2()
Dvp9_quantize_sse2.c24 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_sse2()
/external/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_sse2.c24 const int16_t *dequant_ptr, uint16_t *eob_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()
Dquantize_avx2.c127 uint16_t *eob_ptr, const int16_t *scan, in aom_quantize_b_avx2()
211 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in quantize_b_no_qmatrix_avx2()
254 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_32x32_avx2()
268 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_64x64_avx2()
Daom_quantize_avx.c36 uint16_t *eob_ptr, const int16_t *scan, in aom_quantize_b_avx()
154 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_32x32_avx()
Dhighbd_quantize_intrin_avx2.c191 const int16_t *dequant_ptr, uint16_t *eob_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()
Dquantize_sse2.c26 uint16_t *eob_ptr, const int16_t *scan_ptr, in aom_quantize_b_sse2()
Dadaptive_quantize_sse2.c23 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_adaptive_sse2()
223 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_32x32_adaptive_sse2()
431 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_64x64_adaptive_sse2()
/external/libvpx/vpx_dsp/x86/
Dquantize_ssse3.c25 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_ssse3()
116 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_ssse3()
Dquantize_avx.c28 uint16_t *eob_ptr, const int16_t *scan, in vpx_quantize_b_avx()
148 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_avx()
Dhighbd_quantize_intrin_sse2.c26 const int16_t *dequant_ptr, uint16_t *eob_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()
Dquantize_sse2.c25 uint16_t *eob_ptr, const int16_t *scan, in vpx_quantize_b_sse2()
/external/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c123 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_neon()
193 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_32x32_neon()
265 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_neon()
354 const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, in vp9_highbd_quantize_fp_32x32_neon()
/external/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c44 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_vsx()
168 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_quantize_fp_32x32_vsx()
/external/libvpx/test/
Dvp9_quantize_test.cc303 const int16_t *dequant_ptr, uint16_t *eob_ptr, in quant_fp_nz()
377 const int16_t *dequant_ptr, uint16_t *eob_ptr, in quantize_fp_nz_c()
386 const int16_t *dequant_ptr, uint16_t *eob_ptr, in quantize_fp_32x32_nz_c()
/external/libaom/av1/encoder/x86/
Dav1_quantize_avx2.c150 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_lp_avx2()
229 const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_avx2()
297 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_32x32_avx2()
379 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_64x64_avx2()
/external/libvpx/vpx_dsp/loongarch/
Dquantize_lsx.c96 uint16_t *eob_ptr, const int16_t *scan, in vpx_quantize_b_lsx()
175 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_lsx()
/external/libvpx/vpx_dsp/arm/
Dquantize_neon.c76 uint16_t *eob_ptr, const int16_t *scan, in vpx_quantize_b_neon()
222 const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_neon()

12