gsmdec_data.h File Reference
#include <stdint.h>
#include "avcodec.h"
Include dependency graph for gsmdec_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GSMContext
 

Typedefs

typedef struct GSMContext GSMContext
 

Variables

const uint16_t ff_gsm_long_term_gain_tab [4]
 
const int16_t ff_gsm_dequant_tab [64][8]
 

Typedef Documentation

typedef struct GSMContext GSMContext

Variable Documentation

const int16_t ff_gsm_dequant_tab[64][8]

Definition at line 29 of file gsmdec_data.c.

Referenced by apcm_dequant_add().

const uint16_t ff_gsm_long_term_gain_tab[4]

Definition at line 25 of file gsmdec_data.c.

Referenced by long_term_synth().