Home
last modified time | relevance | path

Searched refs:quanta (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dopus.c611 int quanta = ff_celt_freq_range[i] << (f->channels - 1) << f->size; in ff_celt_bitalloc() local
614 quanta = FFMIN(quanta << 3, FFMAX(6 << 3, quanta)); in ff_celt_bitalloc()
628 boost[i] += quanta; in ff_celt_bitalloc()
629 tbits_8ths -= quanta; in ff_celt_bitalloc()
/third_party/python/Lib/
H A Dbase64.py191 # Adjust for any leftover partial quanta
226 # Now decode the full quanta
230 quanta = s[i: i + 8]
233 for c in quanta:
238 # Process the last, partial quanta
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_bbr.c393 uint64_t quanta = 3 * cstat->send_quantum; in bbr_inflight() local
403 return (uint64_t)(gain * estimated_bdp) + quanta; in bbr_inflight()

Completed in 3 milliseconds