Home
last modified time | relevance | path

Searched defs:n_coeffs (Results 1 – 25 of 38) sorted by relevance

12

/external/libaom/aom_dsp/
Dquantize.c18 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_adaptive_helper_c()
109 void aom_quantize_b_helper_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_helper_c()
175 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_adaptive_helper_c()
263 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_helper_c()
323 void aom_quantize_b_adaptive_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_adaptive_c()
338 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_32x32_adaptive_c()
350 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_64x64_adaptive_c()
363 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_adaptive_c()
375 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_adaptive_c()
387 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_64x64_adaptive_c()
[all …]
/external/libvpx/vpx_dsp/
Dquantize.c20 void vpx_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, in vpx_quantize_dc()
43 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, in vpx_highbd_quantize_dc()
71 const int n_coeffs = 1024; in vpx_quantize_dc_32x32() local
97 const int n_coeffs = 1024; in vpx_highbd_quantize_dc_32x32() local
118 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_c()
168 void vpx_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_highbd_quantize_b_c()
221 const int n_coeffs = 32 * 32; in vpx_quantize_b_32x32_c() local
282 const intptr_t n_coeffs = 32 * 32; in vpx_highbd_quantize_b_32x32_c() local
/external/libaom/aom_dsp/arm/
Dhighbd_quantize_neon.c88 intptr_t n_coeffs) { in get_min_max_lane_eob()
141 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in highbd_quantize_b_neon()
238 void aom_highbd_quantize_b_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_highbd_quantize_b_neon()
252 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_neon()
263 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_64x64_neon()
275 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in highbd_quantize_b_adaptive_neon()
401 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_adaptive_neon()
412 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_adaptive_neon()
423 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_64x64_adaptive_neon()
/external/libaom/av1/encoder/
Dav1_quantize.c30 void av1_quantize_skip(intptr_t n_coeffs, tran_low_t *qcoeff_ptr, in av1_quantize_skip()
72 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in quantize_fp_helper_c()
202 void av1_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_c()
213 void av1_quantize_lp_c(const int16_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_lp_c()
243 void av1_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_32x32_c()
255 void av1_quantize_fp_64x64_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_64x64_c()
267 void av1_quantize_fp_facade(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_facade()
303 void av1_quantize_b_facade(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_b_facade()
375 static void quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, in quantize_dc()
408 void av1_quantize_dc_facade(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_dc_facade()
[all …]
/external/libaom/test/
Dquantize_func_test.cc109 const int n_coeffs = coeff_num(); in SetUp() local
138 const intptr_t n_coeffs = coeff_num(); in QuantizeRun() local
204 const int n_coeffs = coeff_num(); in FillCoeff() local
211 const int n_coeffs = coeff_num(); in FillCoeffRandom() local
274 void RunQuantizeFunc(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in RunQuantizeFunc()
294 void RunQuantizeFunc(const int16_t *coeff_ptr, intptr_t n_coeffs, in RunQuantizeFunc()
345 const intptr_t n_coeffs = coeff_num(); in TEST_P() local
430 const intptr_t n_coeffs = coeff_num(); in TEST_P() local
/external/libvpx/vp9/encoder/
Dvp9_quantize.c26 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_c()
59 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_highbd_quantize_fp_c()
92 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_c()
127 const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_highbd_quantize_fp_32x32_c()
/external/libvpx/vp9/encoder/x86/
Dvp9_quantize_ssse3.c23 void vp9_quantize_fp_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_ssse3()
122 void vp9_quantize_fp_32x32_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_ssse3()
Dvp9_quantize_avx2.c104 void vp9_quantize_fp_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_avx2()
208 void vp9_quantize_fp_32x32_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_avx2()
328 void vp9_highbd_quantize_fp_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_highbd_quantize_fp_avx2()
393 const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_highbd_quantize_fp_32x32_avx2()
Dvp9_quantize_sse2.c23 void vp9_quantize_fp_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_sse2()
/external/libaom/av1/encoder/arm/
Dquantize_neon.c140 void av1_quantize_lp_neon(const int16_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_lp_neon()
246 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *round_ptr, in quantize_fp_no_qmatrix_neon()
322 void av1_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_32x32_neon()
338 void av1_quantize_fp_64x64_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_64x64_neon()
354 void aom_quantize_b_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_neon()
458 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_helper_16x16_neon()
587 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_helper_32x32_neon()
725 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_helper_64x64_neon()
874 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_helper_neon()
902 void aom_quantize_b_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_32x32_neon()
[all …]
/external/libaom/av1/encoder/x86/
Dav1_quantize_sse2.c73 const tran_low_t *coeff_ptr, intptr_t n_coeffs, in quantize()
139 void av1_quantize_fp_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_sse2()
193 const int16_t *coeff_ptr, intptr_t n_coeffs, in quantize_lp()
254 void av1_quantize_lp_sse2(const int16_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_lp_sse2()
Dav1_quantize_avx2.c124 const int16_t *coeff_ptr, intptr_t n_coeffs, const int16_t *iscan_ptr, in quantize_lp_16()
147 void av1_quantize_lp_avx2(const int16_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_lp_avx2()
224 void av1_quantize_fp_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_avx2()
294 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in av1_quantize_fp_32x32_avx2()
376 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in av1_quantize_fp_64x64_avx2()
/external/libaom/aom_dsp/x86/
Dquantize_avx2.c122 void aom_quantize_b_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_avx2()
208 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in quantize_b_no_qmatrix_avx2()
248 void aom_quantize_b_32x32_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_32x32_avx2()
262 void aom_quantize_b_64x64_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_64x64_avx2()
Daom_quantize_avx.c31 void aom_quantize_b_avx(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_avx()
149 void aom_quantize_b_32x32_avx(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_32x32_avx()
Dhighbd_quantize_intrin_avx2.c185 void aom_highbd_quantize_b_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_highbd_quantize_b_avx2()
225 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_avx2()
261 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_64x64_avx2()
Dquantize_sse2.c21 void aom_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_sse2()
Dhighbd_quantize_intrin_sse2.c95 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_sse2()
153 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_64x64_sse2()
Dadaptive_quantize_sse2.c20 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_adaptive_sse2()
220 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_32x32_adaptive_sse2()
428 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_64x64_adaptive_sse2()
/external/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c120 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_neon()
188 void vp9_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_neon()
258 void vp9_highbd_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_highbd_quantize_fp_neon()
348 const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_highbd_quantize_fp_32x32_neon()
/external/libvpx/vpx_dsp/x86/
Dquantize_sse2.c21 void vpx_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_sse2()
Dhighbd_quantize_intrin_avx2.c136 void vpx_highbd_quantize_b_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_highbd_quantize_b_avx2()
226 intptr_t n_coeffs = 32 * 32; in vpx_highbd_quantize_b_32x32_avx2() local
Dquantize_ssse3.c22 void vpx_quantize_b_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_ssse3()
/external/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c41 void vp9_quantize_fp_vsx(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_vsx()
164 void vp9_quantize_fp_32x32_vsx(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_vsx()
/external/libvpx/test/
Dvp9_quantize_test.cc316 inline void quant_fp_nz(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in quant_fp_nz()
392 void quantize_fp_nz_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in quantize_fp_nz_c()
401 void quantize_fp_32x32_nz_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in quantize_fp_32x32_nz_c()
/external/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c96 void vpx_quantize_b_vsx(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_vsx()
195 void vpx_quantize_b_32x32_vsx(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_32x32_vsx()

12