Home
last modified time | relevance | path

Searched defs:round_ptr (Results 1 – 25 of 34) sorted by relevance

12

/external/libaom/libaom/aom_dsp/
Dquantize.c18 const int16_t *round_ptr, const int16_t *quant_ptr, in quantize_b_adaptive_helper_c()
108 const int16_t *zbin_ptr, const int16_t *round_ptr, in quantize_b_helper_c()
171 const int16_t *round_ptr, const int16_t *quant_ptr, in highbd_quantize_b_adaptive_helper_c()
259 const int16_t *round_ptr, const int16_t *quant_ptr, in highbd_quantize_b_helper_c()
318 const int16_t *round_ptr, in aom_quantize_b_adaptive_c()
332 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_32x32_adaptive_c()
344 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_64x64_adaptive_c()
356 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_adaptive_c()
368 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_adaptive_c()
380 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_adaptive_c()
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dquantize.c19 const int16_t *round_ptr, const int16_t quant, in vpx_quantize_dc()
43 int skip_block, const int16_t *round_ptr, in vpx_highbd_quantize_dc()
67 const int16_t *round_ptr, const int16_t quant, in vpx_quantize_dc_32x32()
93 const int16_t *round_ptr, const int16_t quant, in vpx_highbd_quantize_dc_32x32()
119 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_c()
170 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_c()
219 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_32x32_c()
281 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_c()
/external/libvpx/libvpx/vp8/encoder/mips/mmi/
Dvp8_quantize_mmi.c36 const int16_t *round_ptr = b->round; in vp8_fast_quantize_b_mmi() local
207 const int16_t *round_ptr = b->round; in vp8_regular_quantize_b_mmi() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c25 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_c()
59 int skip_block, const int16_t *round_ptr, in vp9_highbd_quantize_fp_c()
94 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_c()
130 const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_highbd_quantize_fp_32x32_c()
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c38 const int16_t *round_ptr, const int16_t *quant_ptr, in quantize_fp_helper_c()
109 const int16_t *round_ptr, const int16_t *quant_ptr, in highbd_quantize_fp_helper_c()
183 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_c()
194 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_32x32_c()
206 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_64x64_c()
332 int skip_block, const int16_t *round_ptr, in quantize_dc()
498 const int16_t *round_ptr, const int16_t quant, tran_low_t *qcoeff_ptr, in highbd_quantize_dc()
546 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_highbd_quantize_fp_c()
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_dct_neon.c23 int skip_block, const int16_t *round_ptr, in vp9_fdct8x8_quant_neon()
Dvp9_quantize_neon.c30 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_neon()
125 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_neon()
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_sse2.c20 const int16_t *round_ptr, in aom_highbd_quantize_b_sse2()
94 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_sse2()
152 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_sse2()
Dhighbd_quantize_intrin_avx2.c32 static INLINE void init_qp(const int16_t *zbin_ptr, const int16_t *round_ptr, in init_qp()
114 const int16_t *round_ptr, in aom_highbd_quantize_b_avx2()
Dquantize_sse2.c22 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_quantize_b_sse2()
Dadaptive_quantize_sse2.c21 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_adaptive_sse2()
218 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_32x32_adaptive_sse2()
/external/libaom/libaom/av1/encoder/x86/
Dav1_highbd_quantize_avx2.c32 static INLINE void init_qp(const int16_t *round_ptr, const int16_t *quant_ptr, in init_qp()
92 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_highbd_quantize_fp_avx2()
Dav1_quantize_avx2.c45 static INLINE void init_qp(const int16_t *round_ptr, const int16_t *quant_ptr, in init_qp()
136 const int16_t *zbin_ptr, const int16_t *round_ptr, in av1_quantize_fp_avx2()
213 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_fp_32x32_avx2()
292 const int16_t *round_ptr, const int16_t *quant_ptr, in av1_quantize_fp_64x64_avx2()
/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_avx.c25 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_avx()
149 const int16_t *round_ptr, in vpx_quantize_b_32x32_avx()
Dquantize_ssse3.c22 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_ssse3()
115 const int16_t *round_ptr, in vpx_quantize_b_32x32_ssse3()
Dhighbd_quantize_intrin_sse2.c22 const int16_t *round_ptr, in vpx_highbd_quantize_b_sse2()
98 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_sse2()
Dquantize_sse2.c22 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_sse2()
Dquantize_sse2.h20 const int16_t *round_ptr, __m128i *round, in load_b_values()
/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c22 short *round_ptr = b->round; in vp8_fast_quantize_b_c() local
55 short *round_ptr = b->round; in vp8_regular_quantize_b_c() local
/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c42 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_vsx()
168 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_32x32_vsx()
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc165 int skip_block, const int16_t *round_ptr, in quant_fp_nz()
238 int skip_block, const int16_t *round_ptr, in quantize_fp_nz_c()
248 int skip_block, const int16_t *round_ptr, in quantize_fp_32x32_nz_c()
/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c36 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_neon()
193 const int16_t *round_ptr, in vpx_quantize_b_32x32_neon()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_avx2.c50 int skip_block, const int16_t *round_ptr, in vp9_quantize_fp_avx2()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c99 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_vsx()
201 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_32x32_vsx()
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dquantize_msa.c186 int16_t *round_ptr = b->round; in vp8_fast_quantize_b_msa() local
200 int16_t *round_ptr = b->round; in vp8_regular_quantize_b_msa() local

12