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

  /external/neven/Embedded/common/src/b_ImageEm/
HistoEq16.h 34 void bim_UInt16ByteImage_equalize( struct bim_UInt16ByteImage* imagePtrA );
41 * @param imagePtrA pointer to image to be equalized
45 void bim_UInt16ByteImage_equalizeSection( struct bim_UInt16ByteImage* imagePtrA,
HistoEq.h 38 struct bim_UInt8Image* imagePtrA );
45 * @param imagePtrA pointer to image to be equalized
50 struct bim_UInt8Image* imagePtrA,
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->arrE.sizeE; kL > 0; kL--
    [all...]
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,
148 dstPtrL = imagePtrA->arrE.arrPtrE;
149 for( kL = imagePtrA->arrE.sizeE; kL > 0; kL--
    [all...]
  /external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.h 148 void* imagePtrA,
177 void* imagePtrA,
BFFaceFinder.c 235 void* imagePtrA,
258 bbf_ScanDetector_process( cpA, ( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA, imageWidthA, imageHeightA, roiPtrA, &outArrL );
294 void* imagePtrA,
300 ptrL->detectedFacesE = bbf_ScanDetector_process( cpA, ( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA, imageWidthA, imageHeightA, roiPtrA, &ptrL->faceDataBufferE );
  /external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.h 180 const void* imagePtrA,
LocalScanDetector.h 199 uint8* imagePtrA,
LocalScanner.h 227 const uint8* imagePtrA,
Scanner.h 250 const void* imagePtrA,
ScanDetector.c 299 const void* imagePtrA,
335 bbf_Scanner_assign( cpA, scannerPtrL, imagePtrA, imageWidthA, imageHeightA, roiPtrA, &ptrA->bitParamArrE[ 0 ] );
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 )
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 );
    [all...]
LocalScanner.c 640 const uint8* imagePtrA,
647 ptrA->workImagePtrE = imagePtrA;
653 ptrA->origImagePtrE = imagePtrA;
LocalScanDetector.c 457 uint8* imagePtrA,
561 imagePtrA, imageWidthA, imageHeightA,

Completed in 63 milliseconds