|
BurgerLib
|


Classes | |
| struct | lpc_lookup |
Typedefs | |
| typedef struct lpc_lookup | lpc_lookup |
Functions | |
| float BURGER_API | vorbis_lpc_from_data (float *data, float *lpc, int n, int m) |
| float BURGER_API | vorbis_lpc_from_curve (float *curve, float *lpc, lpc_lookup *l) |
| void BURGER_API | lpc_init (lpc_lookup *l, long mapped, int m) |
| void BURGER_API | lpc_clear (lpc_lookup *l) |
| void BURGER_API | vorbis_lpc_predict (float *coeff, float *prime, int m, float *data, long n) |
| typedef struct lpc_lookup lpc_lookup |
| void BURGER_API lpc_clear | ( | lpc_lookup * | l | ) |
| void BURGER_API lpc_init | ( | lpc_lookup * | l, |
| long | mapped, | ||
| int | m | ||
| ) |
| float BURGER_API vorbis_lpc_from_curve | ( | float * | curve, |
| float * | lpc, | ||
| lpc_lookup * | l | ||
| ) |
| float BURGER_API vorbis_lpc_from_data | ( | float * | data, |
| float * | lpc, | ||
| int | n, | ||
| int | m | ||
| ) |
| void BURGER_API vorbis_lpc_predict | ( | float * | coeff, |
| float * | prime, | ||
| int | m, | ||
| float * | data, | ||
| long | n | ||
| ) |
1.8.0