|
Grok 20.3.2
|
#include <mqc_state.h>
Public Member Functions | |
| bool | operator== (const mqc_state &other) const |
Public Attributes | |
| uint32_t | qeval |
| Probability of the Least Probable Symbol (0.75->0x8000, 1.5->0xffff). | |
| uint8_t | mps |
| Most Probable Symbol (0 or 1). | |
| const mqc_state * | nmps |
| Next state if next encoded symbol is MPS. | |
| const mqc_state * | nlps |
| Next state if next encoded symbol is LPS. | |
|
inline |
| uint8_t grk::t1::mqc_state::mps |
Most Probable Symbol (0 or 1).
Referenced by operator==().
| const mqc_state* grk::t1::mqc_state::nlps |
Next state if next encoded symbol is LPS.
Referenced by operator==().
| const mqc_state* grk::t1::mqc_state::nmps |
Next state if next encoded symbol is MPS.
Referenced by operator==().
| uint32_t grk::t1::mqc_state::qeval |
Probability of the Least Probable Symbol (0.75->0x8000, 1.5->0xffff).
Referenced by operator==().