HomeSort by relevance Sort by last modified time
    Searched refs:lfe (Results 1 - 4 of 4) sorted by null

  /external/libopus/celt/
quant_bands.h 54 int two_pass, int loss_rate, int lfe);
quant_bands.c 160 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);
celt_encoder.c 78 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)
    [all...]
  /external/libopus/src/
opus_encoder.c 82 int lfe; member in struct:OpusEncoder
    [all...]

Completed in 261 milliseconds