Home
last modified time | relevance | path

Searched refs:tuning (Results 1 – 25 of 96) sorted by relevance

1234

/external/bison/lib/
Dhash.c64 const Hash_tuning *tuning; member
479 hash_reset_tuning (Hash_tuning *tuning) in hash_reset_tuning() argument
481 *tuning = default_tuning; in hash_reset_tuning()
514 const Hash_tuning *tuning = table->tuning; in check_tuning() local
516 if (tuning == &default_tuning) in check_tuning()
526 if (epsilon < tuning->growth_threshold in check_tuning()
527 && tuning->growth_threshold < 1 - epsilon in check_tuning()
528 && 1 + epsilon < tuning->growth_factor in check_tuning()
529 && 0 <= tuning->shrink_threshold in check_tuning()
530 && tuning->shrink_threshold + epsilon < tuning->shrink_factor in check_tuning()
[all …]
/external/sonivox/arm-wt-22k/lib_src/
Deas_sndlib.h187 EAS_I16 tuning; member
227 EAS_I16 tuning; member
252 EAS_I16 tuning; member
Deas_dlssynth.c403 temp = pDLSArt->tuning + pChannel->staticPitch + pDLSRegion->wtRegion.tuning + in DLS_UpdateVoice()
/external/eigen/bench/
Dspmv.cpp154 double tuning = t.value(); in main() local
160 std::cout << t.value()/repeats << "\t(" << tuning << ")\n"; in main()
/external/clang/test/Modules/
DDebugInfoTransitiveImport.m4 // RUN: %s -mllvm -debug-only=pchcontainer -debugger-tuning=lldb 2>&1 | FileCheck %s
Ddebug-info-moduleimport.m8 …che-path=%t %s -I %S/Inputs -isysroot /tmp/.. -I %t -emit-llvm -debugger-tuning=lldb -o - | FileCh…
/external/jemalloc/
DREADME6 such as heap profiling, Valgrind integration, and extensive monitoring/tuning
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md50 Tuning capability activation control; see section [req-disabling] in [req-tuning].
105 All of the following APIs implement the Tuning requirement; see section [req-tuning]
Drequirements.md780 the tuning interface. The reference implementation supports it.</why>
848 possible (tuning mode)</ko>
902 <why>To enable a fast modify-update-test cycle during tuning.
921 <why>In order to let the host system implement its own tuning mechanism.</why>
926 <note>User overwritten user action could be a log out, leaving some tuning mode,
932 A PF tuning capability **MAY** be disabled in a context where no tuning is needed.
934 tuning).</why>
946 This command line interface **SHOULD** support all tuning and introspection ability.
947 <why>In order to be used in scripting and live tuning/debugging on an embedded
/external/parameter-framework/upstream/bindings/python/
DREADME.md7 also access most of the tuning interface.
/external/ltp/include/mk/
Dfeatures.mk.default2 # features.mk.default - feature tuning include Makefile.
Dfeatures.mk.in2 # features.mk.in - feature tuning include Makefile.
/external/skia/
DDoxyfile37 # Good class diagrams require graphviz, but also more parameter tuning and
/external/libvpx/libvpx/vp8/common/
Donyx.h220 vp8e_tuning tuning; member
/external/parameter-framework/upstream/test/functional-tests/
Dplan.md62 * GIVEN config files with tuning enabled on a valid port
67 * GIVEN config files with tuning enabled on an invalid port (0?)
72 * GIVEN config files with tuning enabled on an invalid port (0?)
396 - tuning mode
/external/liblzf/
DChanges98 - very very slight tuning of the hashing function.
133 - much better fine-tuning, faster and better than 0.1.
/external/llvm/test/DebugInfo/X86/
Ddebugger-tune.ll1 ; Verify target-based defaults for "debugger tuning," and the ability to
Ddwarf-linkage-names.ll2 ; PS4 triple or when tuning for SCE.
/external/llvm/test/DebugInfo/Generic/
Dlinkage-name-abstract.ll4 ; Verify tuning for SCE gets us Abstract only.
/external/autotest/client/tests/stress/
Dcontrol10 which a system administrator wishes to perform tuning activities, a kernel or
/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c434 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) vp8_activity_masking(cpi, x); in encode_mb_row()
727 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) { in vp8_encode_frame()
1092 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) { in vp8cx_encode_intra_macroblock()
1178 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) { in vp8cx_encode_inter_macroblock()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c40 vp8e_tuning tuning; member
387 oxcf->tuning = vp8_cfg.tuning; in set_vp8e_config()
546 extra_cfg.tuning = CAST(VP8E_SET_TUNING, args); in set_tuning()
/external/llvm/test/Transforms/GuardWidening/
Dbasic.ll100 ; condition loop invariant. This behavior may require some tuning in
164 ; heuristic can use some tuning.
193 ; tuning.
/external/libvorbis/
DCHANGES80 * merges tuning improvements from Aoyumi's aoTuV with fixups
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c37 vp8e_tuning tuning; member
269 if (extra_cfg->tuning == VP8_TUNE_SSIM) in validate_config()
533 oxcf->tuning = extra_cfg->tuning; in set_encoder_config()
763 extra_cfg.tuning = CAST(VP8E_SET_TUNING, args); in ctrl_set_tuning()

1234