OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arr0L
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c
321
const uint16*
arr0L
= ptrA->workImageE.arrPtrE + ypL * wi2L;
322
const uint16* arr1L =
arr0L
+ wi2L;
336
lBufL[ iL * 2 ] = ( ( (
arr0L
[ iL ] & 0x0FF ) * yoff0L ) + ( ( arr1L[ iL ] & 0x0FF ) * yoff1L ) ) >> 10;
337
lBufL[ iL * 2 + 1 ] = ( ( (
arr0L
[ iL ] >> 8 ) * yoff0L ) + ( ( arr1L[ iL ] >> 8 ) * yoff1L ) ) >> 10;
[
all
...]
LocalScanner.c
225
const uint8*
arr0L
= &ptrA->workImagePtrE[ jL * wL ];
229
for( iL = 0; iL < wL; iL++ ) satL[ swi1L++ ] = ( hSumL +=
arr0L
[ iL ] ) + satL[ swi2L++ ];
Completed in 277 milliseconds