Searched refs:origScanRegionE (Results 1 - 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DLocalScanner.h103 struct bts_Int16Rect origScanRegionE; member in struct:bbf_LocalScanner
H A DLocalScanner.c319 int32 xMinL = ptrA->origScanRegionE.x1E >> ptrA->scaleExpE;
320 int32 yMinL = ptrA->origScanRegionE.y1E >> ptrA->scaleExpE;
321 int32 xMaxL = ptrA->origScanRegionE.x2E >> ptrA->scaleExpE;
322 int32 yMaxL = ptrA->origScanRegionE.y2E >> ptrA->scaleExpE;
359 bts_Int16Rect_init( cpA, &ptrA->origScanRegionE );
393 bts_Int16Rect_exit( cpA, &ptrA->origScanRegionE );
528 ptrA->origScanRegionE = *scanRegionPtrA;
661 ptrA->origScanRegionE = bts_Int16Rect_create( 0, 0, imageWidthA, imageHeightA );

Completed in 98 milliseconds