|
Grok 20.3.2
|
Information about compression/decompression coding pass. More...
#include <CodeblockCompressImpl.h>
Public Member Functions | |
| CodePass () | |
| Constructs a CodePass. | |
| ~CodePass ()=default | |
| Destroys a CodePass. | |
Public Attributes | |
| uint16_t | rate_ |
| total rate of block up to and including this pass | |
| double | distortiondec_ |
| distortion decrease of pass | |
| uint16_t | len_ |
| length of pass in bytes | |
| bool | term_ |
| True if this pass terminates a segment, otherwise false. | |
| uint16_t | slope_ |
| ln(slope) in 8.8 fixed point | |
Information about compression/decompression coding pass.
|
inline |
|
default |
Destroys a CodePass.
| double grk::t1::CodePass::distortiondec_ |
distortion decrease of pass
Referenced by CodePass().
| uint16_t grk::t1::CodePass::len_ |
length of pass in bytes
Referenced by CodePass().
| uint16_t grk::t1::CodePass::rate_ |
total rate of block up to and including this pass
Referenced by CodePass(), and grk::compress_synch_with_plugin().
| uint16_t grk::t1::CodePass::slope_ |
ln(slope) in 8.8 fixed point
Referenced by CodePass(), and grk::RateInfo::synch().
| bool grk::t1::CodePass::term_ |
True if this pass terminates a segment, otherwise false.
Referenced by CodePass().