Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_lbr.h39 #define DCA_LBR_TONES 512 macro
121 DCALbrTone tones[DCA_LBR_TONES]; ///< Circular buffer of tones
Ddca_lbr.c341 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()