Grok 13.0.0
|
#include <mqc.h>
Public Attributes | |
uint32_t | qeval |
the probability of the Least Probable Symbol (0.75->0x8000, 1.5->0xffff) | |
uint32_t | mps |
the Most Probable Symbol (0 or 1) | |
const mqc_state * | nmps |
next state if the next encoded symbol is the MPS | |
const mqc_state * | nlps |
next state if the next encoded symbol is the LPS | |
uint32_t grk::mqc_state::mps |
the Most Probable Symbol (0 or 1)
const mqc_state* grk::mqc_state::nlps |
next state if the next encoded symbol is the LPS
const mqc_state* grk::mqc_state::nmps |
next state if the next encoded symbol is the MPS
uint32_t grk::mqc_state::qeval |
the probability of the Least Probable Symbol (0.75->0x8000, 1.5->0xffff)