|
| Int | m_iMaxRefPicNum |
| |
| NalUnitType | m_associatedIRAPType |
| | NAL unit type of the associated IRAP picture. More...
|
| |
| Int | m_pocCRA |
| | POC number of the latest CRA picture. More...
|
| |
| Int | m_pocRandomAccess |
| | POC number of the random access point (the first IDR or CRA picture) More...
|
| |
| TComList< TComPic * > | m_cListPic |
| |
| ParameterSetManager | m_parameterSetManager |
| |
| TComSlice * | m_apcSlicePilot |
| |
| SEIMessages | m_SEIs |
| | List of SEI messages that have been received before the first slice and between slices, excluding prefix SEIs... More...
|
| |
| TComPrediction | m_cPrediction |
| |
| TComTrQuant | m_cTrQuant |
| |
| TDecGop | m_cGopDecoder |
| |
| TDecSlice | m_cSliceDecoder |
| |
| TDecCu | m_cCuDecoder |
| |
| TDecEntropy | m_cEntropyDecoder |
| |
| TDecCavlc | m_cCavlcDecoder |
| |
| TDecSbac | m_cSbacDecoder |
| |
| TDecBinCABAC | m_cBinCABAC |
| |
| SEIReader | m_seiReader |
| |
| TComLoopFilter | m_cLoopFilter |
| |
| TComSampleAdaptiveOffset | m_cSAO |
| |
| TDecConformanceCheck | m_conformanceCheck |
| |
| TComPic * | m_pcPic |
| |
| UInt | m_uiSliceIdx |
| |
| Int | m_prevPOC |
| |
| Int | m_prevTid0POC |
| |
| Bool | m_bFirstSliceInPicture |
| |
| Bool | m_bFirstSliceInSequence |
| |
| Bool | m_prevSliceSkipped |
| |
| Int | m_skippedPOC |
| |
| Bool | m_bFirstSliceInBitstream |
| |
| Int | m_lastPOCNoOutputPriorPics |
| |
| Bool | m_isNoOutputPriorPics |
| |
| Bool | m_craNoRaslOutputFlag |
| |
| std::ostream * | m_pDecodedSEIOutputStream |
| |
| Bool | m_warningMessageSkipPicture |
| |
| Bool | m_tmctsCheckEnabled |
| |
| std::list< InputNALUnit * > | m_prefixSEINALUs |
| |
| Bool | isSkipPictureForBLA (Int &iPOCLastDisplay) |
| |
| Bool | isRandomAccessSkipPicture (Int &iSkipFrame, Int &iPOCLastDisplay) |
| |
| | TDecTop () |
| | Buffered up prefix SEI NAL Units. More...
|
| |
| virtual | ~TDecTop () |
| |
| Void | create () |
| |
| Void | destroy () |
| |
| Void | init () |
| |
| Bool | decode (InputNALUnit &nalu, Int &iSkipFrame, Int &iPOCLastDisplay) |
| |
| Void | deletePicBuffer () |
| |
| Void | executeLoopFilters (Int &poc, TComList< TComPic * > *&rpcListPic) |
| |
| Void | checkNoOutputPriorPics (TComList< TComPic * > *rpcListPic) |
| |
| Void | xGetNewPicBuffer (const TComSPS &sps, const TComPPS &pps, TComPic *&rpcPic, const UInt temporalLayer) |
| |
| Void | xCreateLostPicture (Int iLostPOC) |
| |
| Void | xActivateParameterSets () |
| |
| Bool | xDecodeSlice (InputNALUnit &nalu, Int &iSkipFrame, Int iPOCLastDisplay) |
| |
| Void | xDecodeVPS (const std::vector< UChar > &naluData) |
| |
| Void | xDecodeSPS (const std::vector< UChar > &naluData) |
| |
| Void | xDecodePPS (const std::vector< UChar > &naluData) |
| |
| Void | xParsePrefixSEImessages () |
| |
| Void | xAnalysePrefixSEImessages () |
| |
| Void | xParsePrefixSEIsForUnknownVCLNal () |
| |
decoder class
Definition at line 66 of file TDecTop.h.