libavcodec/mqc.c File Reference

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]


Detailed Description

MQ-coder ecoder and decoder common functions.

Author:
Kamil Nowosad

Definition in file mqc.c.


Function Documentation

void ff_mqc_init_contexts ( MqcState mqc  ) 

initialize the contexts

Definition at line 91 of file mqc.c.

Referenced by ff_mqc_initdec(), and ff_mqc_initenc().


Variable Documentation

const MqcCxState cx_states[47] [static]

Definition at line 37 of file mqc.c.

Definition at line 88 of file mqc.c.

Referenced by exchange(), ff_mqc_encode(), and ff_mqc_init_contexts().

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 Fri Oct 26 02:50:06 2012 for FFmpeg by  doxygen 1.5.8