HomeSort by relevance Sort by last modified time
    Searched refs:scaleExpE (Results 1 - 6 of 6) sorted by null

  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c 141 if( ptrA->scaleExpE > 0 ) bbf_LocalScanner_downscale0( cpA, ptrA );
142 for( iL = 1; iL < ptrA->scaleExpE; iL++ ) bbf_LocalScanner_downscale1( cpA, ptrA );
319 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;
364 ptrA->scaleExpE = 0;
398 ptrA->scaleExpE = 0;
461 *xPtrA = ( ( ptrA->xE << ptrA->scaleExpE ) + ptrA->xOffE ) << 16;
462 *yPtrA = ( ( ptrA->yE << ptrA->scaleExpE ) + ptrA->yOffE ) << 16
    [all...]
LocalScanDetector.h 103 uint32 scaleExpE;
LocalScanDetector.c 163 ptrA->scaleExpE = 0;
204 ptrA->scaleExpE = 0;
284 memSizeL += bbs_SIZEOF16( ptrA->scaleExpE );
317 memPtrA += bbs_memWrite32( &ptrA->scaleExpE, memPtrA );
358 memPtrA += bbs_memRead32( &ptrA->scaleExpE, memPtrA );
435 ptrA->scaleExpE,
438 ptrA->scaleExpE,
468 int32 pw1L = pw0L << ptrA->scaleExpE;
469 int32 ph1L = ph0L << ptrA->scaleExpE;
584 scnPtrL->scaleExpE = ptrA->scaleExpE
    [all...]
LocalScanner.h 117 uint32 scaleExpE;
Scanner.c 131 ptrA->scaleExpE++;
257 stepL = ptrA->scaleE >> ( ptrA->scaleExpE + 4 );
426 ptrA->scaleExpE = 0;
466 ptrA->scaleExpE = 0;
515 ptrA->scaleExpE = srcPtrA->scaleExpE;
809 ptrA->scaleExpE = 0;
812 while( ptrA->scaleE > ( ( uint32 )( 2 << ptrA->scaleExpE ) << 20 ) ) bbf_Scanner_downscale( cpA, ptrA );
826 while( ptrA->scaleE > ( ( uint32 )( 2 << ptrA->scaleExpE ) << 20 ) ) bbf_Scanner_downscale( cpA, ptrA );
    [all...]
Scanner.h 51 uint32 scaleExpE;

Completed in 58 milliseconds