HomeSort by relevance Sort by last modified time
    Searched refs:satL (Results 1 - 2 of 2) sorted by null

  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c 166 uint32* satL;
214 satL = ( uint32* )ptrA->satE.arrE.arrPtrE;
218 for( iL = wsL * ( proL + 1 ); iL > 0; iL-- ) satL[ swi1L++ ] = 0;
227 for( iL = 0; iL <= proL; iL++ ) satL[ swi1L++ ] = 0;
229 for( iL = 0; iL < wL; iL++ ) satL[ swi1L++ ] = ( hSumL += arr0L[ iL ] ) + satL[ swi2L++ ];
230 for( iL = 0; iL < proL; iL++ ) satL[ swi1L++ ] = hSumL + satL[ swi2L++ ];
234 for( iL = 0; iL < wsL; iL++ ) satL[ swi1L++ ] = satL[ swi2L++ ]
    [all...]
Scanner.c 221 uint32* satL; /* pointer to summed area table */
294 satL = ptrA->satE.arrE.arrPtrE;
311 for( iL = wsL * ( proL + 1 ); iL > 0; iL-- ) satL[ swi1L++ ] = 0;
330 for( iL = 0; iL <= proL; iL++ ) satL[ swi1L++ ] = 0;
345 satL[ swi1L ] = ( hSumL += pixL ) + satL[ swi2L ];
353 satL[ swi1L ] = hSumL + satL[ swi2L ];
360 for( iL = 0; iL < wsL; iL++ ) satL[ swi1L++ ] = satL[ swi2L++ ]
    [all...]

Completed in 1180 milliseconds