FFmpeg
|
mqc.c File Reference
MQ-coder ecoder and decoder common functions. More...
#include "mqc.h"
Include dependency graph for mqc.c:
Go to the source code of this file.
Data Structures | |
struct | MqcCxState |
Functions | |
void | ff_mqc_init_contexts (MqcState *mqc) |
initialize the contexts More... | |
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] |
Detailed Description
MQ-coder ecoder and decoder common functions.
Definition in file mqc.c.
Function Documentation
initialize the contexts
Definition at line 91 of file mqc.c.
Referenced by ff_mqc_initdec(), and ff_mqc_initenc().
Variable Documentation
|
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().
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11