Searched refs:nbFilledBytes (Results 1 – 1 of 1) sorted by relevance
1275 int nbFilledBytes, nbAvailableBytes; in celt_encode_with_ec() local1346 nbFilledBytes=0; in celt_encode_with_ec()1349 nbFilledBytes=(tell+4)>>3; in celt_encode_with_ec()1380 nbAvailableBytes = nbCompressedBytes - nbFilledBytes; in celt_encode_with_ec()1431 nbCompressedBytes = nbFilledBytes+max_allowed; in celt_encode_with_ec()1466 effectiveBytes=nbCompressedBytes=IMIN(nbCompressedBytes, nbFilledBytes+2); in celt_encode_with_ec()1867 min_allowed = ((tell+total_boost+(1<<(BITRES+3))-1)>>(BITRES+3)) + 2 - nbFilledBytes; in celt_encode_with_ec()1871 nbAvailableBytes = IMIN(nbCompressedBytes,nbAvailableBytes+nbFilledBytes) - nbFilledBytes; in celt_encode_with_ec()1918 nbCompressedBytes = IMIN(nbCompressedBytes,nbAvailableBytes+nbFilledBytes); in celt_encode_with_ec()