Home
last modified time | relevance | path

Searched refs:xre (Results 1 – 1 of 1) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_exr.cpp405 for( int x = (m_width - 1) / xsample, xre = m_width - xsample; x >= 0; x--, xre -= xsample ) in UpSample() local
412 data[(yre + i) * ystep + (xre + n) * xstep] = data[y * ystep + x * xstep]; in UpSample()
414 … ((float *)data)[(yre + i) * ystep + (xre + n) * xstep] = ((float *)data)[y * ystep + x * xstep]; in UpSample()
416 … ((uint *)data)[(yre + i) * ystep + (xre + n) * xstep] = ((uint *)data)[y * ystep + x * xstep]; in UpSample()
429 for( int x = (m_width - 1) / xsample, xre = m_width - xsample; x >= 0; x--, xre -= xsample ) in UpSampleX() local
434 ((float *)data)[(xre + n) * xstep] = ((float *)data)[x * xstep]; in UpSampleX()
436 ((uint *)data)[(xre + n) * xstep] = ((uint *)data)[x * xstep]; in UpSampleX()