Home
last modified time | relevance | path

Searched refs:fast_mode (Results 1 – 14 of 14) sorted by relevance

/external/autotest/site_utils/
Dtest_runner_utils.py272 results_directory, fast_mode, argument
301 fast_mode=fast_mode, ssh_verbosity=ssh_verbosity,
311 def run_job(job, host, autotest_path, results_directory, fast_mode, argument
360 fast_mode=fast_mode, ssh_verbosity=ssh_verbosity,
497 def perform_local_run(afe, autotest_path, tests, remote, fast_mode, argument
556 results_directory, fast_mode,
616 fast_mode, job_id_digits, ssh_verbosity, ssh_options, args,
764 iterations=1, fast_mode=False, debug=False, argument
820 codes = perform_local_run(afe, autotest_path, tests, remote, fast_mode,
Dtest_runner_utils_unittest.py178 fast_mode = False
248 job1, remote, autotest_path,results_dir, fast_mode, id_digits,
253 job2, remote, autotest_path, results_dir, fast_mode, id_digits,
268 fast_mode = False
333 results_dir, fast_mode,
343 fast_mode,
354 afe, autotest_path, ['suite:'+suite_name], remote, fast_mode,
Dtest_that.py302 fast_mode=arguments.fast_mode, debug=arguments.debug,
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daccelerate.cc49 bool fast_mode, in CheckCriteriaAndStretch() argument
53 const int correlation_threshold = fast_mode ? 8192 : kCorrelationThreshold; in CheckCriteriaAndStretch()
61 if (fast_mode) { in CheckCriteriaAndStretch()
Dtime_stretch.h61 bool fast_mode,
82 bool fast_mode,
Dtime_stretch_unittest.cc78 size_t TestAccelerate(size_t loops, bool fast_mode) { in TestAccelerate() argument
84 UpdateReturnStats(accelerate.Process(Next30Ms(), block_size_, fast_mode, in TestAccelerate()
Dtime_stretch.cc25 bool fast_mode, in Process() argument
144 active_speech, fast_mode, output); in Process()
Daccelerate.h64 bool fast_mode,
/external/autotest/server/
Dautoserv_utils.py21 write_pidfile=True, fast_mode=False, argument
118 if fast_mode:
/external/libaom/libaom/av1/encoder/
Dencodetxb.h81 int sharpness, int fast_mode);
Dencodemb.h69 const TXB_CTX *const txb_ctx, int fast_mode, int *rate_cost);
Dencodetxb.c1043 int fast_mode, int *rate_cost) { argument
1044 (void)fast_mode;
1152 int fast_mode, int *rate_cost) { argument
1167 txb_eob_costs, p, block, fast_mode, rate_cost);
1175 int fast_mode, int *rate_cost) { argument
1294 txb_eob_costs, p, block, fast_mode, rate_cost);
1656 int sharpness, int fast_mode) { argument
1669 if (fast_mode) {
1750 for (; si >= 0 && nz_num <= max_nz_num && !fast_mode; --si) { \
1815 TXB_CTX *txb_ctx, int fast_mode, int *rate_cost) { argument
[all …]
Dencodemb.c101 const TXB_CTX *const txb_ctx, int fast_mode, in av1_optimize_b() argument
115 rate_cost, cpi->oxcf.sharpness, fast_mode); in av1_optimize_b()
/external/python/cpython3/Modules/
Ditertoolsmodule.c3962 int fast_mode; in count_new() local
3979 fast_mode = (long_cnt == NULL || PyLong_Check(long_cnt)) && in count_new()
3984 if (fast_mode) { in count_new()
3989 fast_mode = 0; in count_new()
4006 if (fast_mode) { in count_new()
4010 fast_mode = 0; in count_new()
4016 if (fast_mode) in count_new()
4021 assert((cnt != PY_SSIZE_T_MAX && long_cnt == NULL && fast_mode) || in count_new()
4022 (cnt == PY_SSIZE_T_MAX && long_cnt != NULL && !fast_mode)); in count_new()
4023 assert(!fast_mode || in count_new()