MCPcopy Create free account
hub / github.com/MPEGGroup/mpeg-pcc-tmc2 / setParameters

Method setParameters

source/lib/PccLibEncoder/source/PCCEncoder.cpp:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67PCCEncoder::~PCCEncoder() = default;
68
69void PCCEncoder::setParameters( const PCCEncoderParameters& params ) { params_ = params; }
70
71int PCCEncoder::encode( const PCCGroupOfFrames& sources, PCCContext& context, PCCGroupOfFrames& reconstructs ) {
72 size_t pointLocalReconstructionOriginal = static_cast<size_t>( params_.pointLocalReconstruction_ );

Callers 3

compressVideoFunction · 0.45
decompressVideoFunction · 0.45
computeMetricsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected