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