|
VSF Documented
|
Go to the source code of this file.
Data Structures | |
| struct | mean_filter_t |
Functions | |
| struct mean_filter_t * | mean_alloc (int length) |
| void | mean_free (struct mean_filter_t *filter) |
| int | mean_update (struct mean_filter_t *filter, int value) |
| void | mean_clear (struct mean_filter_t *filter) |
| struct mean_filter_t * mean_alloc | ( | int | length | ) |
| void mean_free | ( | struct mean_filter_t * | filter | ) |
| int mean_update | ( | struct mean_filter_t * | filter, |
| int | value | ||
| ) |
| void mean_clear | ( | struct mean_filter_t * | filter | ) |