HomeSort by relevance Sort by last modified time
    Searched full:coeff_sign (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 28 const int coeff_sign = (coeff >> 31); local
29 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;
35 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign;
49 const int coeff_sign = (coeff >> 31); local
50 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;
57 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign;
90 const int coeff_sign = (coeff >> 31); local
130 const int coeff_sign = (coeff >> 31); local
184 const int coeff_sign = (coeff >> 31); local
240 const int coeff_sign = (coeff >> 31); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_quantize.c 56 const int coeff_sign = (coeff >> 31); local
57 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;
63 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign;
111 const int coeff_sign = (coeff >> 31); local
113 int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;
119 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign;
    [all...]

Completed in 522 milliseconds