cvtYUV422toRGB   8545 modules/imgproc/src/color.cpp                     case 3000: cvtYUV422toRGB<0,0,0>(dst, (int)src.step, src.ptr<uchar>()); break;
cvtYUV422toRGB   8546 modules/imgproc/src/color.cpp                     case 3001: cvtYUV422toRGB<0,0,1>(dst, (int)src.step, src.ptr<uchar>()); break;
cvtYUV422toRGB   8547 modules/imgproc/src/color.cpp                     case 3010: cvtYUV422toRGB<0,1,0>(dst, (int)src.step, src.ptr<uchar>()); break;
cvtYUV422toRGB   8548 modules/imgproc/src/color.cpp                     case 3011: cvtYUV422toRGB<0,1,1>(dst, (int)src.step, src.ptr<uchar>()); break;
cvtYUV422toRGB   8549 modules/imgproc/src/color.cpp                     case 3200: cvtYUV422toRGB<2,0,0>(dst, (int)src.step, src.ptr<uchar>()); break;
cvtYUV422toRGB   8550 modules/imgproc/src/color.cpp                     case 3201: cvtYUV422toRGB<2,0,1>(dst, (int)src.step, src.ptr<uchar>()); break;
cvtYUV422toRGB   8551 modules/imgproc/src/color.cpp                     case 3210: cvtYUV422toRGB<2,1,0>(dst, (int)src.step, src.ptr<uchar>()); break;
cvtYUV422toRGB   8552 modules/imgproc/src/color.cpp                     case 3211: cvtYUV422toRGB<2,1,1>(dst, (int)src.step, src.ptr<uchar>()); break;