uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
|
#include <vps.hpp>
Public Member Functions | |
vps (const uvgvpcc_enc::Parameters ¶mUVG, const std::shared_ptr< uvgvpcc_enc::GOF > &gofUVG) | |
bool | write_vps (bitstream_t *stream) |
size_t | get_vps_byte_len () |
vps::vps | ( | const uvgvpcc_enc::Parameters & | paramUVG, |
const std::shared_ptr< uvgvpcc_enc::GOF > & | gofUVG | ||
) |
} else if (paramUVG.occupancyEncoderName=="uvg266" &¶mUVG.geometryEncoderName=="uvg266" &¶mUVG.attributeEncoderName=="uvg266") { codec_group_ = 3; // TMC2 : CODEC_GROUP_VVC_MAIN10
|
inline |
bool vps::write_vps | ( | bitstream_t * | stream | ) |