Searched refs:currentHeightE (Results 1 - 4 of 4) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DLocalScanner.h67 uint32 currentHeightE; member in struct:bbf_LocalScanner
H A DScanner.h69 uint32 currentHeightE; member in struct:bbf_Scanner
H A DScanner.c277 ptrA->currentHeightE = xhoL;
432 ptrA->currentHeightE = 0;
472 ptrA->currentHeightE = 0;
521 ptrA->currentHeightE = srcPtrA->currentHeightE;
576 int32 hL = ( int32 )ptrA->currentHeightE - ptrA->patchHeightE;
850 if( ( ptrA->yE + 1 ) >= ( int32 )( ptrA->currentHeightE - ptrA->patchHeightE ) ) return FALSE;
901 if( yA >= ( int32 )( ptrA->currentHeightE - ptrA->patchHeightE ) )
H A DLocalScanner.c194 ptrA->currentHeightE = hL;
197 ptrA->workScanRegionE = bts_Int16Rect_create( 0, 0, ptrA->currentWidthE, ptrA->currentHeightE );
326 ptrA->workScanRegionE.y2E = ( yMaxL > ( int32 )ptrA->currentHeightE ) ? ptrA->currentHeightE : yMaxL;
347 ptrA->currentHeightE = 0;
381 ptrA->currentHeightE = 0;

Completed in 187 milliseconds