Searched refs:dcblockl (Results 1 – 2 of 2) sorted by relevance
42 struct dcblock *dcblockl; in test_file() local47 dcblockl = dcblock_new(0.995); in test_file()50 process(dcblockl, data, frames); in test_file()55 dcblock_free(dcblockl); in test_file()
208 struct dcblock *dcblockl; member232 if (!data->dcblockl) in dcblock_run()233 data->dcblockl = dcblock_new(*data->ports[4]); in dcblock_run()243 dcblock_process(data->dcblockl, data->ports[2], (int) sample_count); in dcblock_run()250 if (data->dcblockl) in dcblock_deinstantiate()251 dcblock_free(data->dcblockl); in dcblock_deinstantiate()