Searched refs:imgA (Results 1 - 9 of 9) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
H A DToneDownBGSupp.h51 void bim_ToneDownBGSupp_BGGreyLevelOutside( struct bim_UInt8Image* imgA,
57 void bim_ToneDownBGSupp_BGGreyLevelContour( struct bim_UInt8Image* imgA,
62 void bim_ToneDownBGSupp_suppress( struct bim_UInt8Image* imgA,
H A DToneDownBGSupp.c86 void bim_ToneDownBGSupp_BGGreyLevelOutside( struct bim_UInt8Image* imgA, argument
113 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE );
116 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE );
129 imgPtrL = &(imgA->arrE.arrPtrE[ 0 ]);
130 ctrL += rectIxYMinL * imgA->widthE;
131 imgPtrMaxL = imgPtrL + rectIxYMinL * imgA->widthE;
140 ctrL += ( imgA->heightE - rectIxYMaxL ) * imgA->widthE;
142 imgPtrL = &(imgA->arrE.arrPtrE[ rectIxYMaxL * imgA
188 bim_ToneDownBGSupp_BGGreyLevelContour( struct bim_UInt8Image* imgA, struct bts_Int16Rect* rectA, uint32* meanBGGrayLevelA ) argument
308 bim_ToneDownBGSupp_suppress( struct bim_UInt8Image* imgA, struct bts_Int16Rect* rectA, int16 rectShrinkageA, int32 toneDownFactorA, int32 cutOffAccuracyA ) argument
[all...]
/external/skia/tests/
H A Dimage-bitmap.cpp26 auto imgA = SkImage::MakeFromBitmap(a); local
29 REPORTER_ASSERT(r, img->uniqueID() != imgA->uniqueID());
31 REPORTER_ASSERT(r, imgA->uniqueID() != imgB->uniqueID());
32 REPORTER_ASSERT(r, imgA->uniqueID() != a.getGenerationID());
/external/opencv/cv/src/
H A Dcvoptflowhs.cpp61 // imgA - pointer to first frame ROI
86 icvCalcOpticalFlowHS_8u32fR( uchar* imgA, argument
136 if( imgA == NULL )
206 MemY[0][0] = MemY[1][0] = CONV( imgA[0], imgA[0], imgA[1] );
207 MemX[0][0] = MemX[1][0] = CONV( imgA[0], imgA[0], imgA[imgStep] );
211 MemY[0][j] = MemY[1][j] = CONV( imgA[
[all...]
H A Dcvoptflowlk.cpp60 // imgA, // pointer to first frame ROI
83 icvCalcOpticalFlowLK_8u32fR( uchar * imgA, argument
151 if( imgA == NULL )
243 MemY[0][0] = MemY[1][0] = CONV( imgA[0], imgA[0], imgA[1] );
244 MemX[0][0] = MemX[1][0] = CONV( imgA[0], imgA[0], imgA[imgStep] );
248 MemY[0][j] = MemY[1][j] = CONV( imgA[
[all...]
H A Dcvlkpyramid.cpp74 icvInitPyramidalAlgorithm( const CvMat* imgA, const CvMat* imgB, argument
128 imgSize = cvGetSize(imgA);
129 elem_size = CV_ELEM_SIZE(imgA->type);
157 imgI[0][0] = imgA->data.ptr;
159 step[0][0] = imgA->step;
285 CvMat stubA, *imgA = (CvMat*)arrA; local
311 CV_CALL( imgA = cvGetMat( imgA, &stubA ));
314 if( CV_MAT_TYPE( imgA->type ) != CV_8UC1 )
317 if( !CV_ARE_TYPES_EQ( imgA, img
674 CvMat stubA, *imgA = (CvMat*)arrA; local
[all...]
H A Dcvoptflowbm.cpp86 // imgA, // pointer to first frame ROI
104 icvCalcOpticalFlowBM_8u32fR( uchar * imgA, uchar * imgB, argument
161 if( imgA == NULL )
387 icvCopyBM_8u_C1R( imgA + X1, imgStep, blockA,
400 icvCopyBM_8u_C1R( imgA + X1, imgStep, blockA, blockSize.width, CurSize );
521 imgA += DownStep;
/external/opencv/cv/include/
H A Dcvcompat.h354 #define cvNormMask(imgA,imgB,mask,normType) cvNorm(imgA,imgB,normType,mask)
/external/opencv/cxcore/src/
H A Dcxnorm.cpp965 cvNorm( const void* imgA, const void* imgB, int normType, const void* mask ) argument
980 CvMat stub2, *mat2 = (CvMat*)imgA;

Completed in 187 milliseconds