#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | GSMContext |
Defines | |
#define | GSM_BLOCK_SIZE 33 |
#define | GSM_MS_BLOCK_SIZE 65 |
#define | GSM_FRAME_SIZE 160 |
Variables | |
const uint16_t | ff_gsm_long_term_gain_tab [4] |
const int16_t | ff_gsm_dequant_tab [64][8] |
#define GSM_BLOCK_SIZE 33 |
#define GSM_FRAME_SIZE 160 |
Definition at line 30 of file gsmdec_data.h.
Referenced by ff_msgsm_decode_block(), gsm_init(), libgsm_decode_frame(), libgsm_encode_frame(), and libgsm_init().
#define GSM_MS_BLOCK_SIZE 65 |
Definition at line 29 of file gsmdec_data.h.
Referenced by ff_msgsm_decode_block(), gsm_init(), and libgsm_init().
const int16_t ff_gsm_dequant_tab[64][8] |
const uint16_t ff_gsm_long_term_gain_tab[4] |