Searched refs:_y1 (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 6112 YUV420sp2RGB888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _uv) in YUV420sp2RGB888Invoker() 6113 : dst(_dst), my1(_y1), muv(_uv), width(_dst->cols), stride(_stride) {} in YUV420sp2RGB888Invoker() 6181 YUV420sp2RGBA8888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _uv) in YUV420sp2RGBA8888Invoker() 6182 : dst(_dst), my1(_y1), muv(_uv), width(_dst->cols), stride(_stride) {} in YUV420sp2RGBA8888Invoker() 6255 …YUV420p2RGB888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v, … in YUV420p2RGB888Invoker() 6256 …: dst(_dst), my1(_y1), mu(_u), mv(_v), width(_dst->cols), stride(_stride), ustepIdx(_ustepIdx), vs… in YUV420p2RGB888Invoker() 6323 …YUV420p2RGBA8888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v… in YUV420p2RGBA8888Invoker() 6324 …: dst(_dst), my1(_y1), mu(_u), mv(_v), width(_dst->cols), stride(_stride), ustepIdx(_ustepIdx), vs… in YUV420p2RGBA8888Invoker() 6390 inline void cvtYUV420sp2RGB(Mat& _dst, int _stride, const uchar* _y1, const uchar* _uv) in cvtYUV420sp2RGB() argument 6392 YUV420sp2RGB888Invoker<bIdx, uIdx> converter(&_dst, _stride, _y1, _uv); in cvtYUV420sp2RGB() [all …]
|
/external/opencv3/modules/video/src/ |
D | optflowgf.cpp | 217 …backUpdateMatrices( const Mat& _R0, const Mat& _R1, const Mat& _flow, Mat& matM, int _y0, int _y1 ) in FarnebackUpdateMatrices() argument 228 for( y = _y0; y < _y1; y++ ) in FarnebackUpdateMatrices()
|