| OpenJPEG
    2.3.1
    | 
This struct defines the state of a context. More...
#include <mqc.h>
| Data Fields | |
| OPJ_UINT32 | qeval | 
| the probability of the Least Probable Symbol (0.75->0x8000, 1.5->0xffff)  More... | |
| OPJ_UINT32 | mps | 
| the Most Probable Symbol (0 or 1)  More... | |
| const struct opj_mqc_state * | nmps | 
| next state if the next encoded symbol is the MPS  More... | |
| const struct opj_mqc_state * | nlps | 
| next state if the next encoded symbol is the LPS  More... | |
This struct defines the state of a context.
| OPJ_UINT32 opj_mqc_state::mps | 
the Most Probable Symbol (0 or 1)
| const struct opj_mqc_state* opj_mqc_state::nlps | 
next state if the next encoded symbol is the LPS
| const struct opj_mqc_state* opj_mqc_state::nmps | 
next state if the next encoded symbol is the MPS
| OPJ_UINT32 opj_mqc_state::qeval | 
the probability of the Least Probable Symbol (0.75->0x8000, 1.5->0xffff)
 1.8.15
 1.8.15