Searched refs:tmpWidth (Results 1 – 1 of 1) sorted by relevance
948 int tmpWidth = padHeight + 4*pad; in BlurGroundTruth() local950 int tmpSize = tmpWidth * tmpHeight; in BlurGroundTruth()958 float *outPixel = tmpImage + (x-pad)*tmpWidth + y + 2*pad; // transposed output in BlurGroundTruth()972 float *srcScanline = tmpImage + y*tmpWidth; in BlurGroundTruth()973 for (int x = pad ; x < tmpWidth - pad ; ++x) { in BlurGroundTruth()