Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dafir_template.c155 const int coffset = i * seg->coeff_size; in fn()
184 av_log(ctx, AV_LOG_DEBUG, "coeff_size: %d\n", seg->coeff_size); in fn()
313 const int coffset = j * seg->coeff_size; in fn()
345 const int coffset = j * seg->coeff_size; in fn()
Daf_afir.h36 int coeff_size; member
Daf_afir.c170 seg->coeff_size = FFALIGN(seg->part_size + 1, 32); in init_segment()
204 …>coeff = ff_get_audio_buffer(ctx->inputs[1 + s->selir], seg->nb_partitions * seg->coeff_size * 2); in init_segment()