Searched refs:max_allowed (Results 1 – 2 of 2) sorted by relevance
64 max_allowed = self.max_procs - len(self.pid_map)66 for i in xrange(min(max_allowed, max_able)):
1490 opus_int32 max_allowed; in celt_encode_with_ec() local1496 max_allowed = IMIN(IMAX(tell==1?2:0, in celt_encode_with_ec()1499 if(max_allowed < nbAvailableBytes) in celt_encode_with_ec()1501 nbCompressedBytes = nbFilledBytes+max_allowed; in celt_encode_with_ec()1502 nbAvailableBytes = max_allowed; in celt_encode_with_ec()