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

  /external/libvpx/libvpx/vp9/common/
vp9_convolve.c 121 int y_q4 = (int)(filter_y0 - filter_y_base) / taps; local
125 const int src_y = y_q4 >> SUBPEL_BITS;
130 (y_q4 & SUBPEL_MASK) * taps;
139 y_q4 += y_step_q4;
163 int y_q4 = (int)(filter_y0 - filter_y_base) / taps; local
167 const int src_y = y_q4 >> SUBPEL_BITS;
172 (y_q4 & SUBPEL_MASK) * taps;
181 y_q4 += y_step_q4;
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 2373 const int y_q4 = y * (16 \/ factor) * in_h \/ out_h; local
    [all...]

Completed in 42 milliseconds