Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/encode/
H A Dsegenc.c479 Int iFullChannels = (cf == YUV_420 || cf == YUV_422) ? 1 : iChannels; in EncodeMacroblockLowpass() local
520 for (iChannel = 0; iChannel < iFullChannels; iChannel++) { in EncodeMacroblockLowpass()
556 iFullChannels = 2; in EncodeMacroblockLowpass()
559 int iCBP, iMax = iFullChannels * 4 - 5; /* actually (1 << iNChannels) - 1 **/ in EncodeMacroblockLowpass()
562 if (iFullChannels == 3) in EncodeMacroblockLowpass()
573 putBit16z(pIO, (iFullChannels + 1) & 0x6, iFullChannels); // 2 or 4 in EncodeMacroblockLowpass()
575 putBit16z(pIO, iVal + iMax + 1, iFullChannels + 1); // cbp + 4 or cbp + 8 in EncodeMacroblockLowpass()
578 putBit16z(pIO, iCBP, iFullChannels); in EncodeMacroblockLowpass()
608 for (iChannel = 0; iChannel < iFullChannels; iChannel++) { in EncodeMacroblockLowpass()