Lines Matching refs:fOutputHeight
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()
3569 fOutputHeight = (fInputHeight + fShrink) >> fShrink; in ReadImageAt()
3573 image.output_width = fOutputHeight; in ReadImageAt()
3577 image.output_height = fOutputHeight; in ReadImageAt()
3581 bufferSize = fOutputWidth * 4 * fOutputHeight; in ReadImageAt()
3583 fImageData = (uint16 (*)[4])calloc(fOutputWidth * fOutputHeight in ReadImageAt()