#include <mqc.h>
Data Fields | |
| unsigned int | qeval |
| the probability of the Least Probable Symbol (0.75->0x8000, 1.5->0xffff) | |
| int | mps |
| the Most Probable Symbol (0 or 1) | |
| struct opj_mqc_state * | nmps |
| next state if the next encoded symbol is the MPS | |
| struct opj_mqc_state * | nlps |
| next state if the next encoded symbol is the LPS | |
the Most Probable Symbol (0 or 1)
struct opj_mqc_state* opj_mqc_state::nlps [read] |
next state if the next encoded symbol is the LPS
struct opj_mqc_state* opj_mqc_state::nmps [read] |
next state if the next encoded symbol is the MPS
| unsigned int opj_mqc_state::qeval |
the probability of the Least Probable Symbol (0.75->0x8000, 1.5->0xffff)