• Home
  • Raw
  • Download

Lines Matching refs:lfe

76    int lfe;  member
973 int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc, in dynalloc_analysis() argument
1037 if (effectiveBytes > 50 && LM>=1 && !lfe) in dynalloc_analysis()
1301 int lfe, int has_surround_mask, opus_val16 surround_masking, in compute_vbr() argument
1350 if (analysis->valid && !lfe) in compute_vbr()
1368 if (has_surround_mask&&!lfe) in compute_vbr()
1388 if ((!has_surround_mask||lfe) && constrained_vbr) in compute_vbr()
1664 …enabled = ((st->lfe&&nbAvailableBytes>3) || nbAvailableBytes>12*C) && !hybrid && !silence && !st->… in celt_encode_with_ec()
1693 if (st->complexity >= 1 && !st->lfe) in celt_encode_with_ec()
1734 if (st->lfe) in celt_encode_with_ec()
1747 if (!hybrid&&st->energy_mask&&!st->lfe) in celt_encode_with_ec()
1821 if (!st->lfe) in celt_encode_with_ec()
1849 …if (LM>0 && ec_tell(enc)+3<=total_bits && !isTransient && st->complexity>=5 && !st->lfe && !hybrid) in celt_encode_with_ec()
1873 enable_tf_analysis = effectiveBytes>=15*C && !hybrid && st->complexity>=2 && !st->lfe; in celt_encode_with_ec()
1881 …eBands, LM, effectiveBytes, &tot_boost, st->lfe, surround_dynalloc, &st->analysis, importance, spr… in celt_encode_with_ec()
1929 &st->delayedIntra, st->complexity >= 4, st->loss_rate, st->lfe); in celt_encode_with_ec()
1935 if (st->lfe) in celt_encode_with_ec()
1980 if (st->lfe) in celt_encode_with_ec()
2040 if (start > 0 || st->lfe) in celt_encode_with_ec()
2081 st->lfe, st->energy_mask!=NULL, surround_masking, in celt_encode_with_ec()
2192 if (st->lfe) in celt_encode_with_ec()
2587 st->lfe = value; in opus_custom_encoder_ctl()