Home | History | Annotate | Download | only in celt

Lines Matching defs:complexity

150    int complexity;
278 st->complexity = 5;
1126 if (nbAvailableBytes>12*C && st->start==0 && !silence && !st->disable_pf && st->complexity >= 5)
1236 if (st->complexity > 1)
1286 &st->delayedIntra, st->complexity >= 4, st->loss_rate);
1292 if (shortBlocks || st->complexity < 3
1295 if (st->complexity == 0)
1774 st->complexity = value;