Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Debur128.c73 size_t audio_data_index; member
274 st->d->audio_data_index = 0; in ff_ebur128_init()
320 double* audio_data = st->d->audio_data + st->d->audio_data_index; \
401 if (st->d->audio_data_index < frames_per_block * st->channels) { in ebur128_calc_gating_block()
402 for (i = 0; i < st->d->audio_data_index / st->channels; ++i) { in ebur128_calc_gating_block()
408 st->d->audio_data_index / st->channels); in ebur128_calc_gating_block()
415 st->d->audio_data_index / st->channels - frames_per_block; in ebur128_calc_gating_block()
416 i < st->d->audio_data_index / st->channels; ++i) { in ebur128_calc_gating_block()
468 st->d->audio_data_index += st->d->needed_frames * st->channels; \
488 if (st->d->audio_data_index == st->d->audio_data_frames * st->channels) { \
[all …]