Home
last modified time | relevance | path

Searched refs:quanta (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dbase64.py148 quanta, leftover = divmod(len(s), 5)
152 quanta += 1
153 for i in range(quanta):
203 quanta, leftover = divmod(len(s), 8)
/external/python/cpython3/Lib/
Dbase64.py225 quanta = s[i: i + 8]
228 for c in quanta:
/external/libopus/celt/
Dcelt_decoder.c993 int width, quanta; local
999 quanta = IMIN(width<<BITRES, IMAX(6<<BITRES, width));
1009 boost += quanta;
1010 total_bits -= quanta;
Dcelt_encoder.c1921 int width, quanta; in celt_encode_with_ec() local
1928 quanta = IMIN(width<<BITRES, IMAX(6<<BITRES, width)); in celt_encode_with_ec()
1940 boost += quanta; in celt_encode_with_ec()
1941 total_boost += quanta; in celt_encode_with_ec()
/external/jline/src/src/test/resources/jline/example/
Denglish.gz