Searched defs:vstepIdx (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 6253 int ustepIdx, vstepIdx; member 6321 int ustepIdx, vstepIdx; member 6410 … _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v, int ustepIdx, int vstepIdx) in cvtYUV420p2RGB() 6420 … _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v, int ustepIdx, int vstepIdx) in cvtYUV420p2RGBA() 8460 int vstepIdx = dstSz.height % 4 == 2 ? 1 : 0; in cvtColor() local
|