Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Doptflowgf.cpp217 …backUpdateMatrices( const Mat& _R0, const Mat& _R1, const Mat& _flow, Mat& matM, int _y0, int _y1 ) in FarnebackUpdateMatrices()
/external/opencv3/modules/imgproc/src/
Dcolor.cpp6390 inline void cvtYUV420sp2RGB(Mat& _dst, int _stride, const uchar* _y1, const uchar* _uv) in cvtYUV420sp2RGB()
6400 inline void cvtYUV420sp2RGBA(Mat& _dst, int _stride, const uchar* _y1, const uchar* _uv) in cvtYUV420sp2RGBA()
6410 inline void cvtYUV420p2RGB(Mat& _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* … in cvtYUV420p2RGB()
6420 inline void cvtYUV420p2RGBA(Mat& _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar*… in cvtYUV420p2RGBA()