#include <commonMemory.hpp>
|
| robin_hood::unordered_map< size_t, std::unique_ptr< std::array< std::vector< Patch >, MAX_GOF_SIZE > > > | mapFramePatches |
| |
| robin_hood::unordered_map< size_t, std::unique_ptr< std::array< std::vector< uint8_t >, MAX_GOF_SIZE > > > | mapFrameOccupancyMaps |
| |
| robin_hood::unordered_map< size_t, std::unique_ptr< std::array< std::vector< uint8_t >, MAX_GOF_SIZE > > > | mapFrameOccupancyMapsDS |
| |
| robin_hood::unordered_map< size_t, std::unique_ptr< std::array< std::vector< uint8_t >, MAX_GOF_SIZE > > > | mapFrameGeometryMapsL1 |
| |
| robin_hood::unordered_map< size_t, std::unique_ptr< std::array< std::vector< uint8_t >, MAX_GOF_SIZE > > > | mapFrameGeometryMapsL2 |
| |
| robin_hood::unordered_map< size_t, std::unique_ptr< std::array< std::vector< uint8_t >, MAX_GOF_SIZE > > > | mapFrameAttributeMapsL1 |
| |
| robin_hood::unordered_map< size_t, std::unique_ptr< std::array< std::vector< uint8_t >, MAX_GOF_SIZE > > > | mapFrameAttributeMapsL2 |
| |
◆ clearGofMaps()
| void uvgvpcc_enc::CommonMemory::clearGofMaps |
( |
const size_t & |
gofId | ) |
|
◆ get()
◆ getOrCreateFrameAttributeMapsL1()
| std::array< std::vector< uint8_t >, MAX_GOF_SIZE > * uvgvpcc_enc::CommonMemory::getOrCreateFrameAttributeMapsL1 |
( |
size_t |
gofId | ) |
|
|
inline |
◆ getOrCreateFrameAttributeMapsL2()
| std::array< std::vector< uint8_t >, MAX_GOF_SIZE > * uvgvpcc_enc::CommonMemory::getOrCreateFrameAttributeMapsL2 |
( |
size_t |
gofId | ) |
|
|
inline |
◆ getOrCreateFrameGeometryMapsL1()
| std::array< std::vector< uint8_t >, MAX_GOF_SIZE > * uvgvpcc_enc::CommonMemory::getOrCreateFrameGeometryMapsL1 |
( |
size_t |
gofId | ) |
|
|
inline |
◆ getOrCreateFrameGeometryMapsL2()
| std::array< std::vector< uint8_t >, MAX_GOF_SIZE > * uvgvpcc_enc::CommonMemory::getOrCreateFrameGeometryMapsL2 |
( |
size_t |
gofId | ) |
|
|
inline |
◆ getOrCreateFrameOccupancyMaps()
| std::array< std::vector< uint8_t >, MAX_GOF_SIZE > * uvgvpcc_enc::CommonMemory::getOrCreateFrameOccupancyMaps |
( |
size_t |
gofId | ) |
|
|
inline |
◆ getOrCreateFrameOccupancyMapsDS()
| std::array< std::vector< uint8_t >, MAX_GOF_SIZE > * uvgvpcc_enc::CommonMemory::getOrCreateFrameOccupancyMapsDS |
( |
size_t |
gofId | ) |
|
|
inline |
◆ getOrCreateFramePatches()
| std::array< std::vector< Patch >, MAX_GOF_SIZE > * uvgvpcc_enc::CommonMemory::getOrCreateFramePatches |
( |
size_t |
gofId | ) |
|
|
inline |
◆ mapFrameAttributeMapsL1
◆ mapFrameAttributeMapsL2
◆ mapFrameGeometryMapsL1
◆ mapFrameGeometryMapsL2
◆ mapFrameOccupancyMaps
◆ mapFrameOccupancyMapsDS
◆ mapFramePatches
The documentation for this class was generated from the following files: