|
uvgVPCCenc 1.1.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
|
#include <array>#include <cstddef>#include <cstdint>#include <iomanip>#include <limits>#include <sstream>#include "log.hpp"Go to the source code of this file.
Classes | |
| class | uvgutils::VectorN< T, N > |
Namespaces | |
| namespace | uvgutils |
Functions | |
| std::string | uvgutils::zeroPad (size_t value, size_t width) |
| size_t | uvgutils::roundUp (const size_t &number, const size_t &multiple) |