PandA-2024.02
|
Go to the source code of this file.
Macros | |
#define | STEP(k) L_ACF[k] += ((longword)sl * sp[ -(k) ]); |
#define | NEXTI sl = *++sp |
#define | STEP(A, B, MAC, MIC) |
Functions | |
void | Autocorrelation (word *s, longword *L_ACF) |
void | Reflection_coefficients (longword *L_ACF, register word *r) |
void | Transformation_to_Log_Area_Ratios (register word *r) |
void | Quantization_and_coding (register word *LAR) |
void | Gsm_LPC_Analysis (word *s, word *LARc) |
#define NEXTI sl = *++sp |
Referenced by Autocorrelation().
Referenced by Autocorrelation(), and Quantization_and_coding().
Definition at line 39 of file lpc.c.
References GSM_ABS, GSM_MULT_R, gsm_norm(), k, NEXTI, sl, and STEP.
Referenced by __attribute__(), and Gsm_LPC_Analysis().
Definition at line 314 of file lpc.c.
References Autocorrelation(), Quantization_and_coding(), Reflection_coefficients(), and Transformation_to_Log_Area_Ratios().
Referenced by main().
void Quantization_and_coding | ( | register word * | LAR | ) |
Definition at line 277 of file lpc.c.
References STEP.
Referenced by __attribute__(), and Gsm_LPC_Analysis().
Definition at line 164 of file lpc.c.
References GSM_ABS, GSM_ADD, gsm_div(), GSM_MULT_R, gsm_norm(), P, and SASR.
Referenced by __attribute__(), and Gsm_LPC_Analysis().
void Transformation_to_Log_Area_Ratios | ( | register word * | r | ) |
Definition at line 235 of file lpc.c.
References GSM_ABS.
Referenced by __attribute__(), and Gsm_LPC_Analysis().