Home
last modified time | relevance | path

Searched refs:border_tab (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvmorph.cpp283 int* bt = (int*)border_tab; in init()
346 int j = border_tab[i]; in fill_cyclic_buffer()
351 int j = border_tab[i]; in fill_cyclic_buffer()
357 const uchar *bt = (uchar*)border_tab; in fill_cyclic_buffer()
Dcvfilter.cpp186 border_tab = (int*)ptr; in init()
193 cvScalarToRawData( &border_value, border_tab, src_type, 0 ); in init()
231 uchar* bt = (uchar*)border_tab; in start_process()
282 border_tab[i + j] = idx + ofs + j; in start_process()
372 int j = border_tab[i]; in fill_cyclic_buffer()
377 int j = border_tab[i]; in fill_cyclic_buffer()
383 const uchar *bt = (uchar*)border_tab; in fill_cyclic_buffer()
/external/opencv/cv/include/
Dcv.hpp155 int* border_tab; member in CvBaseImageFilter