OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xOffE
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c
77
int32 w1L = ( w0L - ptrA->
xOffE
) >> 1;
80
const uint8* iArrL = ptrA->origImagePtrE + ptrA->
xOffE
+ ptrA->yOffE * w0L;
344
ptrA->
xOffE
= 0;
378
ptrA->
xOffE
= 0;
461
*xPtrA = ( ( ptrA->xE << ptrA->scaleExpE ) + ptrA->
xOffE
) << 16;
472
*xPtrA = ( ( xL << ptrA->scaleExpE ) + ptrA->
xOffE
) << 16;
659
ptrA->
xOffE
= 0;
788
ptrA->
xOffE
++;
790
if( ptrA->
xOffE
== maxL )
792
ptrA->
xOffE
= 0
[
all
...]
LocalScanner.h
58
int32
xOffE
;
Completed in 113 milliseconds