Home
last modified time | relevance | path

Searched defs:YUV420p2RGB888Invoker (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dcolor.cpp6248 struct YUV420p2RGB888Invoker : ParallelLoopBody struct
6250 Mat* dst;
6251 const uchar* my1, *mu, *mv;
6252 int width, stride;
6253 int ustepIdx, vstepIdx;
6255YUV420p2RGB888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v, … in YUV420p2RGB888Invoker() argument
6258 void operator()(const Range& range) const in operator ()()