| FFmpeg
    | 
MQ-coder ecoder and decoder common functions. More...
#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] | 
MQ-coder ecoder and decoder common functions.
Definition in file mqc.c.
initialize the contexts
Definition at line 91 of file mqc.c.
Referenced by ff_mqc_initdec(), and ff_mqc_initenc().
| 
 | static | 
| 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().
| 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().
 1.8.2
 1.8.2