• Home
  • Raw
  • Download

Lines Matching refs:lfe

78    int lfe;  member
892 int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc) in dynalloc_analysis() argument
920 if (effectiveBytes > 50 && LM>=1 && !lfe) in dynalloc_analysis()
1136 int variable_duration, int lfe, int has_surround_mask, opus_val16 surround_masking, in compute_vbr() argument
1186 if (analysis->valid && !lfe) in compute_vbr()
1201 if (has_surround_mask&&!lfe) in compute_vbr()
1219 if ((!has_surround_mask||lfe) && (constrained_vbr || bitrate<64000)) in compute_vbr()
1487 …enabled = ((st->lfe&&nbAvailableBytes>3) || nbAvailableBytes>12*C) && st->start==0 && !silence && … in celt_encode_with_ec()
1516 if (st->complexity >= 1 && !st->lfe) in celt_encode_with_ec()
1550 if (st->lfe) in celt_encode_with_ec()
1564 if (st->start==0&&st->energy_mask&&!st->lfe) in celt_encode_with_ec()
1638 if (!st->lfe) in celt_encode_with_ec()
1667 if (LM>0 && ec_tell(enc)+3<=total_bits && !isTransient && st->complexity>=5 && !st->lfe) in celt_encode_with_ec()
1693 if (effectiveBytes>=15*C && st->start==0 && st->complexity>=2 && !st->lfe) in celt_encode_with_ec()
1719 &st->delayedIntra, st->complexity >= 4, st->loss_rate, st->lfe); in celt_encode_with_ec()
1725 if (st->lfe) in celt_encode_with_ec()
1765 eBands, LM, effectiveBytes, &tot_boost, st->lfe, surround_dynalloc); in celt_encode_with_ec()
1767 if (st->lfe) in celt_encode_with_ec()
1827 if (st->lfe) in celt_encode_with_ec()
1857 st->variable_duration, st->lfe, st->energy_mask!=NULL, surround_masking, in celt_encode_with_ec()
1951 if (st->lfe) in celt_encode_with_ec()
2333 st->lfe = value; in opus_custom_encoder_ctl()