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

/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.cpp205 int xsample[3] = {1, 1, 1}; local
234 xsample[0] = m_blue->ySampling;
241 xsample[1] = m_green->ySampling;
248 xsample[2] = m_red->ySampling;
263 xsample[0] = m_green->ySampling;
264 xsample[1] = m_green->ySampling;
265 xsample[2] = m_green->ySampling;
273 xsample[0] = m_green->ySampling;
283 xsample[0] = m_blue->ySampling;
290 xsample[
401 UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample ) argument
[all...]
H A Dgrfmt_exr.h70 void UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample );
71 void UpSampleX( float *data, int xstep, int xsample );

Completed in 90 milliseconds