Home
last modified time | relevance | path

Searched refs:_stride (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dcolor.cpp6112 YUV420sp2RGB888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _uv) in YUV420sp2RGB888Invoker()
6113 : dst(_dst), my1(_y1), muv(_uv), width(_dst->cols), stride(_stride) {} in YUV420sp2RGB888Invoker()
6181 YUV420sp2RGBA8888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _uv) in YUV420sp2RGBA8888Invoker()
6182 : dst(_dst), my1(_y1), muv(_uv), width(_dst->cols), stride(_stride) {} in YUV420sp2RGBA8888Invoker()
6255 …YUV420p2RGB888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v, … in YUV420p2RGB888Invoker()
6256 …: dst(_dst), my1(_y1), mu(_u), mv(_v), width(_dst->cols), stride(_stride), ustepIdx(_ustepIdx), vs… in YUV420p2RGB888Invoker()
6323 …YUV420p2RGBA8888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v… in YUV420p2RGBA8888Invoker()
6324 …: dst(_dst), my1(_y1), mu(_u), mv(_v), width(_dst->cols), stride(_stride), ustepIdx(_ustepIdx), vs… in YUV420p2RGBA8888Invoker()
6390 inline void cvtYUV420sp2RGB(Mat& _dst, int _stride, const uchar* _y1, const uchar* _uv) in cvtYUV420sp2RGB() argument
6392 YUV420sp2RGB888Invoker<bIdx, uIdx> converter(&_dst, _stride, _y1, _uv); in cvtYUV420sp2RGB()
[all …]