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

  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 221 CHECK_BETTER(left, tr, tc - hstep); \
222 CHECK_BETTER(right, tr, tc + hstep); \
223 CHECK_BETTER(up, tr - hstep, tc); \
224 CHECK_BETTER(down, tr + hstep, tc); \
227 case 0: CHECK_BETTER(diag, tr - hstep, tc - hstep); break; \
228 case 1: CHECK_BETTER(diag, tr - hstep, tc + hstep); break; \
229 case 2: CHECK_BETTER(diag, tr + hstep, tc - hstep); break;
659 int hstep = 4; local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 413 component_info[i].hstep = 1;

Completed in 141 milliseconds