Home
last modified time | relevance | path

Searched refs:tuning (Results 1 – 25 of 92) 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-hybrid-22k/lib_src/
Deas_sndlib.h187 EAS_I16 tuning; member
227 EAS_I16 tuning; member
252 EAS_I16 tuning; member
/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/sonivox/arm-fm-22k/lib_src/
Deas_sndlib.h187 EAS_I16 tuning; member
227 EAS_I16 tuning; member
252 EAS_I16 tuning; member
/external/eigen/bench/
Dspmv.cpp154 double tuning = t.value(); in main() local
160 std::cout << t.value()/repeats << "\t(" << tuning << ")\n"; in main()
/external/chromium-trace/trace-viewer/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/chromium_org/third_party/skia/
DDoxyfile35 # Good class diagrams require graphviz, but also more parameter tuning and
/external/skia/
DDoxyfile35 # Good class diagrams require graphviz, but also more parameter tuning and
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
Donyx.h219 vp8e_tuning tuning; member
/external/libvpx/libvpx/vp8/common/
Donyx.h219 vp8e_tuning tuning; member
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c34 vp8e_tuning tuning; member
205 if (extra_cfg->tuning == VP8_TUNE_SSIM) in validate_config()
363 oxcf->tuning = extra_cfg->tuning; in set_encoder_config()
494 MAP(VP8E_SET_TUNING, extra_cfg.tuning); in ctrl_set_param()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
Dvp9_cx_iface.c34 vp8e_tuning tuning; member
210 if (extra_cfg->tuning == VP8_TUNE_SSIM) in validate_config()
373 oxcf->tuning = extra_cfg->tuning; in set_encoder_config()
503 MAP(VP8E_SET_TUNING, extra_cfg.tuning); in ctrl_set_param()
/external/liblzf/
DChanges98 - very very slight tuning of the hashing function.
133 - much better fine-tuning, faster and better than 0.1.
/external/jsoncpp/doc/
Droadmap.dox31 \section ms_perfo Performance tuning
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
Dvp8_cx_iface.c35 vp8e_tuning tuning; member
408 oxcf->tuning = vp8_cfg.tuning; in set_vp8e_config()
522 MAP(VP8E_SET_TUNING, xcfg.tuning); in set_param()
/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c477 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in encode_mb_row()
774 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in vp8_encode_frame()
1174 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in vp8cx_encode_intra_macroblock()
1271 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in vp8cx_encode_inter_macroblock()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c35 vp8e_tuning tuning; member
408 oxcf->tuning = vp8_cfg.tuning; in set_vp8e_config()
522 MAP(VP8E_SET_TUNING, xcfg.tuning); in set_param()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
Dencodeframe.c477 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in encode_mb_row()
774 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in vp8_encode_frame()
1174 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in vp8cx_encode_intra_macroblock()
1271 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in vp8cx_encode_inter_macroblock()
/external/libvorbis/
DCHANGES80 * merges tuning improvements from Aoyumi's aoTuV with fixups
/external/llvm/test/CodeGen/SystemZ/
Dloop-01.ll1 ; Test loop tuning.
/external/libvpx/libvpx/vp9/encoder/
Dvp9_onyx_int.h281 vp8e_tuning tuning; member
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_encoder.h285 vp8e_tuning tuning; member
/external/llvm/lib/Target/SystemZ/
DREADME.txt32 The tuning of the choice between LOAD ADDRESS (LA) and addition in

1234