Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Daccelerate.cc53 bool fast_mode, in CheckCriteriaAndStretch() argument
57 const int correlation_threshold = fast_mode ? 8192 : kCorrelationThreshold; in CheckCriteriaAndStretch()
65 if (fast_mode) { in CheckCriteriaAndStretch()
Dtime_stretch.h57 bool fast_mode,
78 bool fast_mode,
Dtime_stretch_unittest.cc75 size_t TestAccelerate(size_t loops, bool fast_mode) { in TestAccelerate() argument
81 UpdateReturnStats(accelerate.Process(Next30Ms(), block_size_, fast_mode, in TestAccelerate()
Dtime_stretch.cc26 bool fast_mode, in Process() argument
144 active_speech, fast_mode, output); in Process()
Daccelerate.h63 bool fast_mode,
/external/autotest/site_utils/
Dtest_runner_utils.py285 results_directory, fast_mode, argument
316 fast_mode=fast_mode, ssh_verbosity=ssh_verbosity,
327 def run_job(job, host, info, autotest_path, results_directory, fast_mode, argument
377 fast_mode=fast_mode, ssh_verbosity=ssh_verbosity,
521 fast_mode, argument
601 fast_mode,
669 fast_mode,
835 fast_mode=False, argument
899 fast_mode,
Dtest_runner_utils_unittest.py181 fast_mode = False
252 fast_mode,
266 fast_mode,
276 afe, autotest_path, ['suite:'+suite_name], remote, fast_mode,
Dtest_that.py328 fast_mode=arguments.fast_mode,
/external/autotest/server/
Dautoserv_utils.py23 write_pidfile=True, fast_mode=False, argument
135 if fast_mode:
/external/libaom/libaom/av1/encoder/
Dencodetxb.h86 int sharpness, int fast_mode);
Dencodetxb.c1158 int fast_mode, int *rate_cost) { argument
1159 (void)fast_mode;
1267 int fast_mode, int *rate_cost) { argument
1282 txb_eob_costs, p, block, fast_mode, rate_cost);
1290 int fast_mode, int *rate_cost) { argument
1409 txb_eob_costs, p, block, fast_mode, rate_cost);
1744 int sharpness, int fast_mode) { argument
1763 if (fast_mode) {
1845 for (; si >= 0 && nz_num <= max_nz_num && !fast_mode; --si) { \
1911 TXB_CTX *txb_ctx, int fast_mode, int *rate_cost) { argument
[all …]
Dencodemb.h81 const TXB_CTX *const txb_ctx, int fast_mode, int *rate_cost);
Dencodemb.c87 const TXB_CTX *const txb_ctx, int fast_mode, in av1_optimize_b() argument
101 rate_cost, cpi->oxcf.sharpness, fast_mode); in av1_optimize_b()
/external/python/cpython3/Modules/
Ditertoolsmodule.c4019 int fast_mode; in itertools_count_impl() local
4029 fast_mode = (long_cnt == NULL || PyLong_Check(long_cnt)) && in itertools_count_impl()
4034 if (fast_mode) { in itertools_count_impl()
4039 fast_mode = 0; in itertools_count_impl()
4056 if (fast_mode) { in itertools_count_impl()
4060 fast_mode = 0; in itertools_count_impl()
4066 if (fast_mode) in itertools_count_impl()
4071 assert((cnt != PY_SSIZE_T_MAX && long_cnt == NULL && fast_mode) || in itertools_count_impl()
4072 (cnt == PY_SSIZE_T_MAX && long_cnt != NULL && !fast_mode)); in itertools_count_impl()
4073 assert(!fast_mode || in itertools_count_impl()