Home
last modified time | relevance | path

Searched defs:abs_qcoeff (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dquantize.c57 const int abs_qcoeff = (int)((tmp * quant) >> 16); in vpx_highbd_quantize_dc() local
108 const int abs_qcoeff = (int)((tmp * quant) >> 15); in vpx_highbd_quantize_dc_32x32() local
206 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> 16); in vpx_highbd_quantize_b_c() local
317 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> 15); in vpx_highbd_quantize_b_32x32_c() local
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dhighbd_quantize_intrin_sse2.c82 const uint32_t abs_qcoeff = in aom_highbd_quantize_b_sse2() local
143 const uint32_t abs_qcoeff = in aom_highbd_quantize_b_32x32_sse2() local
201 const uint32_t abs_qcoeff = in aom_highbd_quantize_b_64x64_sse2() local
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dhighbd_quantize_intrin_sse2.c84 const uint32_t abs_qcoeff = in vpx_highbd_quantize_b_sse2() local
146 const uint32_t abs_qcoeff = in vpx_highbd_quantize_b_32x32_sse2() local
/aosp_15_r20/external/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_avx2.c89 const __m256i abs_qcoeff = _mm256_mulhi_epi16(tmp_rnd, *quant); in quantize_fp_16() local
160 const __m256i abs_qcoeff = _mm256_mulhi_epi16(tmp_rnd, *quant); in quantize_fp_32x32_16_no_nzflag() local
191 const __m256i abs_qcoeff = _mm256_mulhi_epi16(tmp_rnd, *quant); in quantize_fp_32x32_16() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_quantize.c81 const int abs_qcoeff = (int)((tmp * quant_ptr[rc != 0]) >> 16); in vp9_highbd_quantize_fp_c() local
140 int abs_qcoeff = 0; in vp9_highbd_quantize_fp_32x32_c() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dav1_quantize.c155 int abs_qcoeff = 0; in highbd_quantize_fp_helper_c() local
187 const int abs_qcoeff = (int)((tmp * quant) >> shift); in highbd_quantize_fp_helper_c() local
535 const int abs_qcoeff = in highbd_quantize_dc() local
H A Dallintra_vis.c451 const int abs_qcoeff = abs(qcoeff[idx]); in av1_calc_mb_wiener_var_row() local
H A Dtpl_model.c2136 int abs_qcoeff = abs(qcoeff); in av1_estimate_coeff_entropy() local
/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Dav1_quantize_avx2.c108 const __m256i abs_qcoeff = _mm256_mulhi_epi16(tmp_rnd, *quant256); in quantize_lp_16_first() local
131 const __m256i abs_qcoeff = _mm256_mulhi_epi16(tmp_rnd, *quant256); in quantize_lp_16() local
/aosp_15_r20/external/libaom/aom_dsp/
H A Dquantize.c223 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> in aom_highbd_quantize_b_adaptive_helper_c() local
307 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> in aom_highbd_quantize_b_helper_c() local
/aosp_15_r20/external/libaom/test/
H A Dtpl_model_test.cc30 int abs_qcoeff = abs(qcoeff); in laplace_prob() local