Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c265 int16_t sample_array[SAMPLE_ARRAY_SIZE]; member
1099 int a = s->sample_array[idx]; in video_audio_display()
1100 int b = s->sample_array[(idx + 4 * channels) % SAMPLE_ARRAY_SIZE]; in video_audio_display()
1101 int c = s->sample_array[(idx + 5 * channels) % SAMPLE_ARRAY_SIZE]; in video_audio_display()
1102 int d = s->sample_array[(idx + 9 * channels) % SAMPLE_ARRAY_SIZE]; in video_audio_display()
1127 y = (s->sample_array[i] * h2) >> 15; in video_audio_display()
1174 data[ch][x] = s->sample_array[i] * (1.0 - w * w); in video_audio_display()
2283 memcpy(is->sample_array + is->sample_array_index, samples, len * sizeof(short)); in update_sample_display()