opj_mqc_state Struct Reference
[MQC - Implementation of an MQ-Coder]

This struct defines the state of a context. More...

#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_statenmps
 next state if the next encoded symbol is the MPS
struct opj_mqc_statenlps
 next state if the next encoded symbol is the LPS


Detailed Description

This struct defines the state of a context.

Field Documentation

unsigned int opj_mqc_state::qeval

the probability of the Least Probable Symbol (0.75->0x8000, 1.5->0xffff)

the Most Probable Symbol (0 or 1)

next state if the next encoded symbol is the MPS

next state if the next encoded symbol is the LPS


The documentation for this struct was generated from the following file:

Generated on Mon Dec 19 12:34:14 2016 for OpenJPEG by  doxygen 1.5.6