Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c106 #define SAMPLE_ARRAY_SIZE (8 * 65536) macro
265 int16_t sample_array[SAMPLE_ARRAY_SIZE];
1094 i_start= x = compute_mod(s->sample_array_index - delay * channels, SAMPLE_ARRAY_SIZE); in video_audio_display()
1098 int idx = (SAMPLE_ARRAY_SIZE + x - i) % SAMPLE_ARRAY_SIZE; 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()
1136 if (i >= SAMPLE_ARRAY_SIZE) in video_audio_display()
1137 i -= SAMPLE_ARRAY_SIZE; in video_audio_display()
1176 if (i >= SAMPLE_ARRAY_SIZE) in video_audio_display()
[all …]