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

Method allocOneLayerData

source/lib/PccLibCommon/source/PCCPatch.cpp:694–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694void PCCPatch::allocOneLayerData() {
695 pointLocalReconstructionLevel_ = 0;
696 pointLocalReconstructionModeByPatch_ = 0;
697 pointLocalReconstructionModeByBlock_.resize( sizeU0_ * sizeV0_, 0 );
698 std::fill( pointLocalReconstructionModeByBlock_.begin(), pointLocalReconstructionModeByBlock_.end(), 0 );
699}
700
701void PCCPatch::setDepthFromGeometryVideo( const std::vector<uint16_t>& geometryVideo,
702 const int32_t u2,

Callers 3

PCCEncoder.cppFile · 0.45
setPLRDataMethod · 0.45

Calls 3

resizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected