Searched refs:max_allowed (Results 1 – 3 of 3) sorted by relevance
/external/autotest/utils/ |
D | parallel.py | 64 max_allowed = self.max_procs - len(self.pid_map) 66 for i in xrange(min(max_allowed, max_able)):
|
/external/libopus/celt/ |
D | celt_encoder.c | 1420 opus_int32 max_allowed; in celt_encode_with_ec() local 1426 max_allowed = IMIN(IMAX(tell==1?2:0, in celt_encode_with_ec() 1429 if(max_allowed < nbAvailableBytes) in celt_encode_with_ec() 1431 nbCompressedBytes = nbFilledBytes+max_allowed; in celt_encode_with_ec() 1432 nbAvailableBytes = max_allowed; in celt_encode_with_ec()
|
/external/opencv3/modules/ts/src/ |
D | ts_perf.cpp | 425 …::Mat& actual, const cv::Mat& diff, double eps, double* max_violation = 0, double* max_allowed = 0) in countViolations() argument 439 if (v > 0 && max_violation != 0 && max_allowed != 0) in countViolations() 442 cv::minMaxIdx(maximum, 0, max_allowed, 0, loc, mask); in countViolations()
|