OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:guv
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/src/opencl/
cvtcolor.cl
336
float
guv
= fma(coeffs[3], V, fma(coeffs[2], U, 0.5f));
341
dst1[1] = convert_uchar_sat(Y1 +
guv
);
349
dst1[dcn + 1] = convert_uchar_sat(Y2 +
guv
);
357
dst2[1] = convert_uchar_sat(Y3 +
guv
);
365
dst2[dcn + 1] = convert_uchar_sat(Y4 +
guv
);
414
float
guv
= fma(coeffs[3], V, fma(coeffs[2], U, 0.5f));
419
dst1[1] = convert_uchar_sat(Y1 +
guv
);
427
dst1[dcn + 1] = convert_uchar_sat(Y2 +
guv
);
435
dst2[1] = convert_uchar_sat(Y3 +
guv
);
443
dst2[dcn + 1] = convert_uchar_sat(Y4 +
guv
);
[
all
...]
/external/opencv3/modules/imgproc/src/
color.cpp
6538
int
guv
= (1 << (ITUR_BT_601_SHIFT - 1)) + ITUR_BT_601_CVG * v + ITUR_BT_601_CUG * u;
local
6584
int
guv
= (1 << (ITUR_BT_601_SHIFT - 1)) + ITUR_BT_601_CVG * v + ITUR_BT_601_CUG * u;
local
[
all
...]
Completed in 423 milliseconds