Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c1437 int nbFilledBytes, nbAvailableBytes; in celt_encode_with_ec() local
1517 nbFilledBytes=0; in celt_encode_with_ec()
1521 nbFilledBytes=(tell+4)>>3; in celt_encode_with_ec()
1552 nbAvailableBytes = nbCompressedBytes - nbFilledBytes; in celt_encode_with_ec()
1572 effectiveBytes = nbCompressedBytes - nbFilledBytes; in celt_encode_with_ec()
1604 nbCompressedBytes = nbFilledBytes+max_allowed; in celt_encode_with_ec()
1639 effectiveBytes=nbCompressedBytes=IMIN(nbCompressedBytes, nbFilledBytes+2); in celt_encode_with_ec()