Home
last modified time | relevance | path

Searched refs:my1 (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dcolor.cpp6109 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 ()()
6251 const uchar* my1, *mu, *mv; member
6256 …: dst(_dst), my1(_y1), mu(_u), mv(_v), width(_dst->cols), stride(_stride), ustepIdx(_ustepIdx), vs… in YUV420p2RGB888Invoker()
6266 const uchar* y1 = my1 + rangeBegin * stride; in operator ()()
6319 const uchar* my1, *mu, *mv; member
[all …]
Dimgwarp.cpp4387 __m128i my1 = _mm_and_si128(iy1, mask); in operator ()() local
4389 my0 = _mm_packs_epi32(my0, my1); in operator ()()