OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_chroma
(Results
1 - 2
of
2
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_exr.cpp
140
m_chroma
= chromaticities( m_file->header() );
496
Y = (Y - b *
m_chroma
.blue[1] - r *
m_chroma
.red[1]) /
m_chroma
.green[1];
537
out[i] = in[n] *
m_chroma
.blue[0] + in[n + 1] *
m_chroma
.green[0] + in[n + 2] *
m_chroma
.red[0];
543
o[i] = (uchar) (in[n] *
m_chroma
.blue[0] + in[n + 1] *
m_chroma
.green[0] + in[n + 2] *
m_chroma
.red[0])
[
all
...]
grfmt_exr.h
83
Chromaticities
m_chroma
;
member in class:GrFmtExrReader
Completed in 31 milliseconds