Home
last modified time | relevance | path

Searched refs:CWMImageStrCodec (Results 1 – 19 of 19) 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);
42 Int quantizeMacroblock(CWMImageStrCodec *);
43 Void transformMacroblock(CWMImageStrCodec *);
44 Void predMacroblockEnc(CWMImageStrCodec *);
49 Int AllocateCodingContextEnc(struct CWMImageStrCodec *pSC, Int iNumContexts, Int iTrimFlexBits);
50 Void FreeCodingContextEnc(struct CWMImageStrCodec *pSC);
51 Void predCBPEnc(CWMImageStrCodec *pSC, CCodingContext *pContext);
H A Dstrenc.c51 Int inputMBRow(CWMImageStrCodec *);
54 void StrEncOpt(CWMImageStrCodec* pSC);
421 Int StrIOEncInit(CWMImageStrCodec* pSC) in StrIOEncInit()
616 Int StrIOEncTerm(CWMImageStrCodec* pSC) in StrIOEncTerm()
827 Int WriteWMIHeader(CWMImageStrCodec * pSC) in WriteWMIHeader()
915 Int StrEncInit(CWMImageStrCodec* pSC) in StrEncInit()
1093 CWMImageStrCodec* pSC = (CWMImageStrCodec*)ctxSC; in StrEncTerm()
1503 CWMImageStrCodec* pSC = (CWMImageStrCodec*)ctxSC; in ImageStrEncEncode()
1564 CWMImageStrCodec* pSC = (CWMImageStrCodec*)ctxSC; in ImageStrEncTerm()
1604 Void downsampleUV(CWMImageStrCodec * pSC) in downsampleUV()
[all …]
H A Dencode.c48 Int AllocateCodingContextEnc(CWMImageStrCodec *pSC, Int iNumContexts, Int iTrimFlexBits) in AllocateCodingContextEnc()
129 Void FreeCodingContextEnc(CWMImageStrCodec *pSC) in FreeCodingContextEnc()
H A DstrPredQuantEnc.c53 Int quantizeMacroblock(CWMImageStrCodec* pSC) in quantizeMacroblock()
109 Void predMacroblockEnc(CWMImageStrCodec * pSC) in predMacroblockEnc()
294 static Int predCBPCEnc(CWMImageStrCodec *pSC, Int iCBP, size_t mbX, size_t mbY, size_t c, CCBPModel… in predCBPCEnc()
356 static Int predCBPC420Enc(CWMImageStrCodec *pSC, Int iCBP, size_t mbX, size_t mbY, size_t c, CCBPMo… in predCBPC420Enc()
414 static Int predCBPC422Enc(CWMImageStrCodec *pSC, Int iCBP, size_t mbX, size_t mbY, size_t c, CCBPMo… in predCBPC422Enc()
474 Void predCBPEnc(CWMImageStrCodec* pSC, CCodingContext *pContext) in predCBPEnc()
H A Dstrenc_x86.c281 Int inputMBRow_RGB24_6(CWMImageStrCodec* pSC) in inputMBRow_RGB24_6()
307 Int quantizeMacroblock(CWMImageStrCodec* pSC)
376 void StrEncOpt(CWMImageStrCodec* pSC) in StrEncOpt()
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()
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 DstrFwdTransform.c484 Void transformMacroblock(CWMImageStrCodec * pSC) in transformMacroblock()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/decode/
H A Ddecode.h54 Void predCBPDec(CWMImageStrCodec *, CCodingContext *);
55 Void predDCACDec(CWMImageStrCodec *);
56 Void predACDec(CWMImageStrCodec *);
58 Int dequantizeMacroblock(CWMImageStrCodec *);
59 Int invTransformMacroblock(CWMImageStrCodec * pSC);
60 Int invTransformMacroblock_alteredOperators_hard(CWMImageStrCodec * pSC);
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);
70 Void FreeCodingContextDec(struct CWMImageStrCodec *pSC);
H A DJXRTranscode.c33 EXTERN_C Void freePredInfo(CWMImageStrCodec *);
36 EXTERN_C Int StrIODecInit(CWMImageStrCodec *);
37 EXTERN_C Int StrDecInit(CWMImageStrCodec *);
38 EXTERN_C Int readPackets(CWMImageStrCodec *);
42 EXTERN_C Void predDCACDec(CWMImageStrCodec *);
43 EXTERN_C Void predACDec(CWMImageStrCodec *);
47 EXTERN_C Int StrEncInit(CWMImageStrCodec *);
493 if((pSCDec = (CWMImageStrCodec *)malloc(sizeof(CWMImageStrCodec))) == NULL) in WMPhotoTranscode()
527 if((pSCDec->m_pNextSC = (CWMImageStrCodec *)malloc(sizeof(CWMImageStrCodec))) == NULL) in WMPhotoTranscode()
566 if((pSCEnc = (CWMImageStrCodec *)malloc(sizeof(CWMImageStrCodec))) == NULL) in WMPhotoTranscode()
[all …]
H A DstrPredQuantDec.c60 Int dequantizeMacroblock(CWMImageStrCodec * pSC) in dequantizeMacroblock()
86 Void predDCACDec(CWMImageStrCodec * pSC) in predDCACDec()
185 Void predACDec(CWMImageStrCodec * pSC) in predACDec()
343 static Int predCBPCDec(CWMImageStrCodec * pSC, Int iCBP, size_t mbX, size_t mbY, size_t c, CCBPMode… in predCBPCDec()
404 static Int predCBPC420Dec(CWMImageStrCodec * pSC, Int iCBP, size_t mbX, size_t mbY, size_t c, CCBPM… in predCBPC420Dec()
459 static Int predCBPC422Dec(CWMImageStrCodec * pSC, Int iCBP, size_t mbX, size_t mbY, size_t c, CCBPM… in predCBPC422Dec()
518 Void predCBPDec(CWMImageStrCodec *pSC, CCodingContext *pContext) in predCBPDec()
H A Ddecode.c113 Int AllocateCodingContextDec(CWMImageStrCodec *pSC, Int iNumContexts) in AllocateCodingContextDec()
184 Void FreeCodingContextDec(CWMImageStrCodec *pSC) in FreeCodingContextDec()
H A Dstrdec.c48 void StrDecOpt(CWMImageStrCodec* pSC);
51 Int processMacroblockDec(CWMImageStrCodec *);
201 Int readPackets(CWMImageStrCodec * pSC) in readPackets()
738 const CWMImageStrCodec* pSC, in fixup_Y_ONLY_to_Others()
873 Int outputMBRow(CWMImageStrCodec * pSC) in outputMBRow()
2662 Void setROI(CWMImageStrCodec* pSC) in setROI()
2713 Int StrDecInit(CWMImageStrCodec* pSC) in StrDecInit()
2794 Int StrDecTerm(CWMImageStrCodec* pSC) in StrDecTerm()
3233 CWMImageStrCodec SC = {0}; in ImageStrDecInit()
3416 CWMImageStrCodec* pSC = (CWMImageStrCodec*)ctxSC;
[all …]
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()
H A Dstrdec_x86.c426 Int outputMBRow_RGB24_Lossless_1(CWMImageStrCodec* pSC) in outputMBRow_RGB24_Lossless_1()
1061 Int outputMBRow_RGB24_Lossy_3(CWMImageStrCodec* pSC) in outputMBRow_RGB24_Lossy_3()
1528 Int invTransformMacroblock_YUV444_Center5(CWMImageStrCodec * pSC) in invTransformMacroblock_YUV444_Center5()
1581 void StrDecOpt(CWMImageStrCodec* pSC) in StrDecOpt()
H A DstrInvTransform.c689 Int invTransformMacroblock(CWMImageStrCodec * pSC) in invTransformMacroblock()
1169 Int invTransformMacroblock_alteredOperators_hard(CWMImageStrCodec * pSC) in invTransformMacroblock_alteredOperators_hard()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A Dstrcodec.h216 struct CWMImageStrCodec;
322 typedef struct CWMImageStrCodec { struct
463 struct CWMImageStrCodec *m_pNextSC; argument
477 } CWMImageStrCodec; argument
485 Void initMRPtr(CWMImageStrCodec*);
486 Void advanceMRPtr(CWMImageStrCodec*);
487 Void swapMRPtr(CWMImageStrCodec*);
489 Int IDPEmpty(CWMImageStrCodec*);
503 Int allocatePredInfo(CWMImageStrCodec*);
504 Void freePredInfo(CWMImageStrCodec*);
[all …]
H A Dstrcodec.c175 Void initMRPtr(CWMImageStrCodec* pSC) in initMRPtr()
186 Void advanceMRPtr(CWMImageStrCodec* pSC) in advanceMRPtr()
208 Void advanceOneMBRow(CWMImageStrCodec *pSC) in advanceOneMBRow()
223 Void swapMRPtr(CWMImageStrCodec* pSC) in swapMRPtr()
239 Int IDPEmpty(CWMImageStrCodec* pSC) in IDPEmpty()
713 Int allocateBitIOInfo(CWMImageStrCodec* pSC) in allocateBitIOInfo()
763 Int setBitIOPointers(CWMImageStrCodec* pSC) in setBitIOPointers()
794 Int allocateTileInfo(CWMImageStrCodec * pSC) in allocateTileInfo()
811 Void freeTileInfo(CWMImageStrCodec * pSC) in freeTileInfo()
1090 ERR readIS(CWMImageStrCodec* pSC, BitIOInfo* pIO) in readIS()
[all …]
H A DstrPredQuant.c125 Int allocatePredInfo(CWMImageStrCodec *pSC) in allocatePredInfo()
158 Void freePredInfo(CWMImageStrCodec *pSC) in freePredInfo()
194 Int getDCACPredMode(CWMImageStrCodec *pSC, size_t mbX) in getDCACPredMode()
250 Void updatePredInfo(CWMImageStrCodec *pSC, CWMIMBInfo * pMBInfo, size_t mbX, COLORFORMAT cf) in updatePredInfo()
H A Dwindowsmediaphoto.h442 struct CWMImageStrCodec;