HomeSort by relevance Sort by last modified time
    Searched refs:top_row (Results 1 - 8 of 8) 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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 *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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 *);
  /external/webp/src/dsp/
enc_sse2.c 739 const __m128i top_row = _mm_load_si128((const __m128i*)top); local
741 const __m128i sad8x2 = _mm_sad_epu8(top_row, zero);
754 const __m128i top_row = _mm_load_si128((const __m128i*)top); local
755 const __m128i sad8x2 = _mm_sad_epu8(top_row, zero);
    [all...]
  /external/opencv3/modules/imgproc/test/
test_color.cpp 1649 T* top_row = dst.ptr<T>(); local
    [all...]

Completed in 1580 milliseconds