Searched refs:nbFilledBytes (Results 1 – 1 of 1) sorted by relevance
1376 int nbFilledBytes, nbAvailableBytes; in celt_encode_with_ec() local1455 nbFilledBytes=0; in celt_encode_with_ec()1459 nbFilledBytes=(tell+4)>>3; in celt_encode_with_ec()1490 nbAvailableBytes = nbCompressedBytes - nbFilledBytes; in celt_encode_with_ec()1510 effectiveBytes = nbCompressedBytes - nbFilledBytes; in celt_encode_with_ec()1542 nbCompressedBytes = nbFilledBytes+max_allowed; in celt_encode_with_ec()1577 effectiveBytes=nbCompressedBytes=IMIN(nbCompressedBytes, nbFilledBytes+2); in celt_encode_with_ec()