HomeSort by relevance Sort by last modified time
    Searched refs:src_step (Results 26 - 33 of 33) sorted by null

12

  /external/opencv/cv/src/
cvlkpyramid.cpp 226 icvCalcIxIy_32f( const float* src, int src_step, float* dstX, float* dstY, int dst_step,
233 src_step /= sizeof(src[0]);
236 for( ; height--; src += src_step, dstX += dst_step, dstY += dst_step )
238 const float* src2 = src + src_step;
239 const float* src3 = src + src_step*2;
    [all...]
cvcolor.cpp 2243 int src_step, dst_step; local
    [all...]
cvfilter.cpp 340 int CvBaseImageFilter::fill_cyclic_buffer( const uchar* src, int src_step,
349 for( ; buf_count < buf_max_count && y < y2; buf_count++, y++, src += src_step )
    [all...]
  /external/opencv/cxcore/src/
_cxcore.h 292 typedef CvStatus (CV_STDCALL * CvCopyMaskFunc)(const void* src, int src_step,
cxcmp.cpp 1502 int src_step, dst_step; local
    [all...]
cxmatmul.cpp 54 icvGEMM_CopyBlock( const uchar* src, int src_step,
61 for( ; size.height--; src += src_step, dst += dst_step )
82 icvGEMM_TransposeBlock( const uchar* src, int src_step,
93 for( j = 0; j < size.height; j++, _src += src_step )
97 for( j = 0; j < size.height*2; j += 2, _src += src_step )
106 for( j = 0; j < size.height*4; j += 4, _src += src_step )
    [all...]
_cxipp.h 51 ( const uchar* src, int src_step,
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1796 int src_step = x_scale * 8; local
    [all...]

Completed in 239 milliseconds

12