Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/encode/
H A Dencode.h38 Int EncodeMacroblockDC(CWMImageStrCodec*, CCodingContext *, Int, Int);
39 Int EncodeMacroblockLowpass(CWMImageStrCodec*, CCodingContext *, Int, Int);
40 Int EncodeMacroblockHighpass(CWMImageStrCodec*, CCodingContext *, Int, Int);
46 Void AdaptLowpassEnc(CCodingContext *pContext);
47 Void AdaptHighpassEnc(CCodingContext *pContext);
48 Void ResetCodingContextEnc(CCodingContext *pContext);
51 Void predCBPEnc(CWMImageStrCodec *pSC, CCodingContext *pContext);
H A Dencode.c65 pSC->m_pCodingContext = malloc (iNumContexts * sizeof (CCodingContext)); in AllocateCodingContextEnc()
70 memset (pSC->m_pCodingContext, 0, iNumContexts * sizeof (CCodingContext)); in AllocateCodingContextEnc()
78 CCodingContext *pContext = &(pSC->m_pCodingContext[i]); in AllocateCodingContextEnc()
107 Void ResetCodingContextEnc(CCodingContext *pContext) in ResetCodingContextEnc()
135 CCodingContext *pContext = &(pSC->m_pCodingContext[i]); in FreeCodingContextEnc()
H A Dsegenc.c114 Int EncodeMacroblockDC (CWMImageStrCodec *pSC, CCodingContext *pContext, Int iMBX, Int iMBY) in EncodeMacroblockDC()
475 Int EncodeMacroblockLowpass (CWMImageStrCodec *pSC, CCodingContext *pContext, Int iMBX, Int iMBY) in EncodeMacroblockLowpass()
657 Void AdaptLowpassEnc(CCodingContext *pSC) in AdaptLowpassEnc()
665 Void AdaptHighpassEnc(CCodingContext *pSC) in AdaptHighpassEnc()
843 static Int CodeCoeffs (CWMImageStrCodec * pSC, CCodingContext *pContext, in CodeCoeffs()
972 static Void CodeCBP (CWMImageStrCodec * pSC, CCodingContext *pContext, in CodeCBP()
1158 Int EncodeMacroblockHighpass(CWMImageStrCodec * pSC, CCodingContext *pContext, Int iMBX, Int iMBY) in EncodeMacroblockHighpass()
H A DstrPredQuantEnc.c474 Void predCBPEnc(CWMImageStrCodec* pSC, CCodingContext *pContext) in predCBPEnc()
H A Dstrenc.c214 CCodingContext * pContext = &pSC->m_pCodingContext[pSC->cTileColumn]; in encodeMB()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/decode/
H A Ddecode.h54 Void predCBPDec(CWMImageStrCodec *, CCodingContext *);
62 Int DecodeMacroblockDC(CWMImageStrCodec * pSC, CCodingContext *pContext, Int iMBX, Int iMBY);
63 Int DecodeMacroblockLowpass(CWMImageStrCodec * pSC, CCodingContext *pContext, Int iMBX, Int iMBY);
64 Int DecodeMacroblockHighpass(CWMImageStrCodec * pSC, CCodingContext *pContext, Int iMBX, Int iMBY);
66 Int AdaptLowpassDec(struct CCodingContext *);
67 Int AdaptHighpassDec(struct CCodingContext *);
69 Void ResetCodingContextDec(CCodingContext *pContext);
H A Ddecode.c66 static Void CleanAHDec(CCodingContext * pSC) in CleanAHDec()
124 pSC->m_pCodingContext = malloc (iNumContexts * sizeof (CCodingContext)); in AllocateCodingContextDec()
129 memset (pSC->m_pCodingContext, 0, iNumContexts * sizeof (CCodingContext)); in AllocateCodingContextDec()
137 CCodingContext *pContext = &(pSC->m_pCodingContext[i]); in AllocateCodingContextDec()
162 Void ResetCodingContextDec(CCodingContext *pContext) in ResetCodingContextDec()
191 CCodingContext *pContext = &(pSC->m_pCodingContext[i]); in FreeCodingContextDec()
H A Dsegdec.c181 static Void DecodeCBP(CWMImageStrCodec * pSC, CCodingContext *pContext) in DecodeCBP()
633 static _FORCEINLINE Int DecodeCoeffs (CWMImageStrCodec * pSC, CCodingContext *pContext, in DecodeCoeffs()
781 Int DecodeMacroblockLowpass (CWMImageStrCodec * pSC, CCodingContext *pContext, in DecodeMacroblockLowpass()
1012 Int DecodeMacroblockDC(CWMImageStrCodec * pSC, CCodingContext *pContext, Int iMBX, Int iMBY) in DecodeMacroblockDC()
1130 Int DecodeMacroblockHighpass (CWMImageStrCodec *pSC, CCodingContext *pContext, in DecodeMacroblockHighpass()
1171 Int AdaptLowpassDec(CCodingContext * pSC) in AdaptLowpassDec()
1186 Int AdaptHighpassDec(CCodingContext * pSC) in AdaptHighpassDec()
H A DJXRTranscode.c39 EXTERN_C Int DecodeMacroblockDC(CWMImageStrCodec *, CCodingContext *, Int, Int);
40 EXTERN_C Int DecodeMacroblockLowpass(CWMImageStrCodec *, CCodingContext *, Int, Int);
41 EXTERN_C Int DecodeMacroblockHighpass(CWMImageStrCodec *, CCodingContext *, Int, Int);
134 CCodingContext * pContext = &pSC->m_pCodingContext[pSC->cTileColumn]; in transcodeTileHeader()
482 CCodingContext * pContext; in WMPhotoTranscode()
H A DstrPredQuantDec.c518 Void predCBPDec(CWMImageStrCodec *pSC, CCodingContext *pContext) in predCBPDec()
H A Dstrdec.c288 CCodingContext *pContext = &pSC->m_pCodingContext[pSC->cTileColumn]; in readPackets()
322 CCodingContext *pContext; in processMacroblockDec()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A Dimage.c148 Void ResetCodingContext(CCodingContext *pContext) in ResetCodingContext()
173 Void InitZigzagScan(CCodingContext * pContext) in InitZigzagScan()
H A Dstrcodec.h227 typedef struct CCodingContext { struct
259 } CCodingContext; argument
375 struct CCodingContext *m_pCodingContext;
630 Void ResetCodingContext(CCodingContext *pContext);
632 Void InitZigzagScan(CCodingContext * pSC);
H A Dstrcodec.c769 CCodingContext * pContext = &pSC->m_pCodingContext[i]; in setBitIOPointers()
787 CCodingContext * pContext = &pSC->m_pCodingContext[0]; in setBitIOPointers()