Home
last modified time | relevance | path

Searched refs:maxImageHeightE (Results 1 – 15 of 15) sorted by relevance

/external/neven/Embedded/common/src/b_APIEm/
DDCR.c44 ptrA->maxImageHeightE = 0; in bpi_DCR_init()
64 ptrA->maxImageHeightE = 0; in bpi_DCR_exit()
127 ptrA->maxImageHeightE = imageHeightA; in bpi_DCR_create()
156 if( widthA > ptrA->maxImageWidthE || heightA > ptrA->maxImageHeightE ) in bpi_DCR_assignGrayByteImage()
161 ptrA->maxImageWidthE, ptrA->maxImageHeightE ); in bpi_DCR_assignGrayByteImage()
193 if( widthA > ptrA->maxImageWidthE || heightA > ptrA->maxImageHeightE ) in bpi_DCR_assignGrayByteImageROI()
198 ptrA->maxImageWidthE, ptrA->maxImageHeightE ); in bpi_DCR_assignGrayByteImageROI()
DDCR.h58 uint32 maxImageHeightE; member
DBFFaceFinder.c385 ptrA->detectorE.maxImageHeightE = maxImageHeightA; in bpi_BFFaceFinder_setMaxImageSize()
/external/neven/Embedded/common/src/b_BitFeatureEm/
DLocalScanDetector.c157 ptrA->maxImageHeightE = 0; in bbf_LocalScanDetector_init()
176 ptrA->maxImageHeightE = 0; in bbf_LocalScanDetector_init()
198 ptrA->maxImageHeightE = 0; in bbf_LocalScanDetector_exit()
217 ptrA->maxImageHeightE = 0; in bbf_LocalScanDetector_exit()
296 memSizeL += bbs_SIZEOF16( ptrA->maxImageHeightE ); in bbf_LocalScanDetector_memSize()
329 memPtrA += bbs_memWrite32( &ptrA->maxImageHeightE, memPtrA ); in bbf_LocalScanDetector_memWrite()
370 memPtrA += bbs_memRead32( &ptrA->maxImageHeightE, memPtrA ); in bbf_LocalScanDetector_memRead()
405 if( ptrA->maxImageWidthE * ptrA->maxImageHeightE == 0 ) in bbf_LocalScanDetector_memRead()
429 …bbs_UInt8Arr_create( cpA, &ptrA->workImageBufE, ptrA->maxImageWidthE * ptrA->maxImageHeightE, sspL… in bbf_LocalScanDetector_memRead()
437 ptrA->maxImageHeightE, in bbf_LocalScanDetector_memRead()
[all …]
DScanner.c60 uint32 hoL = ptrA->maxImageHeightE; in bbf_Scanner_alloc()
144 if( imageWidthA > ptrA->maxImageWidthE || imageHeightA > ptrA->maxImageHeightE ) in bbf_Scanner_copyImage()
147 fNameL, imageWidthA, imageHeightA, ptrA->maxImageWidthE, ptrA->maxImageHeightE ); in bbf_Scanner_copyImage()
450 ptrA->maxImageHeightE = 0; in bbf_Scanner_init()
490 ptrA->maxImageHeightE = 0; in bbf_Scanner_exit()
533 ptrA->maxImageHeightE = srcPtrA->maxImageHeightE; in bbf_Scanner_copy()
551 if( ptrA->maxImageHeightE != srcPtrA->maxImageHeightE ) return FALSE; in bbf_Scanner_equal()
646 ptrA->maxImageHeightE = maxImageHeightA; in bbf_Scanner_create()
690 memSizeL += bbs_SIZEOF16( ptrA->maxImageHeightE ); in bbf_Scanner_memSize()
712 memPtrA += bbs_memWrite32( &ptrA->maxImageHeightE, memPtrA ); in bbf_Scanner_memWrite()
[all …]
DScanDetector.c49 ptrA->maxImageHeightE = 0; in bbf_ScanDetector_init()
77 ptrA->maxImageHeightE = 0; in bbf_ScanDetector_exit()
248 uint32 maxImageSizeL = ptrA->maxImageWidthE * ptrA->maxImageHeightE; in bbf_ScanDetector_memRead()
271 ptrA->maxImageHeightE, in bbf_ScanDetector_memRead()
325 if( imageWidthA > ptrA->maxImageWidthE || imageHeightA > ptrA->maxImageHeightE ) in bbf_ScanDetector_process()
DLocalScanner.c48 uint32 hoL = ptrA->maxImageHeightE; in bbf_LocalScanner_alloc()
366 ptrA->maxImageHeightE = 0; in bbf_LocalScanner_init()
400 ptrA->maxImageHeightE = 0; in bbf_LocalScanner_exit()
501 ptrA->maxImageHeightE = maxImageHeightA; in bbf_LocalScanner_create()
553 memSizeL += bbs_SIZEOF16( ptrA->maxImageHeightE ); in bbf_LocalScanner_memSize()
574 memPtrA += bbs_memWrite32( &ptrA->maxImageHeightE, memPtrA ); in bbf_LocalScanner_memWrite()
597 memPtrA += bbs_memRead32( &ptrA->maxImageHeightE, memPtrA ); in bbf_LocalScanner_memRead()
DScanDetector.h61 uint32 maxImageHeightE; member
DLocalScanDetector.h142 uint32 maxImageHeightE; member
DLocalScanner.h123 uint32 maxImageHeightE; member
DScanner.h126 uint32 maxImageHeightE; member
/external/neven/FaceRecEm/common/src/b_FDSDK/
DSDK.c41 ptrA->maxImageHeightE = 0; in btk_SDK_init()
55 ptrA->maxImageHeightE = 0; in btk_SDK_exit()
161 hsdkL->maxImageHeightE = pCreateParamA->maxImageHeight; in btk_SDK_create()
DSDK_Internal.h73 u32 maxImageHeightE; member
DFaceFinder.c100 if( hsdkA->maxImageWidthE * hsdkA->maxImageHeightE == 0 ) in btk_FaceFinder_create()
112 hsdkA->maxImageHeightE, in btk_FaceFinder_create()
DDCR.c88 hsdkA->maxImageHeightE, in btk_DCR_create()