FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
gsmdec_data.c File Reference
#include <stdint.h>
#include "gsmdec_data.h"

Go to the source code of this file.

Variables

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

Variable Documentation

const uint16_t ff_gsm_long_term_gain_tab[4]
Initial value:
= {
3277, 11469, 21299, 32767
}

Definition at line 25 of file gsmdec_data.c.

Referenced by long_term_synth().

const int16_t ff_gsm_dequant_tab[64][8]

Definition at line 29 of file gsmdec_data.c.

Referenced by apcm_dequant_add().