Searched refs:max_allowed (Results 1 – 3 of 3) sorted by relevance
64 max_allowed = self.max_procs - len(self.pid_map)66 for i in xrange(min(max_allowed, max_able)):
1593 opus_int32 max_allowed; in celt_encode_with_ec() local1599 max_allowed = IMIN(IMAX(tell==1?2:0, in celt_encode_with_ec()1602 if(max_allowed < nbAvailableBytes) in celt_encode_with_ec()1604 nbCompressedBytes = nbFilledBytes+max_allowed; in celt_encode_with_ec()1605 nbAvailableBytes = max_allowed; in celt_encode_with_ec()
324 find_emit_vertex_visitor(int max_allowed) in find_emit_vertex_visitor() argument325 : max_stream_allowed(max_allowed), in find_emit_vertex_visitor()