OpenJPEG 2.5.3
|
HT decoding tables, as given in the standard. More...
Data Fields | |
int | c_q |
int | rho |
int | u_off |
int | e_k |
int | e_1 |
int | cwd |
int | cwd_len |
HT decoding tables, as given in the standard.
Data in the table is arranged in this format: c_q is the context for a quad rho is the signficance pattern for a quad u_off indicate if u value is 0 (u_off is 0), or communicated e_k, e_1 EMB patterns cwd VLC codeword cwd VLC codeword length
int vlc_src_table::c_q |
int vlc_src_table::cwd |
int vlc_src_table::cwd_len |
int vlc_src_table::e_1 |
int vlc_src_table::e_k |
int vlc_src_table::rho |
int vlc_src_table::u_off |