Searched refs:fade (Results 1 – 1 of 1) sorted by relevance
/liblc3-3.5.0-3.4.0/src/ |
D | ltpf.c | 700 const float *c, const int w, int fade) in synthesize_template() argument 702 float g = (float)(fade <= 0); in synthesize_template() 703 float g_incr = (float)((fade > 0) - (fade < 0)) / n; in synthesize_template() 753 const float *x0, float *x, int n, const float *c, int fade) in synthesize_4() argument 755 synthesize_template(xh, nh, lag, x0, x, n, c, 4, fade); in synthesize_4() 759 const float *x0, float *x, int n, const float *c, int fade) in synthesize_6() argument 761 synthesize_template(xh, nh, lag, x0, x, n, c, 6, fade); in synthesize_6() 765 const float *x0, float *x, int n, const float *c, int fade) in synthesize_8() argument 767 synthesize_template(xh, nh, lag, x0, x, n, c, 8, fade); in synthesize_8() 771 const float *x0, float *x, int n, const float *c, int fade) in synthesize_12() argument [all …]
|