/external/opencv/cv/src/ |
D | cvcolor.cpp | 211 icvBGR5x52BGRx_8u_C2CnR( const uchar* src, int srcstep, in icvBGR5x52BGRx_8u_C2CnR() 249 icvBGRx2BGR5x5_8u_CnC2R( const uchar* src, int srcstep, in icvBGRx2BGR5x5_8u_CnC2R() 357 icvBGRx2ABC_IPP_8u_CnC3R( const uchar* src, int srcstep, in icvBGRx2ABC_IPP_8u_CnC3R() 518 icvBGR5x52Gray_8u_C2C1R( const uchar* src, int srcstep, in icvBGR5x52Gray_8u_C2C1R() 550 icvGray2BGR5x5_8u_C1C2R( const uchar* src, int srcstep, in icvGray2BGR5x5_8u_C1C2R() 578 icvBGRx2Gray_8u_CnC1R( const uchar* src, int srcstep, in icvBGRx2Gray_8u_CnC1R() 627 icvBGRx2Gray_16u_CnC1R( const ushort* src, int srcstep, in icvBGRx2Gray_16u_CnC1R() 650 icvBGRx2Gray_32f_CnC1R( const float* src, int srcstep, in icvBGRx2Gray_32f_CnC1R() 968 icvABC2BGRx_8u_C3CnR( const uchar* src, int srcstep, uchar* dst, int dststep, in icvABC2BGRx_8u_C3CnR() 1040 icvBGRx2ABC_8u_CnC3R( const uchar* src, int srcstep, uchar* dst, int dststep, in icvBGRx2ABC_8u_CnC3R() [all …]
|
D | cvutils.cpp | 111 icvCopyReplicateBorder_8u( const uchar* src, int srcstep, CvSize srcroi, in icvCopyReplicateBorder_8u() 201 icvCopyReflect101Border_8u( const uchar* src, int srcstep, CvSize srcroi, in icvCopyReflect101Border_8u() 334 icvCopyConstBorder_8u( const uchar* src, int srcstep, CvSize srcroi, in icvCopyConstBorder_8u() 485 int srcstep, dststep; in cvCopyMakeBorder() local
|
D | cvdistransform.cpp | 67 icvDistanceTransform_3x3_C1R( const uchar* src, int srcstep, int* temp, in icvDistanceTransform_3x3_C1R() 139 icvDistanceTransform_5x5_C1R( const uchar* src, int srcstep, int* temp, in icvDistanceTransform_5x5_C1R() 228 icvDistanceTransformEx_5x5_C1R( const uchar* src, int srcstep, int* temp, in icvDistanceTransformEx_5x5_C1R() 634 int srcstep = src->step; in icvDistanceATS_L1_8u() local
|
D | cvimgwarp.cpp | 124 icvResize_NN_8u_C1R( const uchar* src, int srcstep, CvSize ssize, in icvResize_NN_8u_C1R() 688 int srcstep = src->step ? src->step : CV_STUB_STEP; in cvResize() local 718 int srcstep = src->step / CV_ELEM_SIZE(depth); in cvResize() local 1148 int srcstep = src->step ? src->step : CV_STUB_STEP; in cvWarpAffine() local 1420 int srcstep = src->step ? src->step : CV_STUB_STEP; in cvWarpPerspective() local 2060 int srcstep = src->step ? src->step : CV_STUB_STEP; in cvRemap() local
|
D | cvstereobm.cpp | 116 int srcstep = src->step; in icvPrefilter() local
|
D | cvundistort.cpp | 45 icvUnDistort_8u_CnR( const uchar* src, int srcstep, in icvUnDistort_8u_CnR()
|
/external/opencv/cxcore/src/ |
D | _cxcore.h | 323 icvLUT_Transform8u_8s_C1R( const uchar* src, int srcstep, schar* dst, in icvLUT_Transform8u_8s_C1R() 331 icvLUT_Transform8u_16s_C1R( const uchar* src, int srcstep, short* dst, in icvLUT_Transform8u_16s_C1R() 339 icvLUT_Transform8u_32f_C1R( const uchar* src, int srcstep, float* dst, in icvLUT_Transform8u_32f_C1R()
|
D | cxmatrix.cpp | 977 int srcstep = src->step; in cvInvert() local 1278 int srcstep = src->step; in cvSolve() local
|
D | cxconvert.cpp | 951 icvCvtScaleAbsTo_8u_C1R( const uchar* src, int srcstep, in icvCvtScaleAbsTo_8u_C1R()
|
D | cxmatmul.cpp | 1851 int srcstep = src->step; in cvTransform() local
|