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

  /external/opencv/otherlibs/highgui/
grfmt_exr.h 71 void UpSampleX( float *data, int xstep, int xsample );
grfmt_exr.cpp 334 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 )

Completed in 134 milliseconds