Searched defs:YUV420p2RGBA8888Invoker (Results 1 – 1 of 1) sorted by relevance
6316 struct YUV420p2RGBA8888Invoker : ParallelLoopBody struct6318 Mat* dst;6319 const uchar* my1, *mu, *mv;6320 int width, stride;6321 int ustepIdx, vstepIdx;6323 …YUV420p2RGBA8888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v… in YUV420p2RGBA8888Invoker() function6326 void operator()(const Range& range) const in operator ()()