Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_lbr.c1624 int group, int group_sf, int synth_idx) in synth_tones() argument
1631 start = s->tonal_bounds[group][group_sf][0]; in synth_tones()
1632 count = (s->tonal_bounds[group][group_sf][1] - start) & (DCA_LBR_TONES - 1); in synth_tones()
1693 int group_sf = (s->framenum << group) + ((sf - 22) >> (5 - group)); in base_func_synth() local
1696 synth_tones(s, ch, values, group, (group_sf - 1) & 31, 30 - synth_idx); in base_func_synth()
1697 synth_tones(s, ch, values, group, (group_sf ) & 31, synth_idx); in base_func_synth()