PandA-2024.02
|
Go to the source code of this file.
Macros | |
#define | MIN_WORD ((-32767)-1) |
#define | MAX_WORD ( 32767) |
#define | SASR(x, by) ((x) >> (by)) |
#define | GSM_MULT_R(a, b) gsm_mult_r(a, b) |
#define | GSM_MULT(a, b) gsm_mult(a, b) |
#define | GSM_ADD(a, b) gsm_add(a, b) |
#define | GSM_ABS(a) gsm_abs(a) |
Typedefs | |
typedef short | word |
typedef long | longword |
#define GSM_ABS | ( | a | ) | gsm_abs(a) |
Definition at line 41 of file private.h.
Referenced by Autocorrelation(), Reflection_coefficients(), and Transformation_to_Log_Area_Ratios().
#define GSM_ADD | ( | a, | |
b | |||
) | gsm_add(a, b) |
Definition at line 40 of file private.h.
Referenced by Reflection_coefficients().
#define GSM_MULT_R | ( | a, | |
b | |||
) | gsm_mult_r(a, b) |
Definition at line 38 of file private.h.
Referenced by Autocorrelation(), and Reflection_coefficients().
#define MAX_WORD ( 32767) |
Definition at line 34 of file private.h.
Referenced by gsm_abs(), gsm_mult(), and gsm_mult_r().
#define MIN_WORD ((-32767)-1) |
Definition at line 33 of file private.h.
Referenced by gsm_abs(), gsm_mult(), and gsm_mult_r().
Definition at line 36 of file private.h.
Referenced by gsm_mult(), and Reflection_coefficients().