|
HEVC Test Model (HM)
HM-16.18
|
slice decoder class More...
#include <TDecSlice.h>

Public Member Functions | |
| TDecSlice () | |
| virtual | ~TDecSlice () |
| Void | init (TDecEntropy *pcEntropyDecoder, TDecCu *pcMbDecoder, TDecConformanceCheck *pDecConformanceCheck) |
| Void | create () |
| Void | destroy () |
| Void | decompressSlice (TComInputBitstream **ppcSubstreams, TComPic *pcPic, TDecSbac *pcSbacDecoder) |
Private Attributes | |
| TDecEntropy * | m_pcEntropyDecoder |
| TDecCu * | m_pcCuDecoder |
| TDecConformanceCheck * | m_pDecConformanceCheck |
| TDecSbac | m_lastSliceSegmentEndContextState |
| context storage for state at the end of the previous slice-segment (used for dependent slices only). More... | |
| TDecSbac | m_entropyCodingSyncContextState |
| context storate for state of contexts at the wavefront/WPP/entropy-coding-sync second CTU of tile-row More... | |
slice decoder class
Definition at line 63 of file TDecSlice.h.
|
private |
context storate for state of contexts at the wavefront/WPP/entropy-coding-sync second CTU of tile-row
Definition at line 72 of file TDecSlice.h.
|
private |
context storage for state at the end of the previous slice-segment (used for dependent slices only).
Definition at line 71 of file TDecSlice.h.
|
private |
Definition at line 68 of file TDecSlice.h.
|
private |
Definition at line 67 of file TDecSlice.h.
|
private |
Definition at line 69 of file TDecSlice.h.
1.8.5