Lines Matching refs:cpl
543 * @param cpl indicates if the block is in the coupling channel
546 int cpl)
550 nb_groups = exponent_group_tab[cpl][exp_strategy-1][nb_exps] * 3;
555 for (i = 1, k = 1-cpl; i <= nb_groups; i++) {
559 exp[i-cpl] = exp_min;
564 for (i = 1, k = 1-cpl; i <= nb_groups; i++) {
572 exp[i-cpl] = exp_min;
579 if (!cpl && exp[0] > 15)
590 if (cpl)
596 for (i = nb_groups, k = (nb_groups * 2)-cpl; i > 0; i--) {
597 uint8_t exp1 = exp[i-cpl];
603 for (i = nb_groups, k = (nb_groups * 4)-cpl; i > 0; i--) {
604 exp[k] = exp[k-1] = exp[k-2] = exp[k-3] = exp[i-cpl];
620 int blk, blk1, ch, cpl;
628 cpl = (ch == CPL_CH);
632 if (cpl && !block->cpl_in_use) {
653 encode_exponents_blk_ch(exp, nb_coefs, exp_strategy[blk], cpl);
678 int cpl = (ch == CPL_CH);
684 nb_groups = exponent_group_tab[cpl][exp_strategy-1][nb_coefs];
702 int blk, ch, i, cpl;
714 cpl = (ch == CPL_CH);
716 nb_groups = exponent_group_tab[cpl][exp_strategy-1][block->end_freq[ch]-s->start_freq[ch]];
717 p = block->exp[ch] + s->start_freq[ch] - cpl;
1606 int cpl = (ch == CPL_CH);
1612 put_bits(&s->pb, 4, block->grouped_exp[ch][0] >> cpl);
1615 nb_groups = exponent_group_tab[cpl][s->exp_strategy[ch][blk]-1][block->end_freq[ch]-s->start_freq[ch]];
1620 if (ch != s->lfe_channel && !cpl)