| FFmpeg
    | 
MQ-coder common (decoder/encoder) functions. More...
Go to the source code of this file.
| Functions | |
| void | ff_mqc_init_contexts (MqcState *mqc) | 
| MQ-coder context initialisations.  More... | |
| Variables | |
| const uint16_t | ff_mqc_qe [2 *47] | 
| const uint8_t | ff_mqc_nlps [2 *47] | 
| const uint8_t | ff_mqc_nmps [2 *47] | 
MQ-coder common (decoder/encoder) functions.
Definition in file mqc.c.
| void ff_mqc_init_contexts | ( | MqcState * | mqc | ) | 
MQ-coder context initialisations.
| mqc | MQ-coder context | 
Definition at line 64 of file mqc.c.
Referenced by decode_cblk(), ff_mqc_initdec(), and ff_mqc_initenc().
| const uint16_t ff_mqc_qe[2 *47] | 
Definition at line 33 of file mqc.c.
Referenced by exchange(), ff_mqc_decode(), and ff_mqc_encode().
| const uint8_t ff_mqc_nlps[2 *47] | 
Definition at line 47 of file mqc.c.
Referenced by exchange(), and ff_mqc_encode().
| const uint8_t ff_mqc_nmps[2 *47] | 
Definition at line 55 of file mqc.c.
Referenced by exchange(), and ff_mqc_encode().
 1.8.17
 1.8.17