/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...] |
/external/opencv3/modules/core/src/ |
persistence.cpp | 160 int tab_size; member in struct:CvGenericHash 380 map->tab_size = start_tab_size; 579 int i, tab_size; local 596 tab_size = map->tab_size; 597 if( (tab_size & (tab_size - 1)) == 0 ) 598 i = (int)(hashval & (tab_size - 1)); 600 i = (int)(hashval % tab_size); 648 int i, tab_size; local 702 int i, len, tab_size; local [all...] |
dxt.cpp | 528 const Complex<T>* wave, int tab_size, 544 int dw0 = tab_size, dw; 573 tab_step = tab_size == n ? 1 : tab_size == n*2 ? 2 : tab_size/n; 866 int d, dd, dw_f = tab_size/factor; 934 d -= -(d >= tab_size) & tab_size; 981 const Complex<T>* wave, int tab_size, const void* [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 | |