|
HEVC Test Model (HM)
HM-16.18
|
#include <ostream>#include "TLibCommon/CommonDef.h"#include "TLibCommon/TComBitStream.h"#include "TLibCommon/NAL.h"

Go to the source code of this file.
Classes | |
| struct | OutputNALUnit |
Macros | |
| #define | __NALWRITE__ |
Functions | |
| Void | write (std::ostream &out, OutputNALUnit &nalu) |
| #define __NALWRITE__ |
Definition at line 37 of file NALwrite.h.
| Void write | ( | ostream & | out, |
| OutputNALUnit & | nalu | ||
| ) |
write nalu to bytestream out, performing RBSP anti startcode emulation as required. nalu.m_RBSPayload must be byte aligned.
Definition at line 64 of file NALwrite.cpp.
1.8.5