HomeSort by relevance Sort by last modified time
    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 98 milliseconds