Lines Matching refs:CWMImageStrCodec

48 void StrDecOpt(CWMImageStrCodec* pSC);
51 Int processMacroblockDec(CWMImageStrCodec *);
112 Int readTileHeaderDC(CWMImageStrCodec * pSC, BitIOInfo * pIO) in readTileHeaderDC()
130 Int readTileHeaderLP(CWMImageStrCodec * pSC, BitIOInfo * pIO) in readTileHeaderLP()
165 Int readTileHeaderHP(CWMImageStrCodec * pSC, BitIOInfo * pIO) in readTileHeaderHP()
201 Int readPackets(CWMImageStrCodec * pSC) in readPackets()
309 Int processMacroblockDec(CWMImageStrCodec * pSC) in processMacroblockDec()
513 Void interpolateUV(CWMImageStrCodec * pSC) in interpolateUV()
608 Void outputNChannel(CWMImageStrCodec * pSC, size_t iFirstRow, size_t iFirstColumn, size_t cWidth, s… in outputNChannel()
738 const CWMImageStrCodec* pSC, in fixup_Y_ONLY_to_Others()
791 Int outputMBRowAlpha(CWMImageStrCodec * pSC) in outputMBRowAlpha()
873 Int outputMBRow(CWMImageStrCodec * pSC) in outputMBRow()
1707 Void outputNChannelThumbnail(CWMImageStrCodec * pSC, const PixelI cMul, const size_t rShiftY, size_… in outputNChannelThumbnail()
1835 Int decodeThumbnailAlpha(CWMImageStrCodec * pSC, const size_t nBits, const PixelI cMul, const size_… in decodeThumbnailAlpha()
1913 Int decodeThumbnail(CWMImageStrCodec * pSC) in decodeThumbnail()
2463 Int readIndexTable(CWMImageStrCodec * pSC) in readIndexTable()
2491 Int StrIODecInit(CWMImageStrCodec* pSC) in StrIODecInit()
2557 Int StrIODecTerm(CWMImageStrCodec* pSC) in StrIODecTerm()
2567 Int initLookupTables(CWMImageStrCodec* pSC) in initLookupTables()
2662 Void setROI(CWMImageStrCodec* pSC) in setROI()
2713 Int StrDecInit(CWMImageStrCodec* pSC) in StrDecInit()
2794 Int StrDecTerm(CWMImageStrCodec* pSC) in StrDecTerm()
3184 static Void InitializeStrDec(CWMImageStrCodec *pSC, in InitializeStrDec()
3185 const CCoreParameters *pParams, const CWMImageStrCodec *pSCIn) in InitializeStrDec()
3233 CWMImageStrCodec SC = {0}; in ImageStrDecInit()
3234 CWMImageStrCodec *pSC = NULL, *pNextSC = NULL; in ImageStrDecInit()
3296 pSC = (CWMImageStrCodec*)pb; pb += sizeof(*pSC); in ImageStrDecInit()
3344 pNextSC = (CWMImageStrCodec*)pb; pb += sizeof(*pNextSC); in ImageStrDecInit()
3416 CWMImageStrCodec* pSC = (CWMImageStrCodec*)ctxSC;
3417 CWMImageStrCodec* pNextSC = pSC->m_pNextSC;
3606 CWMImageStrCodec* pSC = (CWMImageStrCodec*)ctxSC;