Go to the source code of this file.
Classes | |
struct | one_way_line_model_state_t |
struct | both_ways_line_model_state_t |
Defines | |
#define | _LINE_MODEL_H_ |
#define | LINE_FILTER_SIZE 129 |
Functions | |
void | both_ways_line_model (both_ways_line_model_state_t *s, int16_t *output1, const int16_t *input1, int16_t *output2, const int16_t *input2, int samples) |
both_ways_line_model_state_t * | both_ways_line_model_init (int model1, int noise1, int model2, int noise2) |
int | both_ways_line_model_release (both_ways_line_model_state_t *s) |
void | one_way_line_model (one_way_line_model_state_t *s, int16_t *output, const int16_t *input, int samples) |
one_way_line_model_state_t * | one_way_line_model_init (int model, int noise) |
int | one_way_line_model_release (one_way_line_model_state_t *s) |