Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A Dimage.c163 pContext->m_iCBPCountMax = pContext->m_iCBPCountZero = 1; in ResetCodingContext()
H A Dstrcodec.h249 Int m_iCBPCountZero; member
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/decode/
H A Dsegdec.c825 int iCountM = pContext->m_iCBPCountMax, iCountZ = pContext->m_iCBPCountZero; in DecodeMacroblockLowpass()
855 pContext->m_iCBPCountZero = iCountZ; in DecodeMacroblockLowpass()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/encode/
H A Dsegenc.c560 int iCountM = pContext->m_iCBPCountMax, iCountZ = pContext->m_iCBPCountZero; in EncodeMacroblockLowpass()
593 pContext->m_iCBPCountZero = iCountZ; in EncodeMacroblockLowpass()