Lines Matching refs:CPL_CH
482 bin = s->start_freq[CPL_CH]; in calc_transform_coeffs_cpl()
491 MULH(s->fixed_coeffs[CPL_CH][bin] * (1 << 4), cpl_coord); in calc_transform_coeffs_cpl()
526 int dither = (ch_index == CPL_CH) || s->dither_flag[ch_index]; in ac3_decode_transform_coeffs_ch()
605 for (i = s->start_freq[CPL_CH]; i < s->end_freq[CPL_CH]; i++) { in remove_dithering()
606 if (!s->bap[CPL_CH][i]) in remove_dithering()
648 decode_transform_coeffs_ch(s, blk, CPL_CH, &m); in decode_transform_coeffs()
652 end = s->end_freq[CPL_CH]; in decode_transform_coeffs()
1006 s->start_freq[CPL_CH] = cpl_start_subband * 12 + 37; in coupling_strategy()
1007 s->end_freq[CPL_CH] = cpl_end_subband * 12 + 37; in coupling_strategy()
1163 if (cpl_in_use && s->start_freq[CPL_CH] <= 61) { in decode_audio_block()
1164 s->num_rematrixing_bands -= 1 + (s->start_freq[CPL_CH] == 37); in decode_audio_block()
1192 s->end_freq[ch] = s->start_freq[CPL_CH]; in decode_audio_block()
1209 if (cpl_in_use && s->exp_strategy[blk][CPL_CH] != EXP_REUSE) { in decode_audio_block()
1210 s->num_exp_groups[CPL_CH] = (s->end_freq[CPL_CH] - s->start_freq[CPL_CH]) / in decode_audio_block()
1211 (3 << (s->exp_strategy[blk][CPL_CH] - 1)); in decode_audio_block()
1223 if (ch != CPL_CH && ch != s->lfe_ch) in decode_audio_block()
1304 bit_alloc_stages[CPL_CH] = FFMAX(bit_alloc_stages[CPL_CH], 2); in decode_audio_block()