UpSampleY 369 modules/imgcodecs/src/grfmt_exr.cpp UpSampleY( data, 3, step / xstep, m_blue->ySampling ); UpSampleY 371 modules/imgcodecs/src/grfmt_exr.cpp UpSampleY( data + xstep, 3, step / xstep, m_green->ySampling ); UpSampleY 373 modules/imgcodecs/src/grfmt_exr.cpp UpSampleY( data + 2 * xstep, 3, step / xstep, m_red->ySampling ); UpSampleY 376 modules/imgcodecs/src/grfmt_exr.cpp UpSampleY( data, 1, step / xstep, m_green->ySampling ); UpSampleY 83 modules/imgcodecs/src/grfmt_exr.hpp void UpSampleY( uchar *data, int xstep, int ystep, int ysample );