OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:workWidthE
(Results
1 - 4
of
4
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c
99
uint32 w0L = ptrA->
workWidthE
;
129
ptrA->
workWidthE
= w1L;
156
ptrA->
workWidthE
= imageWidthA;
160
for( jL = ptrA->
workWidthE
>> 1; jL > 0; jL-- )
167
if( ptrA->
workWidthE
& 1 ) *dstL++ = *srcL++;
187
ptrA->
workWidthE
= roiPtrA->x2E - roiPtrA->x1E;
191
for( jL = ptrA->
workWidthE
>> 1; jL > 0; jL-- )
198
if( ptrA->
workWidthE
& 1 ) *dstL++ = *srcL++;
200
srcL += imageWidthA - ptrA->
workWidthE
;
252
wiL = ptrA->
workWidthE
;
[
all
...]
LocalScanner.h
70
uint32
workWidthE
;
LocalScanner.c
88
ptrA->
workWidthE
= w1L;
109
int32 w0L = ptrA->
workWidthE
;
131
ptrA->
workWidthE
= w1L;
184
wL = ptrA->
workWidthE
;
348
ptrA->
workWidthE
= 0;
382
ptrA->
workWidthE
= 0;
648
ptrA->
workWidthE
= imageWidthA;
Scanner.h
72
uint32
workWidthE
;
Completed in 297 milliseconds