Searched refs:YCRF (Results 1 – 3 of 3) sorted by relevance
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/opencl/ |
H A D | color_yuv.cl | 90 #define YCRF 0.713f 573 __constant float c_RGB2YCrCbCoeffs_f[5] = {R2YF, G2YF, B2YF, YCRF, YCBF};
|
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/ |
H A D | color_yuv.simd.hpp | 58 static const float YCRF = 0.713f; // == 1/2/(1-R2YF) variable 94 static const float coeffs_crb[] = { R2YF, G2YF, B2YF, YCRF, YCBF }; in RGB2YCrCb_f() 132 static const float coeffs_crb[] = { R2YF, G2YF, B2YF, YCRF, YCBF }; in RGB2YCrCb_f()
|
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/cuda/detail/ |
H A D | color_detail.hpp | 102 constexpr float YCRF = 0.713f; // == 1/2/(1-R2YF) variable 674 __constant__ float c_RGB2YCrCbCoeffs_f[5] = {R2YF, G2YF, B2YF, YCRF, YCBF};
|