HomeSort by relevance Sort by last modified time
    Searched refs:ChromaToBGR (Results 1 - 2 of 2) sorted by null

  /external/opencv/otherlibs/highgui/
grfmt_exr.h 73 void ChromaToBGR( float *data, int numlines, int step );
grfmt_exr.cpp 352 ChromaToBGR( (float *)buffer, 1, step );
390 ChromaToBGR( (float *)data, m_height, step / xstep );
467 void GrFmtExrReader::ChromaToBGR( float *data, int numlines, int step )

Completed in 289 milliseconds