#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 |
Definition in file mqcdec.c.
static void bytein | ( | MqcState * | mqc | ) | [static] |
static int exchange | ( | MqcState * | mqc, | |
uint8_t * | cxstate, | |||
int | lps | |||
) | [static] |
int ff_mqc_decode | ( | MqcState * | mqc, | |
uint8_t * | cxstate | |||
) |
returns decoded bit with context cx
Definition at line 81 of file mqcdec.c.
Referenced by decode_clnpass(), decode_refpass(), and decode_sigpass().
void ff_mqc_initdec | ( | MqcState * | mqc, | |
uint8_t * | bp | |||
) |