Searched refs:lfe (Results 1 - 4 of 4) sorted by relevance

/external/libopus/celt/
H A Dquant_bands.h54 int two_pass, int loss_rate, int lfe);
H A Dquant_bands.c160 int C, int LM, int intra, opus_val16 max_decay, int lfe)
225 if (lfe && i>=2)
258 return lfe ? 0 : badness;
264 int force_intra, opus_val32 *delayedIntra, int two_pass, int loss_rate, int lfe)
294 if (lfe)
305 tell, e_prob_model[LM][1], error_intra, enc, C, LM, 1, max_decay, lfe);
336 tell, e_prob_model[LM][intra], error, enc, C, LM, 0, max_decay, lfe);
156 quant_coarse_energy_impl(const CELTMode *m, int start, int end, const opus_val16 *eBands, opus_val16 *oldEBands, opus_int32 budget, opus_int32 tell, const unsigned char *prob_model, opus_val16 *error, ec_enc *enc, int C, int LM, int intra, opus_val16 max_decay, int lfe) argument
261 quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd, const opus_val16 *eBands, opus_val16 *oldEBands, opus_uint32 budget, opus_val16 *error, ec_enc *enc, int C, int LM, int nbAvailableBytes, int force_intra, opus_val32 *delayedIntra, int two_pass, int loss_rate, int lfe) argument
H A Dcelt_encoder.c78 int lfe; member in struct:OpusCustomEncoder
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)
889 dynalloc_analysis(const opus_val16 *bandLogE, const opus_val16 *bandLogE2, int nbEBands, int start, int end, int C, int *offsets, int lsb_depth, const opus_int16 *logN, int isTransient, int vbr, int constrained_vbr, const opus_int16 *eBands, int LM, int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc) argument
1132 compute_vbr(const CELTMode *mode, AnalysisInfo *analysis, opus_int32 base_target, int LM, opus_int32 bitrate, int lastCodedBands, int C, int intensity, int constrained_vbr, opus_val16 stereo_saving, int tot_boost, opus_val16 tf_estimate, int pitch_change, opus_val16 maxDepth, int variable_duration, int lfe, int has_surround_mask, opus_val16 surround_masking, opus_val16 temporal_vbr) argument
[all...]
/external/libopus/src/
H A Dopus_encoder.c82 int lfe; member in struct:OpusEncoder
1167 if (st->lfe)
1329 if (st->lfe)
1493 if (st->energy_masking && st->use_vbr && !st->lfe)
2451 st->lfe = value;

Completed in 430 milliseconds