Searched refs:coeff_sign (Results 1 – 4 of 4) sorted by relevance
21 const int coeff_sign = (coeff >> 31); in vpx_quantize_dc() local22 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_quantize_dc()31 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign; in vpx_quantize_dc()51 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_dc() local52 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_dc()55 qcoeff_ptr[0] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign); in vpx_highbd_quantize_dc()70 const int coeff_sign = (coeff >> 31); in vpx_quantize_dc_32x32() local71 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_quantize_dc_32x32()81 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign; in vpx_quantize_dc_32x32()103 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_dc_32x32() local[all …]
41 const int coeff_sign = (coeff >> 31); in vp9_quantize_fp_c() local42 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_fp_c()47 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign; in vp9_quantize_fp_c()77 const int coeff_sign = (coeff >> 31); in vp9_highbd_quantize_fp_c() local78 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_highbd_quantize_fp_c()81 qcoeff_ptr[rc] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign); in vp9_highbd_quantize_fp_c()108 const int coeff_sign = (coeff >> 31); in vp9_quantize_fp_32x32_c() local110 int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_fp_32x32_c()116 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign; in vp9_quantize_fp_32x32_c()144 const int coeff_sign = (coeff >> 31); in vp9_highbd_quantize_fp_32x32_c() local[all …]
645 const int coeff_sign = (coeff >> 31); in vp9_fdct8x8_quant_c() local646 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_fdct8x8_quant_c()651 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign; in vp9_fdct8x8_quant_c()
65 int coeff_sign[4]; in vpx_highbd_quantize_b_sse2() local75 _mm_storeu_si128((__m128i *)coeff_sign, coeffs_sign); in vpx_highbd_quantize_b_sse2()84 qcoeff_ptr[k] = (int)(abs_qcoeff ^ coeff_sign[j]) - coeff_sign[j]; in vpx_highbd_quantize_b_sse2()140 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_b_32x32_sse2() local141 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_b_32x32_sse2()147 qcoeff_ptr[rc] = (int)(abs_qcoeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_b_32x32_sse2()