/external/neven/Embedded/common/src/b_ImageEm/ |
H A D | HistoEq.c | 39 const struct bim_UInt8Image* imagePtrA ) 53 srcPtrL = imagePtrA->arrE.arrPtrE; 55 for( iL = imagePtrA->arrE.sizeE; iL > 0; iL-- ) 67 const struct bim_UInt8Image* imagePtrA ) 75 int32 imgWidthL = imagePtrA->widthE; 76 int32 imgHeightL = imagePtrA->heightE; 99 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E; 115 struct bim_UInt8Image* imagePtrA, 143 dstPtrL = imagePtrA->arrE.arrPtrE; 144 for( kL = imagePtrA 114 bim_equalize( struct bbs_Context* cpA, struct bim_UInt8Image* imagePtrA, const uint16* histoPtrA ) argument 171 bim_UInt8Image_equalizeSection( struct bbs_Context* cpA, struct bim_UInt8Image* imagePtrA, const struct bts_Int16Rect* sectionPtrA ) argument [all...] |
H A D | HistoEq16.c | 39 const struct bim_UInt16ByteImage* imagePtrA ) 52 srcPtrL = imagePtrA->arrE.arrPtrE; 55 for( iL = imagePtrA->arrE.sizeE; iL > 0; iL-- ) 68 const struct bim_UInt16ByteImage* imagePtrA ) 76 int32 imgWidthL = imagePtrA->widthE; 77 int32 imgHeightL = imagePtrA->heightE; 102 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E; 120 void bim_equalize16( struct bim_UInt16ByteImage* imagePtrA, argument 148 dstPtrL = imagePtrA->arrE.arrPtrE; 149 for( kL = imagePtrA 175 bim_UInt16ByteImage_equalizeSection( struct bim_UInt16ByteImage* imagePtrA, const struct bts_Int16Rect* sectionPtrA ) argument [all...] |
/external/neven/Embedded/common/src/b_APIEm/ |
H A D | BFFaceFinder.c | 235 void* imagePtrA, 258 bbf_ScanDetector_process( cpA, ( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA, imageWidthA, imageHeightA, roiPtrA, &outArrL ); local 294 void* imagePtrA, 300 ptrL->detectedFacesE = bbf_ScanDetector_process( cpA, ( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA, imageWidthA, imageHeightA, roiPtrA, &ptrL->faceDataBufferE ); 233 bpi_BFFaceFinder_process( struct bbs_Context* cpA, const struct bpi_BFFaceFinder* ptrA, void* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct bts_Int16Rect* roiPtrA, struct bts_Int16Vec2D* offsPtrA, struct bts_IdCluster2D* idClusterPtrA ) argument 292 bpi_BFFaceFinder_multiProcess( struct bbs_Context* cpA, const struct bpi_BFFaceFinder* ptrA, void* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct bts_Int16Rect* roiPtrA ) argument
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
H A D | ScanDetector.c | 299 const void* imagePtrA, 335 bbf_Scanner_assign( cpA, scannerPtrL, imagePtrA, imageWidthA, imageHeightA, roiPtrA, &ptrA->bitParamArrE[ 0 ] ); 297 bbf_ScanDetector_process( struct bbs_Context* cpA, struct bbf_ScanDetector* ptrA, const void* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct bts_Int16Rect* roiPtrA, int32** outArrPtrPtrA ) argument
|
H A D | LocalScanDetector.c | 457 uint8* imagePtrA, 561 imagePtrA, imageWidthA, imageHeightA, 455 bbf_LocalScanDetector_process( struct bbs_Context* cpA, const struct bbf_LocalScanDetector* ptrA, uint8* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct bts_Int16Vec2D* offsPtrA, const struct bts_IdCluster2D* inClusterPtrA, struct bts_IdCluster2D* outClusterPtrA ) argument
|
H A D | LocalScanner.c | 640 const uint8* imagePtrA, 647 ptrA->workImagePtrE = imagePtrA; 653 ptrA->origImagePtrE = imagePtrA; 638 bbf_LocalScanner_assign( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA, const uint8* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct bbf_BitParam* paramPtrA ) argument
|
H A D | Scanner.c | 140 void bbf_Scanner_copyImage( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, const void* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct bts_Int16Rect* roiPtrA ) argument 142 bbs_DEF_fNameL( "void bbf_Scanner_copyImage( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, const struct bim_UInt16ByteImage* imagePtrA, const struct bts_Int16Rect* roiPtrA )" ) 154 const uint8* srcL = ( uint8* )imagePtrA; 173 const uint8* srcL = ( uint8* )imagePtrA + roiPtrA->y1E * imageWidthA + roiPtrA->x1E; 785 const void* imagePtrA, 792 bbf_Scanner_copyImage( cpA, ptrA, imagePtrA, imageWidthA, imageHeightA, roiPtrA ); 784 bbf_Scanner_assign( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, const void* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct bts_Int16Rect* roiPtrA, const struct bbf_BitParam* paramPtrA ) argument
|