Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsplice.c49 enum {Cosine_2, Cosine_4, Triangular} fade_type; enumerator
83 else if (p->fade_type == Cosine_2) { in splice()
174 else if (!strcmp(*argv, "-h")) p->fade_type = Cosine_2 , --argc, ++argv; in create()