Lines Matching defs:index
410 const int index = s->nb_tones[group];
412 if (index >= FF_ARRAY_ELEMS(s->tones[group])) {
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;
487 static void lin_calc(QDMCContext *s, float amplitude, int node1, int node2, int index)
498 noise_ptr = &s->noise_buffer[256 * index];
508 noise_ptr = s->noise_buffer + length + (index << 8);