HEVC Test Model (HM)
HM-16.18
|
#include <NAL.h>
Public Member Functions | |
NALUnitEBSP (OutputNALUnit &nalu) | |
Public Member Functions inherited from NALUnit | |
NALUnit (const NALUnit &src) | |
NALUnit (NalUnitType nalUnitType, Int temporalId=0, Int nuhLayerId=0) | |
NALUnit () | |
virtual | ~NALUnit () |
Bool | isSlice () |
Bool | isSei () |
Bool | isVcl () |
Public Attributes | |
std::ostringstream | m_nalUnitData |
Public Attributes inherited from NALUnit | |
NalUnitType | m_nalUnitType |
nal_unit_type More... | |
UInt | m_temporalId |
temporal_id More... | |
UInt | m_nuhLayerId |
nuh_layer_id More... | |
|
inline |
convert the OutputNALUnit nalu into EBSP format by writing out the NALUnit header, then the rbsp_bytes including any emulation_prevention_three_byte symbols.
Definition at line 79 of file NALwrite.h.