YUV2RGB           595 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp         template <typename T, int scn, int dcn, int bidx> struct YUV2RGB
YUV2RGB           611 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp         template <int bidx> struct YUV2RGB<uchar, 4, 4, bidx> : unary_function<uint, uint>
YUV2RGB           383 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp     template <typename T, int scn, int dcn, int bidx> struct YUV2RGB
YUV2RGB           403 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp     template <int scn, int dcn, int bidx> struct YUV2RGB<float, scn, dcn, bidx>
YUV2RGB           895 modules/videoio/src/cap_dc1394.cpp #define YUV2RGB(y, u, v, r, g, b)\