#include "mqc.h"
Go to the source code of this file.
Data Structures | |
| struct | MqcCxState |
Functions | |
| void | ff_mqc_init_contexts (MqcState *mqc) |
| initialize the contexts | |
Variables | |
| static const MqcCxState | cx_states [47] |
| uint16_t | ff_mqc_qe [2 *47] |
| uint8_t | ff_mqc_nlps [2 *47] |
| uint8_t | ff_mqc_nmps [2 *47] |
Definition in file mqc.c.
| void ff_mqc_init_contexts | ( | MqcState * | mqc | ) |
initialize the contexts
Definition at line 91 of file mqc.c.
Referenced by ff_mqc_initdec(), and ff_mqc_initenc().
const MqcCxState cx_states[47] [static] |
| uint8_t ff_mqc_nlps[2 *47] |
Definition at line 88 of file mqc.c.
Referenced by exchange(), ff_mqc_encode(), and ff_mqc_init_contexts().
| uint8_t ff_mqc_nmps[2 *47] |
Definition at line 89 of file mqc.c.
Referenced by exchange(), ff_mqc_encode(), and ff_mqc_init_contexts().
| uint16_t ff_mqc_qe[2 *47] |
Definition at line 87 of file mqc.c.
Referenced by exchange(), ff_mqc_decode(), ff_mqc_encode(), and ff_mqc_init_contexts().
1.5.8