Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp6316 struct YUV420p2RGBA8888Invoker : ParallelLoopBody struct
6318 Mat* dst;
6319 const uchar* my1, *mu, *mv;
6320 int width, stride;
6321 int ustepIdx, vstepIdx;
6323YUV420p2RGBA8888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v… in YUV420p2RGBA8888Invoker() function
6326 void operator()(const Range& range) const in operator ()()