UpSample 306 modules/imgcodecs/src/grfmt_exr.cpp UpSample( data, 3, step / xstep, xsample[0], m_blue->ySampling ); UpSample 308 modules/imgcodecs/src/grfmt_exr.cpp UpSample( data + xstep, 3, step / xstep, xsample[1], m_green->ySampling ); UpSample 310 modules/imgcodecs/src/grfmt_exr.cpp UpSample( data + 2 * xstep, 3, step / xstep, xsample[2], m_red->ySampling ); UpSample 313 modules/imgcodecs/src/grfmt_exr.cpp UpSample( data, 1, step / xstep, xsample[0], m_green->ySampling ); UpSample 81 modules/imgcodecs/src/grfmt_exr.hpp void UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample );