|
PipeWire 1.7.0
|
A Burg Predictor implementation. More...
Files | |
| file | burg-pred.h |
| spa/utils/burg-pred.h | |
Data Structures | |
| struct | spa_burg_pred |
Macros | |
| #define | SPA_API_BURG_PRED static inline |
Functions | |
| SPA_API_BURG_PRED void | spa_burg_pred_fit (struct spa_burg_pred *p, float *samples, uint32_t len, double threshold, float *state, float *coef, uint32_t max_coef) |
| SPA_API_BURG_PRED float | spa_burg_pred_next (struct spa_burg_pred *p) |
A Burg Predictor implementation.
| #define SPA_API_BURG_PRED static inline |
| SPA_API_BURG_PRED void spa_burg_pred_fit | ( | struct spa_burg_pred * | p, |
| float * | samples, | ||
| uint32_t | len, | ||
| double | threshold, | ||
| float * | state, | ||
| float * | coef, | ||
| uint32_t | max_coef ) |
| SPA_API_BURG_PRED float spa_burg_pred_next | ( | struct spa_burg_pred * | p | ) |