Searched refs:min_allowed (Results 1 – 1 of 1) sorted by relevance
2060 opus_int32 min_allowed; in celt_encode_with_ec() local2103 min_allowed = ((tell+total_boost+(1<<(BITRES+3))-1)>>(BITRES+3)) + 2; in celt_encode_with_ec()2108 …min_allowed = IMAX(min_allowed, (tell0_frac+(37<<BITRES)+total_boost+(1<<(BITRES+3))-1)>>(BITRES+3… in celt_encode_with_ec()2111 nbAvailableBytes = IMAX(min_allowed,nbAvailableBytes); in celt_encode_with_ec()