OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yMaxL
(Results
1 - 4
of
4
) sorted by null
/external/neven/Embedded/common/src/b_ImageEm/
Functions.c
172
int32
yMaxL
= 0x80000000;
182
yMaxL
= yL >
yMaxL
? yL :
yMaxL
;
188
yMaxL
= yL >
yMaxL
? yL :
yMaxL
;
194
yMaxL
= yL >
yMaxL
? yL :
yMaxL
;
[
all
...]
/external/neven/Embedded/common/src/b_TensorEm/
Cluster3D.c
164
int32
yMaxL
= 0;
173
yMaxL
= bbs_max(
yMaxL
, vecPtrL->yE );
177
return bts_Int16Rect_create( ( int16 )xMinL, ( int16 )yMinL, ( int16 )xMaxL, ( int16 )
yMaxL
);
Cluster2D.c
222
int32
yMaxL
= -65536;
231
yMaxL
= bbs_max(
yMaxL
, vecPtrL->yE );
235
return bts_Int16Rect_create( ( int16 )xMinL, ( int16 )yMinL, ( int16 )xMaxL, ( int16 )
yMaxL
);
/external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c
322
int32
yMaxL
= ptrA->origScanRegionE.y2E >> ptrA->scaleExpE;
326
ptrA->workScanRegionE.y2E = (
yMaxL
> ( int32 )ptrA->currentHeightE ) ? ptrA->currentHeightE :
yMaxL
;
Completed in 68 milliseconds