Home
last modified time | relevance | path

Searched refs:nbAvailableBytes (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/
Dcelt_encoder.c1166 …_tapset, int *pitch, opus_val16 *gain, int *qgain, int enabled, int nbAvailableBytes, AnalysisInfo… in run_prefilter() argument
1234 if (nbAvailableBytes<25) in run_prefilter()
1236 if (nbAvailableBytes<35) in run_prefilter()
1437 int nbFilledBytes, nbAvailableBytes; in celt_encode_with_ec() local
1552 nbAvailableBytes = nbCompressedBytes - nbFilledBytes; in celt_encode_with_ec()
1601 nbAvailableBytes); in celt_encode_with_ec()
1602 if(max_allowed < nbAvailableBytes) in celt_encode_with_ec()
1605 nbAvailableBytes = max_allowed; in celt_encode_with_ec()
1641 nbAvailableBytes=2; in celt_encode_with_ec()
1664 …enabled = ((st->lfe&&nbAvailableBytes>3) || nbAvailableBytes>12*C) && !hybrid && !silence && !st->… in celt_encode_with_ec()
[all …]
Dquant_bands.c263 opus_val16 *error, ec_enc *enc, int C, int LM, int nbAvailableBytes, in quant_coarse_energy() argument
277 …intra = force_intra || (!two_pass && *delayedIntra>2*C*(end-start) && nbAvailableBytes > (end-star… in quant_coarse_energy()
289 max_decay = MIN32(max_decay, SHL32(EXTEND32(nbAvailableBytes),DB_SHIFT-3)); in quant_coarse_energy()
291 max_decay = MIN32(max_decay, .125f*nbAvailableBytes); in quant_coarse_energy()
Dquant_bands.h53 int nbAvailableBytes, int force_intra, opus_val32 *delayedIntra,