Searched refs:lookup_tab (Results 1 – 1 of 1) sorted by relevance
83 int *lookup_tab[MAX_CHORUS]; member201 chorus->lookup_tab[i] = lsx_malloc(sizeof (int) * chorus->length[i]); in sox_chorus_start()204 lsx_generate_wave_table(SOX_WAVE_SINE, SOX_INT, chorus->lookup_tab[i], in sox_chorus_start()207 lsx_generate_wave_table(SOX_WAVE_TRIANGLE, SOX_INT, chorus->lookup_tab[i], in sox_chorus_start()258 chorus->counter - chorus->lookup_tab[i][chorus->phase[i]]) % in sox_chorus_flow()295 chorus->counter - chorus->lookup_tab[i][chorus->phase[i]]) % in sox_chorus_drain()330 free(chorus->lookup_tab[i]); in sox_chorus_stop()331 chorus->lookup_tab[i] = NULL; in sox_chorus_stop()