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 253 CHECK_BETTER(left, tr, tc - hstep); \
254 CHECK_BETTER(right, tr, tc + hstep); \
255 CHECK_BETTER(up, tr - hstep, tc); \
256 CHECK_BETTER(down, tr + hstep, tc); \
261 CHECK_BETTER(diag, tr - hstep, tc - hstep); \
264 CHECK_BETTER(diag, tr - hstep, tc + hstep); \
267 CHECK_BETTER(diag, tr + hstep, tc - hstep); \
346 int hstep = 4; local
429 int rr, rc, br, bc, hstep; local
556 int hstep = 4; local
643 int rr, rc, br, bc, hstep; local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 413 component_info[i].hstep = 1;

Completed in 176 milliseconds