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

  /external/opencv/otherlibs/highgui/
grfmt_exr.h 72 void UpSampleY( uchar *data, int xstep, int ystep, int ysample );
grfmt_exr.cpp 379 UpSampleY( data, 3, step / xstep, m_blue->ySampling );
381 UpSampleY( data + xstep, 3, step / xstep, m_green->ySampling );
383 UpSampleY( data + 2 * xstep, 3, step / xstep, m_red->ySampling );
386 UpSampleY( data, 1, step / xstep, m_green->ySampling );
445 void GrFmtExrReader::UpSampleY( uchar *data, int xstep, int ystep, int ysample )

Completed in 35 milliseconds