Home
last modified time | relevance | path

Searched refs:total_coefs (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dac3enc.c2483 int total_coefs = AC3_MAX_COEFS * channel_blocks; in allocate_buffers() local
2488 if (!FF_ALLOC_TYPED_ARRAY(s->bap_buffer, total_coefs) || in allocate_buffers()
2489 !FF_ALLOC_TYPED_ARRAY(s->bap1_buffer, total_coefs) || in allocate_buffers()
2490 !FF_ALLOCZ_TYPED_ARRAY(s->mdct_coef_buffer, total_coefs) || in allocate_buffers()
2491 !FF_ALLOC_TYPED_ARRAY(s->exp_buffer, total_coefs) || in allocate_buffers()
2493 !FF_ALLOC_TYPED_ARRAY(s->psd_buffer, total_coefs) || in allocate_buffers()
2496 !FF_ALLOC_TYPED_ARRAY(s->qmant_buffer, total_coefs)) in allocate_buffers()
2541 if (!FF_ALLOCZ_TYPED_ARRAY(s->fixed_coef_buffer, total_coefs)) in allocate_buffers()

Completed in 4 milliseconds