Searched refs:roundY (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfRgbaYca.h185 // are rounded to roundY and roundC bits respectively.
189 unsigned int roundY,
H A DImfRgbaFile.h186 // chroma values are rounded to roundY and roundC bits respectively (see
189 // chroma subsampling. By default, roundY is 7, and roundC is 5.
195 void setYCRounding (unsigned int roundY,
H A DImfRgbaFile.cpp149 void setYCRounding (unsigned int roundY,
237 RgbaOutputFile::ToYca::setYCRounding (unsigned int roundY, argument
240 _roundY = roundY;
738 RgbaOutputFile::setYCRounding (unsigned int roundY, unsigned int roundC) argument
743 _toYca->setYCRounding (roundY, roundC);
H A DImfRgbaYca.cpp236 unsigned int roundY,
243 ycaOut[i].g = ycaIn[i].g.round (roundY);
235 roundYCA(int n, unsigned int roundY, unsigned int roundC, const Rgba ycaIn[ ], Rgba ycaOut[ ]) argument

Completed in 48 milliseconds