OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yOffE
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c
78
int32 h1L = ( h0L - ptrA->
yOffE
) >> 1;
80
const uint8* iArrL = ptrA->origImagePtrE + ptrA->xOffE + ptrA->
yOffE
* w0L;
345
ptrA->
yOffE
= 0;
379
ptrA->
yOffE
= 0;
462
*yPtrA = ( ( ptrA->yE << ptrA->scaleExpE ) + ptrA->
yOffE
) << 16;
473
*yPtrA = ( ( yL << ptrA->scaleExpE ) + ptrA->
yOffE
) << 16;
660
ptrA->
yOffE
= 0;
786
if( ptrA->
yOffE
== maxL ) return FALSE;
793
ptrA->
yOffE
++;
794
if( ptrA->
yOffE
== maxL ) return FALSE
[
all
...]
LocalScanner.h
61
int32
yOffE
;
Completed in 768 milliseconds