![]() |
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 | __attribute__ ((noinline)) |
| #define NEXTI sl = *++sp |
Referenced by Autocorrelation().
Referenced by Autocorrelation(), and Quantization_and_coding().
| void __attribute__ | ( | (noinline) | ) |
Definition at line 314 of file lpc.c.
References Autocorrelation(), Quantization_and_coding(), Reflection_coefficients(), and Transformation_to_Log_Area_Ratios().

Definition at line 39 of file lpc.c.
References GSM_ABS, GSM_MULT_R, gsm_norm(), k, NEXTI, sl, and STEP.

| void Quantization_and_coding | ( | register word * | LAR | ) |
Definition at line 164 of file lpc.c.
References GSM_ABS, GSM_ADD, gsm_div(), GSM_MULT_R, gsm_norm(), P, and SASR.

1.8.13