Searched defs:YUV420sp2RGB888Invoker (Results 1 – 1 of 1) sorted by relevance
6106 struct YUV420sp2RGB888Invoker : ParallelLoopBody struct6108 Mat* dst;6109 const uchar* my1, *muv;6110 int width, stride;6112 YUV420sp2RGB888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _uv) in YUV420sp2RGB888Invoker() argument6115 void operator()(const Range& range) const in operator ()()