Searched refs:fixed_coef_buffer (Results 1 – 3 of 3) sorted by relevance
52 s->ac3dsp.float_to_fixed24(s->fixed_coef_buffer + (chan_size * !cpl), in scale_coefficients()
237 int32_t *fixed_coef_buffer; member
2127 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()