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

12

  /external/opencv/cxcore/src/
_cxcore.h 293 void* dst, int dst_step, CvSize size,
_cxipp.h 52 uchar* dst, int dst_step, CvSize size ))
55 ( uchar value, uchar* dst, int dst_step, CvSize size ))
    [all...]
cxmatmul.cpp 55 uchar* dst, int dst_step,
61 for( ; size.height--; src += src_step, dst += dst_step )
83 uchar* dst, int dst_step,
87 for( i = 0; i < size.width; i++, dst += dst_step, src += pix_size )
    [all...]

Completed in 33 milliseconds

12