Searched refs:_uv (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 6112 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() 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() 6400 inline void cvtYUV420sp2RGBA(Mat& _dst, int _stride, const uchar* _y1, const uchar* _uv) in cvtYUV420sp2RGBA() argument 6402 YUV420sp2RGBA8888Invoker<bIdx, uIdx> converter(&_dst, _stride, _y1, _uv); in cvtYUV420sp2RGBA()
|