#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 > > > | mapFrameOccupancyMapsColor |
| |
| 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 |
◆ getOrCreateFrameOccupancyMapsColor()
| std::array< std::vector< uint8_t >, MAX_GOF_SIZE > * uvgvpcc_enc::CommonMemory::getOrCreateFrameOccupancyMapsColor |
( |
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
| robin_hood::unordered_map<size_t,std::unique_ptr<std::array<std::vector<uint8_t>, MAX_GOF_SIZE> > > uvgvpcc_enc::CommonMemory::mapFrameAttributeMapsL1 |
◆ mapFrameAttributeMapsL2
| robin_hood::unordered_map<size_t,std::unique_ptr<std::array<std::vector<uint8_t>, MAX_GOF_SIZE> > > uvgvpcc_enc::CommonMemory::mapFrameAttributeMapsL2 |
◆ mapFrameGeometryMapsL1
| robin_hood::unordered_map<size_t,std::unique_ptr<std::array<std::vector<uint8_t>, MAX_GOF_SIZE> > > uvgvpcc_enc::CommonMemory::mapFrameGeometryMapsL1 |
◆ mapFrameGeometryMapsL2
| robin_hood::unordered_map<size_t,std::unique_ptr<std::array<std::vector<uint8_t>, MAX_GOF_SIZE> > > uvgvpcc_enc::CommonMemory::mapFrameGeometryMapsL2 |
◆ mapFrameOccupancyMaps
| robin_hood::unordered_map<size_t,std::unique_ptr<std::array<std::vector<uint8_t>, MAX_GOF_SIZE> > > uvgvpcc_enc::CommonMemory::mapFrameOccupancyMaps |
◆ mapFrameOccupancyMapsColor
| robin_hood::unordered_map<size_t,std::unique_ptr<std::array<std::vector<uint8_t>, MAX_GOF_SIZE> > > uvgvpcc_enc::CommonMemory::mapFrameOccupancyMapsColor |
◆ mapFrameOccupancyMapsDS
| robin_hood::unordered_map<size_t,std::unique_ptr<std::array<std::vector<uint8_t>, MAX_GOF_SIZE> > > uvgvpcc_enc::CommonMemory::mapFrameOccupancyMapsDS |
◆ mapFramePatches
| robin_hood::unordered_map<size_t,std::unique_ptr<std::array<std::vector<Patch>, MAX_GOF_SIZE> > > uvgvpcc_enc::CommonMemory::mapFramePatches |
The documentation for this class was generated from the following files: