Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dreverb.c33 static float comb_process(filter_t * p, /* gcc -O2 will inline this */ in comb_process() function
90 do out += comb_process(p->comb + i, &in, feedback, hf_damping); in filter_array_process()