Home
last modified time | relevance | path

Searched refs:tuning (Results 1 – 25 of 86) 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/autotest/client/tests/kvm/autotest_control/
Dstress.control11 a system administrator wishes to perform tuning activities, a kernel or libc
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/
DREADME.md11 hand-tuning each function for maximum performance and encouraging efficient
/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/skia/
DDoxyfile37 # Good class diagrams require graphviz, but also more parameter tuning and
/external/parameter-framework/upstream/bindings/python/
DREADME.md7 also access most of the tuning interface.
/external/libvpx/libvpx/vp8/common/
Donyx.h231 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/autotest/client/tests/stress/
Dcontrol10 which a system administrator wishes to perform tuning activities, a kernel or
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c40 vp8e_tuning tuning; member
408 oxcf->tuning = vp8_cfg.tuning; in set_vp8e_config()
584 extra_cfg.tuning = CAST(VP8E_SET_TUNING, args); in set_tuning()
/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c479 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in encode_mb_row()
796 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in vp8_encode_frame()
1198 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in vp8cx_encode_intra_macroblock()
1293 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in vp8cx_encode_inter_macroblock()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c36 vp8e_tuning tuning; member
258 if (extra_cfg->tuning == VP8_TUNE_SSIM) in validate_config()
484 oxcf->tuning = extra_cfg->tuning; in set_encoder_config()
699 extra_cfg.tuning = CAST(VP8E_SET_TUNING, args); in ctrl_set_tuning()
/external/libvorbis/
DCHANGES80 * merges tuning improvements from Aoyumi's aoTuV with fixups
/external/llvm/test/CodeGen/SystemZ/
Dloop-01.ll1 ; Test loop tuning.
/external/llvm/lib/Target/SystemZ/
DREADME.txt32 The tuning of the choice between LOAD ADDRESS (LA) and addition in
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h235 vp8e_tuning tuning; member
/external/libexif/
DNEWS118 * Build system tuning

1234