Lines Matching refs:CPL_CH
329 block->end_freq[ch] = s->start_freq[CPL_CH]; in ff_ac3_compute_coupling_strategy()
439 if (ch == CPL_CH) { in compute_exp_strategy()
453 …if (ch == CPL_CH && exp_diff > (EXP_DIFF_THRESHOLD * (s->blocks[blk].end_freq[ch] - s->start_freq[… in compute_exp_strategy()
455 else if (ch > CPL_CH && exp_diff > EXP_DIFF_THRESHOLD) in compute_exp_strategy()
574 cpl = (ch == CPL_CH); in encode_exponents()
624 int cpl = (ch == CPL_CH); in count_exponent_bits()
660 cpl = (ch == CPL_CH); in ac3_group_exponents()
1093 if (ch == CPL_CH && !block->cpl_in_use) in count_mantissa_bits_update_ch()
1379 ch = CPL_CH; in ac3_quantize_mantissas()
1386 if (ch == CPL_CH) in ac3_quantize_mantissas()
1492 start_sub = (s->start_freq[CPL_CH] - 37) / 12; in output_audio_block()
1551 int cpl = (ch == CPL_CH); in output_audio_block()
1618 ch = CPL_CH; in output_audio_block()
1635 if (ch == CPL_CH) in output_audio_block()
2412 s->start_freq[CPL_CH] = cpl_start_band * 12 + 37; in set_bandwidth()
2415 s->blocks[blk].end_freq[CPL_CH] = s->cpl_end_freq; in set_bandwidth()