Home
last modified time | relevance | path

Searched refs:imageWidthA (Results 1 – 12 of 12) sorted by relevance

/external/neven/Embedded/common/src/b_APIEm/
DBFFaceFinder.h149 uint32 imageWidthA,
178 uint32 imageWidthA,
DBFFaceFinder.c236 uint32 imageWidthA, in bpi_BFFaceFinder_process() argument
258 …process( cpA, ( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA, imageWidthA, imageHeightA, … in bpi_BFFaceFinder_process()
295 uint32 imageWidthA, in bpi_BFFaceFinder_multiProcess() argument
300 …process( cpA, ( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA, imageWidthA, imageHeightA, … in bpi_BFFaceFinder_multiProcess()
DDCR.c105 uint32 imageWidthA, in bpi_DCR_create() argument
126 ptrA->maxImageWidthE = imageWidthA; in bpi_DCR_create()
DDCR.h118 uint32 imageWidthA,
/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanner.c140 …_Context* cpA, struct bbf_Scanner* ptrA, const void* imagePtrA, uint32 imageWidthA, uint32 imageHe… in bbf_Scanner_copyImage() argument
144 if( imageWidthA > ptrA->maxImageWidthE || imageHeightA > ptrA->maxImageHeightE ) in bbf_Scanner_copyImage()
147 fNameL, imageWidthA, imageHeightA, ptrA->maxImageWidthE, ptrA->maxImageHeightE ); in bbf_Scanner_copyImage()
156 ptrA->workWidthE = imageWidthA; in bbf_Scanner_copyImage()
173 const uint8* srcL = ( uint8* )imagePtrA + roiPtrA->y1E * imageWidthA + roiPtrA->x1E; in bbf_Scanner_copyImage()
181 …if( roiPtrA->x1E < 0 || roiPtrA->y1E < 0 || roiPtrA->x2E > ( int32 )imageWidthA || roiPtrA->y2E > … in bbf_Scanner_copyImage()
200 srcL += imageWidthA - ptrA->workWidthE; in bbf_Scanner_copyImage()
786 uint32 imageWidthA, in bbf_Scanner_assign() argument
792 bbf_Scanner_copyImage( cpA, ptrA, imagePtrA, imageWidthA, imageHeightA, roiPtrA ); in bbf_Scanner_assign()
DScanDetector.c300 uint32 imageWidthA, in bbf_ScanDetector_process() argument
325 if( imageWidthA > ptrA->maxImageWidthE || imageHeightA > ptrA->maxImageHeightE ) in bbf_ScanDetector_process()
335 …bbf_Scanner_assign( cpA, scannerPtrL, imagePtrA, imageWidthA, imageHeightA, roiPtrA, &ptrA->bitPar… in bbf_ScanDetector_process()
DScanDetector.h181 uint32 imageWidthA,
DLocalScanDetector.h200 uint32 imageWidthA,
DLocalScanner.c641 uint32 imageWidthA, in bbf_LocalScanner_assign() argument
648 ptrA->workWidthE = imageWidthA; in bbf_LocalScanner_assign()
654 ptrA->origWidthE = imageWidthA; in bbf_LocalScanner_assign()
661 ptrA->origScanRegionE = bts_Int16Rect_create( 0, 0, imageWidthA, imageHeightA ); in bbf_LocalScanner_assign()
DLocalScanner.h228 uint32 imageWidthA,
DScanner.h251 uint32 imageWidthA,
DLocalScanDetector.c458 uint32 imageWidthA, in bbf_LocalScanDetector_process() argument
561 imagePtrA, imageWidthA, imageHeightA, in bbf_LocalScanDetector_process()