|
virtual Void | resetEntropy (const TComSlice *pSlice)=0 |
|
virtual SliceType | determineCabacInitIdx (const TComSlice *pSlice)=0 |
|
virtual Void | setBitstream (TComBitIf *p)=0 |
|
virtual Void | resetBits ()=0 |
|
virtual UInt | getNumberOfWrittenBits ()=0 |
|
virtual Void | codeVPS (const TComVPS *pcVPS)=0 |
|
virtual Void | codeSPS (const TComSPS *pcSPS)=0 |
|
virtual Void | codePPS (const TComPPS *pcPPS)=0 |
|
virtual Void | codeSliceHeader (TComSlice *pcSlice)=0 |
|
virtual Void | codeTilesWPPEntryPoint (TComSlice *pSlice)=0 |
|
virtual Void | codeTerminatingBit (UInt uilsLast)=0 |
|
virtual Void | codeSliceFinish ()=0 |
|
virtual Void | codeMVPIdx (TComDataCU *pcCU, UInt uiAbsPartIdx, RefPicList eRefList)=0 |
|
virtual Void | codeCUTransquantBypassFlag (TComDataCU *pcCU, UInt uiAbsPartIdx)=0 |
|
virtual Void | codeSkipFlag (TComDataCU *pcCU, UInt uiAbsPartIdx)=0 |
|
virtual Void | codeMergeFlag (TComDataCU *pcCU, UInt uiAbsPartIdx)=0 |
|
virtual Void | codeMergeIndex (TComDataCU *pcCU, UInt uiAbsPartIdx)=0 |
|
virtual Void | codeSplitFlag (TComDataCU *pcCU, UInt uiAbsPartIdx, UInt uiDepth)=0 |
|
virtual Void | codePartSize (TComDataCU *pcCU, UInt uiAbsPartIdx, UInt uiDepth)=0 |
|
virtual Void | codePredMode (TComDataCU *pcCU, UInt uiAbsPartIdx)=0 |
|
virtual Void | codeIPCMInfo (TComDataCU *pcCU, UInt uiAbsPartIdx)=0 |
|
virtual Void | codeTransformSubdivFlag (UInt uiSymbol, UInt uiCtx)=0 |
|
virtual Void | codeQtCbf (TComTU &rTu, const ComponentID compID, const Bool lowestLevel)=0 |
|
virtual Void | codeQtRootCbf (TComDataCU *pcCU, UInt uiAbsPartIdx)=0 |
|
virtual Void | codeQtCbfZero (TComTU &rTu, const ChannelType chType)=0 |
|
virtual Void | codeQtRootCbfZero ()=0 |
|
virtual Void | codeIntraDirLumaAng (TComDataCU *pcCU, UInt uiAbsPartIdx, Bool isMultiplePU)=0 |
|
virtual Void | codeIntraDirChroma (TComDataCU *pcCU, UInt uiAbsPartIdx)=0 |
|
virtual Void | codeInterDir (TComDataCU *pcCU, UInt uiAbsPartIdx)=0 |
|
virtual Void | codeRefFrmIdx (TComDataCU *pcCU, UInt uiAbsPartIdx, RefPicList eRefList)=0 |
|
virtual Void | codeMvd (TComDataCU *pcCU, UInt uiAbsPartIdx, RefPicList eRefList)=0 |
|
virtual Void | codeCrossComponentPrediction (TComTU &rTu, ComponentID compID)=0 |
|
virtual Void | codeDeltaQP (TComDataCU *pcCU, UInt uiAbsPartIdx)=0 |
|
virtual Void | codeChromaQpAdjustment (TComDataCU *pcCU, UInt uiAbsPartIdx)=0 |
|
virtual Void | codeCoeffNxN (TComTU &rTu, TCoeff *pcCoef, const ComponentID compID)=0 |
|
virtual Void | codeTransformSkipFlags (TComTU &rTu, ComponentID component)=0 |
|
virtual Void | codeSAOBlkParam (SAOBlkParam &saoBlkParam, const BitDepths &bitDepths, Bool *sliceEnabled, Bool leftMergeAvail, Bool aboveMergeAvail, Bool onlyEstMergeInfo=false)=0 |
|
virtual Void | estBit (estBitsSbacStruct *pcEstBitsSbac, Int width, Int height, ChannelType chType, COEFF_SCAN_TYPE scanType)=0 |
|
virtual Void | codeExplicitRdpcmMode (TComTU &rTu, const ComponentID compID)=0 |
|
virtual | ~TEncEntropyIf () |
|
entropy encoder pure class
Definition at line 59 of file TEncEntropy.h.