Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddca_lbr.h37 #define DCA_LBR_TONES 512 macro
119 DCALbrTone tones[DCA_LBR_TONES]; ///< Circular buffer of tones
H A Ddca_lbr.c332 s->ntones = (s->ntones + 1) & (DCA_LBR_TONES - 1); in parse_tonal()
1623 count = (s->tonal_bounds[group][group_sf][1] - start) & (DCA_LBR_TONES - 1); in synth_tones()
1626 DCALbrTone *t = &s->tones[(start + i) & (DCA_LBR_TONES - 1)]; in synth_tones()

Completed in 4 milliseconds