Searched refs:xre (Results 1 – 1 of 1) sorted by relevance
405 for( int x = (m_width - 1) / xsample, xre = m_width - xsample; x >= 0; x--, xre -= xsample ) in UpSample() local412 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() local434 ((float *)data)[(xre + n) * xstep] = ((float *)data)[x * xstep]; in UpSampleX()436 ((uint *)data)[(xre + n) * xstep] = ((uint *)data)[x * xstep]; in UpSampleX()