Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/raw/
H A DRAW.cpp132 fOutputWidth(0), in DCRaw()
230 return fImageData[((row) >> fShrink) * fOutputWidth in _Bayer()
983 for (col = 0; col < fOutputWidth - 7; col += 8) { in _ScaleColors()
988 val = fImageData[y * fOutputWidth + x][c]; in _ScaleColors()
1057 for (col = 0; col < fOutputWidth; col++) { in _ScaleColors()
1059 val = fImageData[row * fOutputWidth + col][c]; in _ScaleColors()
1064 fImageData[row * fOutputWidth + col][c] = CLIP(val); in _ScaleColors()
1091 while ((1UL << dim) < fOutputWidth || (1UL << dim) < fOutputHeight) { in _WaveletDenoise()
1107 for (col = 0; col < (int32)fOutputWidth; col++) { in _WaveletDenoise()
1109 = fImageData[row * fOutputWidth + col][c] << scale; in _WaveletDenoise()
[all …]
H A DRAW.h167 uint32 fOutputWidth; variable