38 #ifndef __TAPPDECCFG__
39 #define __TAPPDECCFG__
43 #endif // _MSC_VER > 1000
71 #if O0043_BEST_EFFORT_DECODING
72 UInt m_forceDecodeBitDepth;
94 , m_forceDecodeBitDepth(0)
Int m_outputBitDepth[MAX_NUM_CHANNEL_TYPE]
bit depth used for writing output
Defines version information, constants and small in-line functions.
std::string m_reconFileName
output reconstruction file name
std::string m_colourRemapSEIFileName
output Colour Remapping file name
Int m_iMaxTemporalLayer
maximum temporal layer to be decoded
InputColourSpaceConversion m_outputColourSpaceConvert
std::string m_bitstreamFileName
input bitstream file name
Bool parseCfg(Int argc, TChar *argv[])
initialize option class from configuration
#define O0043_BEST_EFFORT_DECODING
0 (default) = disable code related to best effort decoding, 1 = enable code relating to best effort d...
Bool m_bClipOutputVideoToRec709Range
If true, clip the output video to the Rec 709 range on saving.
std::string m_outputDecodedSEIMessagesFilename
filename to output decoded SEI messages to. If '-', then use stdout. If empty, do not output details...
InputColourSpaceConversion
Int m_iSkipFrame
counter for frames prior to the random access point to skip
Bool m_decodedNoDisplaySEIEnabled
Enable(true)/disable(false) writing only pictures that get displayed based on the no display SEI mess...
Decoder configuration class.
#define MCTS_ENC_CHECK
Temporal MCTS encoder constraint and decoder checks. Also requires SEITMCTSTileConstraint to be enabl...
Int m_respectDefDispWindow
Only output content inside the default display window.
std::vector< Int > m_targetDecLayerIdSet
set of LayerIds to be included in the sub-bitstream extraction process.
Int m_decodedPictureHashSEIEnabled
Checksum(3)/CRC(2)/MD5(1)/disable(0) acting on decoded picture hash SEI message.