Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dquantize.c21 const int coeff_sign = (coeff >> 31); in vpx_quantize_dc() local
51 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_dc() local
70 const int coeff_sign = (coeff >> 31); in vpx_quantize_dc_32x32() local
103 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_dc_32x32() local
147 const int coeff_sign = (coeff >> 31); in vpx_quantize_b_c() local
198 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_b_c() local
252 const int coeff_sign = (coeff >> 31); in vpx_quantize_b_32x32_c() local
306 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_b_32x32_c() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c41 const int coeff_sign = (coeff >> 31); in vp9_quantize_fp_c() local
77 const int coeff_sign = (coeff >> 31); in vp9_highbd_quantize_fp_c() local
108 const int coeff_sign = (coeff >> 31); in vp9_quantize_fp_32x32_c() local
144 const int coeff_sign = (coeff >> 31); in vp9_highbd_quantize_fp_32x32_c() local
Dvp9_dct.c645 const int coeff_sign = (coeff >> 31); in vp9_fdct8x8_quant_c() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c65 int coeff_sign[4]; in vpx_highbd_quantize_b_sse2() local
140 const int coeff_sign = (coeff >> 31); in vpx_highbd_quantize_b_32x32_sse2() local