|
Grok
9.5.0
|
#include <CodingParams.h>
Public Attributes | |
| size_t | m_max_comp_size |
| Maximum rate for each component. More... | |
| uint32_t | newTilePartProgressionPosition |
| Position of tile part flag in progression order. More... | |
| uint8_t | m_newTilePartProgressionDivider |
| Flag determining tile part generation. More... | |
| bool | m_allocationByRateDistortion |
| allocation by rate/distortion More... | |
| bool | m_allocationByFixedQuality |
| allocation by fixed_quality More... | |
| bool | m_enableTilePartGeneration |
| Enabling Tile part generation. More... | |
| bool | writePLT |
| bool | writeTLM |
| uint32_t | rateControlAlgorithm |
| bool grk::EncodingParams::m_allocationByFixedQuality |
allocation by fixed_quality
Referenced by grk::CodeStreamCompress::initCompress(), grk::TileProcessor::pcrdBisectFeasible(), and grk::TileProcessor::pcrdBisectSimple().
| bool grk::EncodingParams::m_allocationByRateDistortion |
allocation by rate/distortion
Referenced by grk::CodeStreamCompress::initCompress().
| bool grk::EncodingParams::m_enableTilePartGeneration |
Enabling Tile part generation.
Referenced by grk::TileProcessor::canPreCalculateTileLen(), grk::PacketManager::enableTilePartGeneration(), grk::CodeStreamCompress::initCompress(), and grk::PacketManager::PacketManager().
| size_t grk::EncodingParams::m_max_comp_size |
Maximum rate for each component.
If == 0, component size limitation is not considered
Referenced by grk::CodeStreamCompress::initCompress().
| uint8_t grk::EncodingParams::m_newTilePartProgressionDivider |
Flag determining tile part generation.
Referenced by grk::CodeStreamCompress::initCompress().
| uint32_t grk::EncodingParams::newTilePartProgressionPosition |
Position of tile part flag in progression order.
Referenced by grk::TileProcessor::TileProcessor().
| uint32_t grk::EncodingParams::rateControlAlgorithm |
Referenced by grk::CodeStreamCompress::initCompress(), and grk::TileProcessor::rateAllocate().
| bool grk::EncodingParams::writePLT |
Referenced by grk::TileProcessor::doCompress(), and grk::CodeStreamCompress::initCompress().
| bool grk::EncodingParams::writeTLM |
Referenced by grk::CodeStreamCompress::initCompress().