Home
last modified time | relevance | path

Searched refs:UpSampleY (Results 1 – 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_exr.cpp379 UpSampleY( data, 3, step / xstep, m_blue->ySampling ); in ReadData()
381 UpSampleY( data + xstep, 3, step / xstep, m_green->ySampling ); in ReadData()
383 UpSampleY( data + 2 * xstep, 3, step / xstep, m_red->ySampling ); in ReadData()
386 UpSampleY( data, 1, step / xstep, m_green->ySampling ); in ReadData()
445 void GrFmtExrReader::UpSampleY( uchar *data, int xstep, int ystep, int ysample ) in UpSampleY() function in GrFmtExrReader
Dgrfmt_exr.h72 void UpSampleY( uchar *data, int xstep, int ystep, int ysample );