Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/decode/
H A Dsegdec.c813 if (pSC->m_bResetRGITotals) { in DecodeMacroblockLowpass()
1134 if (pSC->m_bResetRGITotals) { in DecodeMacroblockHighpass()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/encode/
H A Dsegenc.c509 if (pSC->m_bResetRGITotals) { in EncodeMacroblockLowpass()
1167 if (pSC->m_bResetRGITotals) { in EncodeMacroblockHighpass()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A Dstrcodec.h364 Bool m_bResetRGITotals; member
H A Dstrcodec.c163 …pSC->m_bResetContext = pSC->m_bResetRGITotals = (((mbX - pSC->WMISCP.uiTileX[pSC->cTileColumn]) & … in getTilePos()