/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | quantize.c | 27 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_quantize_dc() local 55 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_dc() local 75 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_quantize_dc_32x32() local 106 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_dc_32x32() local 151 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_quantize_b_c() local 201 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_b_c() local 254 int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_quantize_b_32x32_c() local 314 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_b_32x32_c() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_quantize.c | 45 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_fp_c() local 79 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_highbd_quantize_fp_c() local 110 int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_fp_32x32_c() local 144 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_highbd_quantize_fp_32x32_c() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/x86/ |
H A D | vp9_quantize_avx2.c | 83 const __m256i abs_coeff = _mm256_abs_epi16(coeff); in quantize_fp_16() local 158 const __m256i abs_coeff = _mm256_abs_epi16(coeff); in quantize_fp_32x32_16_no_nzflag() local 180 const __m256i abs_coeff = _mm256_abs_epi16(coeff); in quantize_fp_32x32_16() local 314 const __m256i abs_coeff = _mm256_abs_epi32(coeff); in highbd_quantize_fp() local 375 const __m256i abs_coeff = _mm256_abs_epi32(coeff); in highbd_quantize_fp_32x32() local
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | av1_quantize_avx2.c | 106 const __m256i abs_coeff = _mm256_abs_epi16(coeff); in quantize_lp_16_first() local 129 const __m256i abs_coeff = _mm256_abs_epi16(coeff); in quantize_lp_16() local 203 const __m256i abs_coeff = _mm256_abs_epi16(coeff); in quantize_fp_16() local 270 const __m256i abs_coeff = _mm256_abs_epi16(coeff); in quantize_fp_32x32() local 340 const __m256i abs_coeff = _mm256_abs_epi16(coeff); in quantize_fp_64x64() local
|
H A D | av1_highbd_quantize_avx2.c | 52 const __m256i abs_coeff = _mm256_abs_epi32(*c); in quantize() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | av1_quantize.c | 54 int64_t abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in av1_quantize_fp_no_qmatrix() local 106 int64_t abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in quantize_fp_helper_c() local 154 const int64_t abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in highbd_quantize_fp_helper_c() local 181 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in highbd_quantize_fp_helper_c() local 230 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in av1_quantize_lp_c() local 384 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in quantize_dc() local 532 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in highbd_quantize_dc() local
|
H A D | txb_rdopt_utils.h | 223 int64_t abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in update_coeff_eob_fast() local
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | highbd_quantize_intrin_sse2.c | 64 int abs_coeff[4]; in aom_highbd_quantize_b_sse2() local 140 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_32x32_sse2() local 198 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_64x64_sse2() local
|
H A D | highbd_adaptive_quantize_sse2.c | 89 __m128i abs_coeff = invert_sign_32_sse2(qcoeff, coeff_sign); in highbd_calculate_dqcoeff() local 287 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_adaptive_sse2() local 504 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_32x32_adaptive_sse2() local 720 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_64x64_adaptive_sse2() local
|
H A D | highbd_adaptive_quantize_avx2.c | 93 __m256i abs_coeff = _mm256_abs_epi32(qcoeff); in highbd_calculate_dqcoeff_log_scale_avx2() local 258 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_adaptive_avx2() local 444 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_32x32_adaptive_avx2() local
|
H A D | adaptive_quantize_sse2.c | 204 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_quantize_b_adaptive_sse2() local 413 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_quantize_b_32x32_adaptive_sse2() local 621 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_quantize_b_64x64_adaptive_sse2() local
|
H A D | highbd_quantize_intrin_avx2.c | 122 const __m256i abs_coeff = _mm256_abs_epi32(coeff); in quantize_logscale() local 159 const __m256i abs_coeff = _mm256_abs_epi32(coeff); in quantize() local
|
H A D | adaptive_quantize_avx2.c | 231 const int abs_coeff = (coeff0 ^ coeff_sign) - coeff_sign; in aom_quantize_b_adaptive_avx2() local
|
H A D | avg_intrin_sse2.c | 595 const __m128i abs_coeff = invert_sign_32_sse2(src_line, coeff_sign); in aom_satd_sse2() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | highbd_quantize_intrin_sse2.c | 66 int abs_coeff[4]; in vpx_highbd_quantize_b_sse2() local 142 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_b_32x32_sse2() local
|
H A D | highbd_quantize_intrin_avx2.c | 109 const __m256i abs_coeff = _mm256_abs_epi32(coeff); in quantize() local 190 const __m256i abs_coeff = _mm256_abs_epi32(coeff); in quantize_b_32x32() local
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | quantize.c | 59 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_quantize_b_adaptive_helper_c() local 146 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_quantize_b_helper_c() local 217 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_adaptive_helper_c() local 302 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_helper_c() local
|
/aosp_15_r20/external/libhevc/encoder/ |
H A D | ihevce_cabac_tu.c | 1561 WORD32 abs_coeff = pu2_sig_coeff_buf[0] + 1; in ihevce_cabac_residue_encode() local 2141 WORD32 abs_coeff = pu2_sig_coeff_buf[0] + 1; in ihevce_cabac_residue_encode_rdopt() local 2971 WORD32 abs_coeff = pu2_sig_coeff_buf[0] + 1; in ihevce_cabac_residue_encode_rdoq() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | vp9_quantize_test.cc | 333 int abs_coeff[16]; in quant_fp_nz() local
|