HomeSort by relevance Sort by last modified time
    Searched defs:tab_size (Results 1 - 3 of 3) sorted by null

  /external/opencv/cv/src/
cvutils.cpp 206 int i, j, k, t, dj, tab_size, int_mode = 0; local
223 tab_size = dstroi.width - srcroi.width;
224 tab = (int*)cvStackAlloc( tab_size*sizeof(tab[0]) );
229 for( i = 0; i < tab_size; i += cn )
245 for( i = left; i < tab_size; i += cn )
267 for( ; j < tab_size; j++ )
289 for( ; j < tab_size; j++ )
  /external/opencv/cxcore/src/
cxpersistence.cpp 77 int tab_size; member in struct:CvGenericHash
215 map->tab_size = start_tab_size;
430 int i, tab_size; local
446 tab_size = map->tab_size;
447 if( (tab_size & (tab_size - 1)) == 0 )
448 i = (int)(hashval & (tab_size - 1));
450 i = (int)(hashval % tab_size);
505 int i, tab_size; local
565 int i, len, tab_size; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 846 milliseconds