Searched refs:muv (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 6109 const uchar* my1, *muv; member 6113 : dst(_dst), my1(_y1), muv(_uv), width(_dst->cols), stride(_stride) {} in YUV420sp2RGB888Invoker() 6128 const uchar* y1 = my1 + rangeBegin * stride, *uv = muv + rangeBegin * stride / 2; in operator ()() 6178 const uchar* my1, *muv; member 6182 : dst(_dst), my1(_y1), muv(_uv), width(_dst->cols), stride(_stride) {} in YUV420sp2RGBA8888Invoker() 6197 const uchar* y1 = my1 + rangeBegin * stride, *uv = muv + rangeBegin * stride / 2; in operator ()()
|