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