Searched defs:YUV420p2RGB888Invoker (Results 1 – 1 of 1) sorted by relevance
6248 struct YUV420p2RGB888Invoker : ParallelLoopBody struct6250 Mat* dst;6251 const uchar* my1, *mu, *mv;6252 int width, stride;6253 int ustepIdx, vstepIdx;6255 …YUV420p2RGB888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v, … in YUV420p2RGB888Invoker() argument6258 void operator()(const Range& range) const in operator ()()