Lines Matching refs:complexity
67 int complexity;
192 st->complexity = 5;
297 /* Grouping by two to reduce complexity */
1488 && st->complexity >= 5 && !(st->consec_transient && LM!=3 && st->variable_duration==OPUS_FRAMESIZE_VARIABLE);
1516 if (st->complexity >= 1 && !st->lfe)
1534 secondMdct = shortBlocks && st->complexity>=8;
1667 if (LM>0 && ec_tell(enc)+3<=total_bits && !isTransient && st->complexity>=5 && !st->lfe)
1693 if (effectiveBytes>=15*C && st->start==0 && st->complexity>=2 && !st->lfe)
1719 &st->delayedIntra, st->complexity >= 4, st->loss_rate, st->lfe);
1729 } else if (shortBlocks || st->complexity < 3 || nbAvailableBytes < 10*C || st->start != 0)
1731 if (st->complexity == 0)
2188 st->complexity = value;