• Home
  • Raw
  • Download

Lines Matching refs:nbAvailableBytes

1008 … 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()
1491 … in, prefilter_mem, CC, N, prefilter_tapset, &pitch_index, &gain1, &qg, enabled, nbAvailableBytes); in celt_encode_with_ec()
1718 C, LM, nbAvailableBytes, st->force_intra, in celt_encode_with_ec()
1729 } else if (shortBlocks || st->complexity < 3 || nbAvailableBytes < 10*C || st->start != 0) in celt_encode_with_ec()
1869 nbAvailableBytes = (target+(1<<(BITRES+2)))>>(BITRES+3); in celt_encode_with_ec()
1870 nbAvailableBytes = IMAX(min_allowed,nbAvailableBytes); in celt_encode_with_ec()
1871 nbAvailableBytes = IMIN(nbCompressedBytes,nbAvailableBytes+nbFilledBytes) - nbFilledBytes; in celt_encode_with_ec()
1876 target=nbAvailableBytes<<(BITRES+3); in celt_encode_with_ec()
1885 nbAvailableBytes = 2; in celt_encode_with_ec()
1914 nbAvailableBytes += silence?0:adjust; in celt_encode_with_ec()
1918 nbCompressedBytes = IMIN(nbCompressedBytes,nbAvailableBytes+nbFilledBytes); in celt_encode_with_ec()