Lines Matching refs:tones
59 QDMCTone tones[5][8192];
412 if (index >= FF_ARRAY_ELEMS(s->tones[group])) {
413 av_log(s->avctx, AV_LOG_WARNING, "Too many tones already in buffer, ignoring tone!\n");
417 s->tones[group][index].offset = offset;
418 s->tones[group][index].freq = freq;
419 s->tones[group][index].mode = stereo_mode;
420 s->tones[group][index].amplitude = amplitude;
421 s->tones[group][index].phase = phase;
603 QDMCTone *t = &s->tones[g][w];
612 QDMCTone *t = &s->tones[4][w];