Home
last modified time | relevance | path

Searched refs:lag (Results 1 – 1 of 1) sorted by relevance

/liblc3-3.5.0-3.4.0/src/
Dltpf.c698 const float *xh, int nh, int lag, in synthesize_template() argument
708 lag += (w >> 1); in synthesize_template()
710 const float *y = x - xh < lag ? x + (nh - lag) : x - lag; in synthesize_template()
752 LC3_HOT static void synthesize_4(const float *xh, int nh, int lag, in synthesize_4() argument
755 synthesize_template(xh, nh, lag, x0, x, n, c, 4, fade); in synthesize_4()
758 LC3_HOT static void synthesize_6(const float *xh, int nh, int lag, in synthesize_6() argument
761 synthesize_template(xh, nh, lag, x0, x, n, c, 6, fade); in synthesize_6()
764 LC3_HOT static void synthesize_8(const float *xh, int nh, int lag, in synthesize_8() argument
767 synthesize_template(xh, nh, lag, x0, x, n, c, 8, fade); in synthesize_8()
770 LC3_HOT static void synthesize_12(const float *xh, int nh, int lag, in synthesize_12() argument
[all …]