Asterisk - The Open Source Telephony Project GIT-master-1f1c5bb
Macros | Variables
table.c File Reference
#include "private.h"
#include "gsm.h"
Include dependency graph for table.c:

Go to the source code of this file.

Macros

#define GSM_TABLE_C
 

Variables

word gsm_A [8] = {20480, 20480, 20480, 20480, 13964, 15360, 8534, 9036}
 
word gsm_B [8] = { 0, 0, 2048, -2560, 94, -1792, -341, -1144}
 
word gsm_DLB [4] = { 6554, 16384, 26214, 32767 }
 
word gsm_FAC [8] = { 18431, 20479, 22527, 24575, 26623, 28671, 30719, 32767 }
 
word gsm_H [11] = {-134, -374, 0, 2054, 5741, 8192, 5741, 2054, 0, -374, -134 }
 
word gsm_INVA [8] ={ 13107, 13107, 13107, 13107, 19223, 17476, 31454, 29708 }
 
word gsm_MAC [8] = { 31, 31, 15, 15, 7, 7, 3, 3 }
 
word gsm_MIC [8] = { -32, -32, -16, -16, -8, -8, -4, -4 }
 
word gsm_NRFAC [8] = { 29128, 26215, 23832, 21846, 20165, 18725, 17476, 16384 }
 
word gsm_QLB [4] = { 3277, 11469, 21299, 32767 }
 

Macro Definition Documentation

◆ GSM_TABLE_C

#define GSM_TABLE_C

Definition at line 18 of file table.c.

Variable Documentation

◆ gsm_A

word gsm_A[8] = {20480, 20480, 20480, 20480, 13964, 15360, 8534, 9036}

Definition at line 25 of file table.c.

◆ gsm_B

word gsm_B[8] = { 0, 0, 2048, -2560, 94, -1792, -341, -1144}

Definition at line 26 of file table.c.

◆ gsm_DLB

word gsm_DLB[4] = { 6554, 16384, 26214, 32767 }

Definition at line 39 of file table.c.

Referenced by P4().

◆ gsm_FAC

word gsm_FAC[8] = { 18431, 20479, 22527, 24575, 26623, 28671, 30719, 32767 }

Definition at line 63 of file table.c.

Referenced by P4().

◆ gsm_H

word gsm_H[11] = {-134, -374, 0, 2054, 5741, 8192, 5741, 2054, 0, -374, -134 }

Definition at line 51 of file table.c.

◆ gsm_INVA

word gsm_INVA[8] ={ 13107, 13107, 13107, 13107, 19223, 17476, 31454, 29708 }

Definition at line 33 of file table.c.

◆ gsm_MAC

word gsm_MAC[8] = { 31, 31, 15, 15, 7, 7, 3, 3 }

Definition at line 28 of file table.c.

◆ gsm_MIC

word gsm_MIC[8] = { -32, -32, -16, -16, -8, -8, -4, -4 }

Definition at line 27 of file table.c.

◆ gsm_NRFAC

word gsm_NRFAC[8] = { 29128, 26215, 23832, 21846, 20165, 18725, 17476, 16384 }

Definition at line 57 of file table.c.

Referenced by P5().

◆ gsm_QLB

word gsm_QLB[4] = { 3277, 11469, 21299, 32767 }

Definition at line 45 of file table.c.