Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c29 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_dc() local
50 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_dc_32x32() local
91 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_fp_c() local
132 int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_fp_32x32_c() local
185 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_b_c() local
242 int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_b_32x32_c() local