OpenJPEG 2.1.0
Data Fields

opj_mqc_state Struct Reference

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)
OPJ_UINT32 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

the Most Probable Symbol (0 or 1)

Referenced by opj_mqc_mpsexchange().

next state if the next encoded symbol is the LPS

next state if the next encoded symbol is the MPS

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


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