Lines Matching refs:CWMImageStrCodec

51 Int inputMBRow(CWMImageStrCodec *);
54 void StrEncOpt(CWMImageStrCodec* pSC);
92 Int writeTileHeaderDC(CWMImageStrCodec * pSC, BitIOInfo * pIO) in writeTileHeaderDC()
125 Int writeTileHeaderLP(CWMImageStrCodec * pSC, BitIOInfo * pIO) in writeTileHeaderLP()
169 Int writeTileHeaderHP(CWMImageStrCodec * pSC, BitIOInfo * pIO) in writeTileHeaderHP()
212 Int encodeMB(CWMImageStrCodec * pSC, Int iMBX, Int iMBY) in encodeMB()
284 Int processMacroblock(CWMImageStrCodec *pSC) in processMacroblock()
421 Int StrIOEncInit(CWMImageStrCodec* pSC) in StrIOEncInit()
534 Int writeIndexTableNull(CWMImageStrCodec * pSC) in writeIndexTableNull()
553 Int writeIndexTable(CWMImageStrCodec * pSC) in writeIndexTable()
616 Int StrIOEncTerm(CWMImageStrCodec* pSC) in StrIOEncTerm()
748 Int WriteImagePlaneHeader(CWMImageStrCodec * pSC) in WriteImagePlaneHeader()
827 Int WriteWMIHeader(CWMImageStrCodec * pSC) in WriteWMIHeader()
915 Int StrEncInit(CWMImageStrCodec* pSC) in StrEncInit()
1093 CWMImageStrCodec* pSC = (CWMImageStrCodec*)ctxSC; in StrEncTerm()
1308 static Void InitializeStrEnc(CWMImageStrCodec *pSC, in InitializeStrEnc()
1355 CWMImageStrCodec* pSC = NULL, *pNextSC = NULL; in ImageStrEncInit()
1393 pSC = (CWMImageStrCodec*)pb; pb += sizeof(*pSC); in ImageStrEncInit()
1448 pNextSC = (CWMImageStrCodec*)pb; pb += sizeof(*pNextSC); in ImageStrEncInit()
1503 CWMImageStrCodec* pSC = (CWMImageStrCodec*)ctxSC; in ImageStrEncEncode()
1504 CWMImageStrCodec* pNextSC = pSC->m_pNextSC; in ImageStrEncEncode()
1564 CWMImageStrCodec* pSC = (CWMImageStrCodec*)ctxSC; in ImageStrEncTerm()
1604 Void downsampleUV(CWMImageStrCodec * pSC) in downsampleUV()
1686 Void padHorizontally(CWMImageStrCodec * pSC) in padHorizontally()
1740 Int inputMBRowAlpha(CWMImageStrCodec* pSC) in inputMBRowAlpha()
1815 Int inputMBRow(CWMImageStrCodec* pSC) in inputMBRow()