Searched refs:DCA_LBR_TONES (Results 1 – 2 of 2) sorted by relevance
39 #define DCA_LBR_TONES 512 macro121 DCALbrTone tones[DCA_LBR_TONES]; ///< Circular buffer of tones
341 s->ntones = (s->ntones + 1) & (DCA_LBR_TONES - 1); in parse_tonal()1632 count = (s->tonal_bounds[group][group_sf][1] - start) & (DCA_LBR_TONES - 1); in synth_tones()1635 DCALbrTone *t = &s->tones[(start + i) & (DCA_LBR_TONES - 1)]; in synth_tones()