Searched refs:fOutputHeight (Results 1 – 2 of 2) sorted by relevance
133 fOutputHeight(0), in DCRaw()982 for (row = 0; row < fOutputHeight - 7; row += 8) { in _ScaleColors()1056 for (row = 0; row < fOutputHeight; row++) { in _ScaleColors()1091 while ((1UL << dim) < fOutputWidth || (1UL << dim) < fOutputHeight) { in _WaveletDenoise()1106 for (row = 0; row < (int32)fOutputHeight; row++) { in _WaveletDenoise()1179 for (row = 0; row < (int32)fOutputHeight; row++) { in _WaveletDenoise()1240 fInputHeight = fOutputHeight; in _PreInterpolate()2682 uint32 width = image.flip > 4 ? fOutputHeight : fOutputWidth; in _WriteRGB32()2683 uint32 height = image.flip > 4 ? fOutputWidth : fOutputHeight; in _WriteRGB32()2720 for (row = 0; row < fOutputHeight; row++, soff += rstep) { in _WriteRGB32()[all …]
168 uint32 fOutputHeight; variable