Home
last modified time | relevance | path

Searched refs:coeff_sign (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_quantize.c56 const int coeff_sign = (coeff >> 31); in vp9_quantize_b_c() local
57 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_b_c()
63 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign; in vp9_quantize_b_c()
111 const int coeff_sign = (coeff >> 31); in vp9_quantize_b_32x32_c() local
113 int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_b_32x32_c()
119 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign; in vp9_quantize_b_32x32_c()