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

  /external/libvpx/libvpx/vp9/common/
vp9_convolve.c 38 int x_q4 = (int)(filter_x0 - filter_x_base) / taps; local
42 const int src_x = x_q4 >> SUBPEL_BITS;
47 (x_q4 & SUBPEL_MASK) * taps;
55 x_q4 += x_step_q4;
79 int x_q4 = (int)(filter_x0 - filter_x_base) / taps; local
83 const int src_x = x_q4 >> SUBPEL_BITS;
88 (x_q4 & SUBPEL_MASK) * taps;
97 x_q4 += x_step_q4;
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 2372 const int x_q4 = x * (16 \/ factor) * in_w \/ out_w; local
    [all...]
  /packages/apps/Camera/perftests/panorama/output/
golden.ppm     [all...]

Completed in 96 milliseconds