Lines Matching defs:lfe
78 int lfe;
892 int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc)
920 if (effectiveBytes > 50 && LM>=1 && !lfe)
1136 int variable_duration, int lfe, int has_surround_mask, opus_val16 surround_masking,
1186 if (analysis->valid && !lfe)
1201 if (has_surround_mask&&!lfe)
1219 if ((!has_surround_mask||lfe) && (constrained_vbr || bitrate<64000))
1487 enabled = ((st->lfe&&nbAvailableBytes>3) || nbAvailableBytes>12*C) && st->start==0 && !silence && !st->disable_pf
1516 if (st->complexity >= 1 && !st->lfe)
1550 if (st->lfe)
1564 if (st->start==0&&st->energy_mask&&!st->lfe)
1637 /* Temporal VBR (but not for LFE) */
1638 if (!st->lfe)
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);
1725 if (st->lfe)
1765 eBands, LM, effectiveBytes, &tot_boost, st->lfe, surround_dynalloc);
1766 /* For LFE, everything interesting is in the first band */
1767 if (st->lfe)
1827 if (st->lfe)
1857 st->variable_duration, st->lfe, st->energy_mask!=NULL, surround_masking,
1951 if (st->lfe)
2333 st->lfe = value;