Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_quantize.c57 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_b_c() local
113 int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_b_32x32_c() local