Home
last modified time | relevance | path

Searched defs:src_step (Results 1 – 25 of 25) sorted by relevance

/external/opencv/cv/src/
Dcvthresh.cpp45 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
Dcvsamplers.cpp88 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
Dcvmorph.cpp321 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
Dcvsumpixels.cpp327 int src_step, sum_step, sqsum_step, tilted_step; in cvIntegral() local
Dcvderiv.cpp47 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
Dcvpyrsegmentation.cpp181 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
Dcvoptflowbm.cpp73 icvCopyBM_8u_C1R( const uchar* src, int src_step, in icvCopyBM_8u_C1R()
Dcvfilter.cpp340 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
Dcvundistort.cpp122 int cn, src_step, dst_step; in cvUndistort2() local
Dcvsmooth.cpp649 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()
Dcvlkpyramid.cpp226 icvCalcIxIy_32f( const float* src, int src_step, float* dstX, float* dstY, int dst_step, in icvCalcIxIy_32f()
Dcvcolor.cpp2243 int src_step, dst_step; in cvCvtColor() local
/external/opencv/cxcore/src/
Dcxconvert.cpp450 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
Dcxlogic.cpp201 int src_step, dst_step, tdst_step, mask_step; in icvLogicS() local
629 int src_step, dst_step; in cvNot() local
Dcxcopy.cpp425 int src_step = src->step, dst_step = dst->step; in cvCopy() local
450 int src_step = src->step; in cvCopy() local
Dcxarithm.cpp536 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
Dcxdxt.cpp1572 icvCopyColumn( const uchar* _src, int src_step, in icvCopyColumn()
1609 icvCopyFrom2Columns( const uchar* _src, int src_step, in icvCopyFrom2Columns()
Dcxmatmul.cpp54 icvGEMM_CopyBlock( const uchar* src, int src_step, in icvGEMM_CopyBlock()
82 icvGEMM_TransposeBlock( const uchar* src, int src_step, in icvGEMM_TransposeBlock()
Dcxcmp.cpp1502 int src_step, dst_step; in cvAbsDiffS() local
/external/v8/src/compiler/
Dgap-resolver.cc51 int src_step = 1; in Split() local
/external/opencv/cvaux/src/
Dcvlines.cpp198 int src_step, /* line step */ in icvPreWarpImage8uC3R()
/external/webp/src/mux/
Danim_encode.c353 static WEBP_INLINE int ComparePixelsLossless(const uint32_t* src, int src_step, in ComparePixelsLossless()
389 static WEBP_INLINE int ComparePixelsLossy(const uint32_t* src, int src_step, in ComparePixelsLossy()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.c625 unsigned src_step; in util_format_translate() local
/external/opencv/ml/src/
Dml_inner_functions.cpp1330 icvConvertDataToSparse( const uchar* src, int src_step, int src_type, in icvConvertDataToSparse()
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp1796 int src_step = x_scale * 8; in WriteImage() local