#include <parametric.h>

Public Member Functions | |
| ParametricConfig () | |
| int | equivalent (ParametricConfig &that) |
| void | copy_from (ParametricConfig &that) |
| void | interpolate (ParametricConfig &prev, ParametricConfig &next, int64_t prev_frame, int64_t next_frame, int64_t current_frame) |
Data Fields | |
| ParametricBand | band [BANDS] |
| float | wetness |
Definition at line 63 of file parametric.h.
| ParametricConfig::ParametricConfig | ( | ) |
| int ParametricConfig::equivalent | ( | ParametricConfig & | that | ) |
| void ParametricConfig::copy_from | ( | ParametricConfig & | that | ) |
| void ParametricConfig::interpolate | ( | ParametricConfig & | prev, | |
| ParametricConfig & | next, | |||
| int64_t | prev_frame, | |||
| int64_t | next_frame, | |||
| int64_t | current_frame | |||
| ) |
Definition at line 100 of file parametric.C.
References band, BANDS, ParametricBand::interpolate(), and wetness.

Definition at line 76 of file parametric.h.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 77 of file parametric.h.
Referenced by copy_from(), equivalent(), interpolate(), and ParametricConfig().
1.5.5