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

  /external/opencv/otherlibs/highgui/
grfmt_exr.h 70 void UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample );
grfmt_exr.cpp 314 UpSample( data, 3, step / xstep, xsample[0], m_blue->ySampling );
316 UpSample( data + xstep, 3, step / xstep, xsample[1], m_green->ySampling );
318 UpSample( data + 2 * xstep, 3, step / xstep, xsample[2], m_red->ySampling );
321 UpSample( data, 1, step / xstep, xsample[0], m_green->ySampling );
401 void GrFmtExrReader::UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample )

Completed in 66 milliseconds