Lines Matching full:lfe
77 int lfe;
933 int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc)
960 if (effectiveBytes > 50 && LM>=1 && !lfe)
1196 int variable_duration, int lfe, int has_surround_mask, opus_val16 surround_masking,
1246 if (analysis->valid && !lfe)
1264 if (has_surround_mask&&!lfe)
1282 if ((!has_surround_mask||lfe) && (constrained_vbr || bitrate<64000))
1561 enabled = ((st->lfe&&nbAvailableBytes>3) || nbAvailableBytes>12*C) && start==0 && !silence && !st->disable_pf
1590 if (st->complexity >= 1 && !st->lfe)
1624 if (st->lfe)
1637 if (start==0&&st->energy_mask&&!st->lfe)
1710 /* Temporal VBR (but not for LFE) */
1711 if (!st->lfe)
1739 if (LM>0 && ec_tell(enc)+3<=total_bits && !isTransient && st->complexity>=5 && !st->lfe)
1765 if (effectiveBytes>=15*C && start==0 && st->complexity>=2 && !st->lfe)
1791 &st->delayedIntra, st->complexity >= 4, st->loss_rate, st->lfe);
1797 if (st->lfe)
1837 eBands, LM, effectiveBytes, &tot_boost, st->lfe, surround_dynalloc);
1838 /* For LFE, everything interesting is in the first band */
1839 if (st->lfe)
1899 if (st->lfe)
1930 st->variable_duration, st->lfe, st->energy_mask!=NULL, surround_masking,
2024 if (st->lfe)
2390 st->lfe = value;