Home
last modified time | relevance | path

Searched refs:yuv_f (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dcolor.cpp7692 static const float yuv_f[] = { 0.114f, 0.587f, 0.299f, 0.492f, 0.877f }; in cvtColor() local
7694 const float* coeffs_f = code == CV_BGR2YCrCb || code == CV_RGB2YCrCb ? 0 : yuv_f; in cvtColor()
7766 static const float yuv_f[] = { 2.032f, -0.395f, -0.581f, 1.140f }; in cvtColor() local
7768 const float* coeffs_f = code == CV_YCrCb2BGR || code == CV_YCrCb2RGB ? 0 : yuv_f; in cvtColor()