/external/opencv/cv/src/ |
D | cvthresh.cpp | 45 icvThresh_8u_C1R( const uchar* src, int src_step, uchar* dst, int dst_step, in icvThresh_8u_C1R() 113 icvThresh_32f_C1R( const float *src, int src_step, float *dst, int dst_step, in icvThresh_32f_C1R() 306 int src_step, dst_step; in cvThreshold() local
|
D | cvsamplers.cpp | 88 icvAdjustRect( const void* srcptr, int src_step, int pix_size, in icvAdjustRect() 393 ( const uchar* src, int src_step, CvSize src_size, in icvGetRectSubPix_8u32f_C1R() 548 int cn, src_step, dst_step; in cvGetRectSubPix() local
|
D | cvmorph.cpp | 321 int CvMorphology::fill_cyclic_buffer( const uchar* src, int src_step, in fill_cyclic_buffer() 983 int src_step, dst_step = dst->step ? dst->step : CV_STUB_STEP; in icvMorphOp() local 1038 int src_step, dst_step = dst->step ? dst->step : CV_STUB_STEP; in icvMorphOp() local
|
D | cvsumpixels.cpp | 327 int src_step, sum_step, sqsum_step, tilted_step; in cvIntegral() local
|
D | cvderiv.cpp | 47 void icvSepConvSmall3_32f( float* src, int src_step, float* dst, int dst_step, in icvSepConvSmall3_32f() 298 int src_step = src->step ? src->step : CV_STUB_STEP; in cvSobel() local 839 int src_step = src->step ? src->step : CV_STUB_STEP; in cvLaplace() local
|
D | cvpyrsegmentation.cpp | 181 icvPyrSegmentation8uC1R( uchar * src_image, int src_step, in icvPyrSegmentation8uC1R() 594 icvPyrSegmentation8uC3R( uchar * src_image, int src_step, in icvPyrSegmentation8uC3R() 1839 int src_step = 0, dst_step = 0; in cvPyrSegmentation() local
|
D | cvoptflowbm.cpp | 73 icvCopyBM_8u_C1R( const uchar* src, int src_step, in icvCopyBM_8u_C1R()
|
D | cvundistort.cpp | 122 int cn, src_step, dst_step; in cvUndistort2() local
|
D | cvfilter.cpp | 340 int CvBaseImageFilter::fill_cyclic_buffer( const uchar* src, int src_step, in fill_cyclic_buffer() 2305 int src_step = src->step ? src->step : CV_STUB_STEP; in icvIPPFilterNextStripe() local 2396 int src_step, top_bottom_step; in icvIPPSepFilter() local
|
D | cvsmooth.cpp | 649 icvMedianBlur_8u_CnR_O1( uchar* src, int src_step, uchar* dst, int dst_step, in icvMedianBlur_8u_CnR_O1() 797 icvMedianBlur_8u_CnR_Om( uchar* src, int src_step, uchar* dst, int dst_step, in icvMedianBlur_8u_CnR_Om()
|
D | cvlkpyramid.cpp | 226 icvCalcIxIy_32f( const float* src, int src_step, float* dstX, float* dstY, int dst_step, in icvCalcIxIy_32f()
|
D | cvcolor.cpp | 2243 int src_step, dst_step; in cvCvtColor() local
|
/external/opencv/cxcore/src/ |
D | cxconvert.cpp | 450 int src_step, dst_step = 0; in cvSplit() local 553 int src_step = 0, dst_step; in cvMerge() local 741 int* src_step = 0, *dst_step = 0; in cvMixChannels() local 1068 int src_step, dst_step; in cvConvertScaleAbs() local 1510 int src_step, dst_step; in cvConvertScale() local
|
D | cxlogic.cpp | 201 int src_step, dst_step, tdst_step, mask_step; in icvLogicS() local 629 int src_step, dst_step; in cvNot() local
|
D | cxcopy.cpp | 425 int src_step = src->step, dst_step = dst->step; in cvCopy() local 450 int src_step = src->step; in cvCopy() local
|
D | cxarithm.cpp | 536 int src_step, dst_step, tdst_step, mask_step; in cvSubRS() local 1008 int src_step, dst_step, tdst_step, mask_step; in cvAddS() local
|
D | cxdxt.cpp | 1572 icvCopyColumn( const uchar* _src, int src_step, in icvCopyColumn() 1609 icvCopyFrom2Columns( const uchar* _src, int src_step, in icvCopyFrom2Columns()
|
D | cxmatmul.cpp | 54 icvGEMM_CopyBlock( const uchar* src, int src_step, in icvGEMM_CopyBlock() 82 icvGEMM_TransposeBlock( const uchar* src, int src_step, in icvGEMM_TransposeBlock()
|
D | cxcmp.cpp | 1502 int src_step, dst_step; in cvAbsDiffS() local
|
/external/opencv/cvaux/src/ |
D | cvlines.cpp | 198 int src_step, /* line step */ in icvPreWarpImage8uC3R()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_format.c | 546 unsigned src_step; in util_format_translate() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format.c | 546 unsigned src_step; in util_format_translate() local
|
/external/libyuv/files/source/ |
D | scale_argb.cc | 845 int src_step = src_width / dst_width; in ScaleARGBDownEven() local
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg.cpp | 1796 int src_step = x_scale * 8; in WriteImage() local
|
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 1330 icvConvertDataToSparse( const uchar* src, int src_step, int src_type, in icvConvertDataToSparse()
|