Searched refs:mdct_coef (Results 1 – 3 of 3) sorted by relevance
100 s->mdct.mdct_calc(&s->mdct, block->mdct_coef[ch+1], in apply_mdct()136 CoefType *cpl_coef = &block->mdct_coef[CPL_CH][cpl_start]; in apply_channel_coupling()141 CoefType *ch_coef = &block->mdct_coef[ch][cpl_start]; in apply_channel_coupling()164 CoefType v = block->mdct_coef[ch][i+j]; in apply_channel_coupling()350 sum_square_butterfly(s, sum, block->mdct_coef[1] + start, in compute_rematrixing_strategy()351 block->mdct_coef[2] + start, end - start); in compute_rematrixing_strategy()
127 CoefType **mdct_coef; ///< MDCT coefficients member
2139 av_freep(&block->mdct_coef); in ff_ac3_encode_close()2449 if (!FF_ALLOCZ_TYPED_ARRAY(block->mdct_coef, channels) || in allocate_buffers()2478 … block->mdct_coef[ch] = &s->mdct_coef_buffer [AC3_MAX_COEFS * (s->num_blocks * ch + blk)]; in allocate_buffers()2498 block->fixed_coef[ch] = (int32_t *)block->mdct_coef[ch]; in allocate_buffers()