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

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

Completed in 148 milliseconds