Searched refs:CV_BGR2YUV_IYUV (Results 1 – 2 of 2) sorted by relevance
330 CV_BGR2YUV_IYUV = CV_BGR2YUV_I420, enumerator
8500 case CV_RGB2YUV_IYUV: case CV_BGR2YUV_IYUV: case CV_RGBA2YUV_IYUV: case CV_BGRA2YUV_IYUV: in cvtColor()8503 …const int bIdx = (code == CV_BGR2YUV_IYUV || code == CV_BGRA2YUV_IYUV || code == CV_BGR2YUV_YV12 |… in cvtColor()8504 …const int uIdx = (code == CV_BGR2YUV_IYUV || code == CV_BGRA2YUV_IYUV || code == CV_RGB2YUV_IYUV |… in cvtColor()