HomeSort by relevance Sort by last modified time
    Searched refs:tab_size (Results 1 - 5 of 5) 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/
cxdxt.cpp 435 const CvComplex64f* wave, int tab_size,
441 int dw0 = tab_size, dw;
454 tab_step = tab_size == n ? 1 : tab_size == n*2 ? 2 : tab_size/n;
743 int d, dd, dw_f = tab_size/factor;
811 d -= -(d >= tab_size) & tab_size;
858 const CvComplex32f* wave, int tab_size,
864 int dw0 = tab_size, dw
    [all...]
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 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 189 milliseconds