Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dgrfmt_exr.cpp334 UpSampleX( (float *)buffer, 3, xsample[0] ); in ReadData()
336 UpSampleX( (float *)buffer + 4, 3, xsample[1] ); in ReadData()
338 UpSampleX( (float *)buffer + 8, 3, xsample[2] ); in ReadData()
345 UpSampleX( (float *)buffer, 3, xsample[0] ); in ReadData()
347 UpSampleX( (float *)(buffer + 4), 3, xsample[1] ); in ReadData()
349 UpSampleX( (float *)(buffer + 8), 3, xsample[2] ); in ReadData()
427 void GrFmtExrReader::UpSampleX( float *data, int xstep, int xsample ) in UpSampleX() function in GrFmtExrReader
Dgrfmt_exr.h71 void UpSampleX( float *data, int xstep, int xsample );