Searched refs:TABSZ (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvstereobm.cpp113 const int OFS = 256*5, TABSZ = OFS*2 + 256; local
114 uchar tab[TABSZ];
121 for( x = 0; x < TABSZ; x++ )
205 const int TABSZ = 256; local
206 uchar tab[TABSZ];
214 for( x = 0; x < TABSZ; x++ )
412 const int TABSZ = 256; local
413 uchar tab[TABSZ];
420 for( x = 0; x < TABSZ; x++ )
H A Dcvimgwarp.cpp1795 const int TABSZ = 1 << (CV_REMAP_SHIFT*2); local
1796 static ushort align(8) atab[TABSZ][4];

Completed in 76 milliseconds