Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3enc_float.c52 s->ac3dsp.float_to_fixed24(s->fixed_coef_buffer + (chan_size * !cpl), in scale_coefficients()
Dac3enc.h237 int32_t *fixed_coef_buffer; member
Dac3enc.c2127 av_freep(&s->fixed_coef_buffer); in ff_ac3_encode_close()
2483 if (!FF_ALLOCZ_TYPED_ARRAY(s->fixed_coef_buffer, total_coefs)) in allocate_buffers()
2490 … block->fixed_coef[ch] = &s->fixed_coef_buffer[AC3_MAX_COEFS * (s->num_blocks * ch + blk)]; in allocate_buffers()