Lines Matching refs:end_freq
383 block->end_freq[ch] = s->start_freq[CPL_CH];
385 block->end_freq[ch] = s->bandwidth_code * 3 + 73;
410 nb_coefs = FFMIN(block->end_freq[1], block->end_freq[2]);
507 if (ch == CPL_CH && exp_diff > (EXP_DIFF_THRESHOLD * (s->blocks[blk].end_freq[ch] - s->start_freq[ch]) / AC3_MAX_COEFS))
637 nb_coefs = block->end_freq[ch] - s->start_freq[ch];
679 int nb_coefs = block->end_freq[ch] - s->start_freq[ch];
716 nb_groups = exponent_group_tab[cpl][exp_strategy-1][block->end_freq[ch]-s->start_freq[ch]];
1074 block->end_freq[ch], block->psd[ch],
1077 s->start_freq[ch], block->end_freq[ch],
1151 FFMIN(end, block->end_freq[ch]) - start);
1202 s->start_freq[ch], block->end_freq[ch],
1325 * @param end_freq ending coefficient bin
1330 int end_freq)
1334 for (i = start_freq; i < end_freq; i++) {
1440 s->start_freq[ch], block->end_freq[ch]);
1615 nb_groups = exponent_group_tab[cpl][s->exp_strategy[ch][blk]-1][block->end_freq[ch]-s->start_freq[ch]];
1676 for (i = s->start_freq[ch]; i < block->end_freq[ch]; i++) {
2426 s->blocks[blk].end_freq[ch] = s->bandwidth_code * 3 + 73;
2432 s->blocks[blk].end_freq[ch] = 7;
2473 s->blocks[blk].end_freq[CPL_CH] = s->cpl_end_freq;