Home | History | Annotate | Download | only in celt

Lines Matching refs:nbAvailableBytes

1008       int prefilter_tapset, int *pitch, opus_val16 *gain, int *qgain, int enabled, int nbAvailableBytes)
1069 if (nbAvailableBytes<25)
1071 if (nbAvailableBytes<35)
1087 of the nbAvailableBytes check above.*/
1275 int nbFilledBytes, nbAvailableBytes;
1380 nbAvailableBytes = nbCompressedBytes - nbFilledBytes;
1428 nbAvailableBytes);
1429 if(max_allowed < nbAvailableBytes)
1432 nbAvailableBytes = max_allowed;
1468 nbAvailableBytes=2;
1487 enabled = ((st->lfe&&nbAvailableBytes>3) || nbAvailableBytes>12*C) && st->start==0 && !silence && !st->disable_pf
1491 pf_on = run_prefilter(st, in, prefilter_mem, CC, N, prefilter_tapset, &pitch_index, &gain1, &qg, enabled, nbAvailableBytes);
1501 of the nbAvailableBytes check above.*/
1718 C, LM, nbAvailableBytes, st->force_intra,
1729 } else if (shortBlocks || st->complexity < 3 || nbAvailableBytes < 10*C || st->start != 0)
1869 nbAvailableBytes = (target+(1<<(BITRES+2)))>>(BITRES+3);
1870 nbAvailableBytes = IMAX(min_allowed,nbAvailableBytes);
1871 nbAvailableBytes = IMIN(nbCompressedBytes,nbAvailableBytes+nbFilledBytes) - nbFilledBytes;
1876 target=nbAvailableBytes<<(BITRES+3);
1885 nbAvailableBytes = 2;
1914 nbAvailableBytes += silence?0:adjust;
1918 nbCompressedBytes = IMIN(nbCompressedBytes,nbAvailableBytes+nbFilledBytes);