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

  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c 226 uint32 hSumL = 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++ ];
Scanner.c 326 uint32 hSumL = 0;
345 satL[ swi1L ] = ( hSumL += pixL ) + satL[ swi2L ];
353 satL[ swi1L ] = hSumL + satL[ swi2L ];
    [all...]

Completed in 488 milliseconds