FFmpeg
|
MQ-coder decoder. More...
#include "mqc.h"
Go to the source code of this file.
Functions | |
static void | bytein (MqcState *mqc) |
static int | exchange (MqcState *mqc, uint8_t *cxstate, int lps) |
void | ff_mqc_initdec (MqcState *mqc, uint8_t *bp) |
initialize the decoder | |
int | ff_mqc_decode (MqcState *mqc, uint8_t *cxstate) |
returns decoded bit with context cx | |
MQ-coder decoder.
Definition in file mqcdec.c.
Definition at line 30 of file mqcdec.c.
Referenced by exchange(), and ff_mqc_initdec().
Definition at line 45 of file mqcdec.c.
Referenced by ff_mqc_decode().
returns decoded bit with context cx
Definition at line 81 of file mqcdec.c.
Referenced by decode_clnpass(), decode_refpass(), and decode_sigpass().