Home
last modified time | relevance | path

Searched defs:abs_coeff (Results 1 – 18 of 18) sorted by relevance

/external/libvpx/vpx_dsp/
Dquantize.c25 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_quantize_dc() local
53 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_dc() local
73 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_quantize_dc_32x32() local
104 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_dc_32x32() local
147 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_quantize_b_c() local
196 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_b_c() local
247 int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_quantize_b_32x32_c() local
305 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_b_32x32_c() local
/external/libvpx/vp9/encoder/
Dvp9_quantize.c41 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_fp_c() local
75 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_highbd_quantize_fp_c() local
104 int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_fp_32x32_c() local
137 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_highbd_quantize_fp_32x32_c() local
/external/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_sse2.c63 int abs_coeff[4]; in aom_highbd_quantize_b_sse2() local
139 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_32x32_sse2() local
197 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_64x64_sse2() local
Dhighbd_adaptive_quantize_sse2.c89 __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
Dhighbd_adaptive_quantize_avx2.c93 __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
Dadaptive_quantize_sse2.c204 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
Dhighbd_quantize_intrin_avx2.c122 const __m256i abs_coeff = _mm256_abs_epi32(coeff); in quantize_logscale() local
159 const __m256i abs_coeff = _mm256_abs_epi32(coeff); in quantize() local
Dadaptive_quantize_avx2.c231 const int abs_coeff = (coeff0 ^ coeff_sign) - coeff_sign; in aom_quantize_b_adaptive_avx2() local
/external/libvpx/vp9/encoder/x86/
Dvp9_quantize_avx2.c79 const __m256i abs_coeff = _mm256_abs_epi16(coeff); in quantize_fp_16() local
155 const __m256i abs_coeff = _mm256_abs_epi16(coeff); in quantize_fp_32x32_16_no_nzflag() local
177 const __m256i abs_coeff = _mm256_abs_epi16(coeff); in quantize_fp_32x32_16() local
312 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
/external/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c65 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
Dhighbd_quantize_intrin_avx2.c109 const __m256i abs_coeff = _mm256_abs_epi32(coeff); in quantize() local
193 const __m256i abs_coeff = _mm256_abs_epi32(coeff); in quantize_b_32x32() local
/external/libaom/av1/encoder/x86/
Dav1_quantize_avx2.c106 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
Dav1_highbd_quantize_avx2.c52 const __m256i abs_coeff = _mm256_abs_epi32(*c); in quantize() local
/external/libaom/av1/encoder/
Dav1_quantize.c53 int64_t abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in av1_quantize_fp_no_qmatrix() local
105 int64_t abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in quantize_fp_helper_c() local
153 const int64_t abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in highbd_quantize_fp_helper_c() local
180 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in highbd_quantize_fp_helper_c() local
229 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in av1_quantize_lp_c() local
383 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in quantize_dc() local
531 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in highbd_quantize_dc() local
Dtxb_rdopt_utils.h223 int64_t abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in update_coeff_eob_fast() local
/external/libaom/aom_dsp/
Dquantize.c58 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_quantize_b_adaptive_helper_c() local
145 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_quantize_b_helper_c() local
216 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_adaptive_helper_c() local
301 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_helper_c() local
/external/libhevc/encoder/
Dihevce_cabac_tu.c1561 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
/external/libvpx/test/
Dvp9_quantize_test.cc315 int abs_coeff[16]; in quant_fp_nz() local