Searched refs:dcblockl (Results 1 – 2 of 2) sorted by relevance
43 struct dcblock *dcblockl; in test_file() local48 dcblockl = dcblock_new(0.995, 48000); in test_file()51 process(dcblockl, data, frames); in test_file()56 dcblock_free(dcblockl); in test_file()
215 struct dcblock *dcblockl; member245 if (!data->dcblockl) in dcblock_run()246 data->dcblockl = in dcblock_run()258 dcblock_process(data->dcblockl, data->ports[2], (int)sample_count); in dcblock_run()265 if (data->dcblockl) in dcblock_deinstantiate()266 dcblock_free(data->dcblockl); in dcblock_deinstantiate()