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

  /external/opencv/cv/src/
cvpyramids.cpp 88 int y, top_row = 0; \
101 int x, y1, k = top_row; \
188 top_row += 2*buffer_step; \
189 top_row &= top_row < pd_sz ? -1 : 0; \
286 int y, top_row = 0; \
298 int x, y1, k = top_row; \
396 top_row += buffer_step; \
397 top_row &= top_row < pu_sz ? -1 : 0;
    [all...]
cvfilter.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesm.h 482 inline int top_row (void) const { function in class:NCursesMenu
483 return ::top_row (menu);
menu.h 240 extern NCURSES_EXPORT(int) top_row (const MENU *);

Completed in 3758 milliseconds