Searched refs:synth_idx (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dca_lbr.c | 1624 int group, int group_sf, int synth_idx) in synth_tones() argument 1628 if (synth_idx < 0) in synth_tones() 1638 float amp = ff_dca_synth_env[synth_idx] * ff_dca_quant_amp[t->amp[ch]]; in synth_tones() 1694 int synth_idx = ((((sf - 22) & 31) << group) & 31) + (1 << group) - 1; 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()
|