Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c1008 … int prefilter_tapset, int *pitch, opus_val16 *gain, int *qgain, int enabled, int nbAvailableBytes) in run_prefilter() argument
1069 if (nbAvailableBytes<25) in run_prefilter()
1071 if (nbAvailableBytes<35) in run_prefilter()
1275 int nbFilledBytes, nbAvailableBytes; in celt_encode_with_ec() local
1380 nbAvailableBytes = nbCompressedBytes - nbFilledBytes; in celt_encode_with_ec()
1428 nbAvailableBytes); in celt_encode_with_ec()
1429 if(max_allowed < nbAvailableBytes) in celt_encode_with_ec()
1432 nbAvailableBytes = max_allowed; in celt_encode_with_ec()
1468 nbAvailableBytes=2; in celt_encode_with_ec()
1487 …enabled = ((st->lfe&&nbAvailableBytes>3) || nbAvailableBytes>12*C) && st->start==0 && !silence && … 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,