Searched defs:_y1 (Results 1 – 2 of 2) sorted by relevance
/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()
|
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 6390 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()
|