Lines Matching refs:nbAvailableBytes
1166 …_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()
1668 …r_mem, CC, N, prefilter_tapset, &pitch_index, &gain1, &qg, enabled, nbAvailableBytes, &st->analysi… in celt_encode_with_ec()
1928 C, LM, nbAvailableBytes, st->force_intra, in celt_encode_with_ec()
1947 } else if (shortBlocks || st->complexity < 3 || nbAvailableBytes < 10*C) in celt_encode_with_ec()
2110 nbAvailableBytes = (target+(1<<(BITRES+2)))>>(BITRES+3); in celt_encode_with_ec()
2111 nbAvailableBytes = IMAX(min_allowed,nbAvailableBytes); in celt_encode_with_ec()
2112 nbAvailableBytes = IMIN(nbCompressedBytes,nbAvailableBytes); in celt_encode_with_ec()
2117 target=nbAvailableBytes<<(BITRES+3); in celt_encode_with_ec()
2126 nbAvailableBytes = 2; in celt_encode_with_ec()
2155 nbAvailableBytes += silence?0:adjust; in celt_encode_with_ec()
2159 nbCompressedBytes = IMIN(nbCompressedBytes,nbAvailableBytes); in celt_encode_with_ec()