Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/encode/
H A Dencode.c67 pSC->cNumCodingContext = 0; in AllocateCodingContextEnc()
72 pSC->cNumCodingContext = iNumContexts; in AllocateCodingContextEnc()
131 Int iContexts = (Int)(pSC->cNumCodingContext), i, k; in FreeCodingContextEnc()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/decode/
H A Ddecode.c126 pSC->cNumCodingContext = 0; in AllocateCodingContextDec()
131 pSC->cNumCodingContext = iNumContexts; in AllocateCodingContextDec()
186 Int iContexts = (Int)(pSC->cNumCodingContext), i, k; in FreeCodingContextDec()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A Dstrcodec.h376 size_t cNumCodingContext; member