Home | History | Annotate | Download | only in src

Lines Matching refs:srcA

555 //             srcA, srcB - source image
571 CvMat stubA, *srcA = (CvMat*)srcarrA;
576 CV_CALL( srcA = cvGetMat( srcA, &stubA ));
582 if( !CV_ARE_TYPES_EQ( srcA, srcB ))
588 if( !CV_ARE_SIZES_EQ( srcA, srcB ) ||
590 (unsigned)(velx->width*blockSize.width - srcA->width) >= (unsigned)blockSize.width ||
591 (unsigned)(velx->height*blockSize.height - srcA->height) >= (unsigned)blockSize.height )
594 if( CV_MAT_TYPE( srcA->type ) != CV_8UC1 ||
599 if( srcA->step != srcB->step || velx->step != vely->step )
602 IPPI_CALL( icvCalcOpticalFlowBM_8u32fR( (uchar*)srcA->data.ptr, (uchar*)srcB->data.ptr,
603 srcA->step, cvGetMatSize( srcA ), blockSize,