Searched refs:tuning (Results 1 - 25 of 64) sorted by relevance

123

/external/bison/lib/
H A Dhash.c64 const Hash_tuning *tuning; member in struct:hash_table
479 hash_reset_tuning (Hash_tuning *tuning) argument
481 *tuning = default_tuning;
505 /* For the given hash TABLE, check the user supplied tuning structure for
509 tuning arguments), and return false. */
514 const Hash_tuning *tuning = table->tuning; local
516 if (tuning == &default_tuning)
526 if (epsilon < tuning->growth_threshold
527 && tuning
544 compute_bucket_size(size_t candidate, const Hash_tuning *tuning) argument
594 hash_initialize(size_t candidate, const Hash_tuning *tuning, Hash_hasher hasher, Hash_comparator comparator, Hash_data_freer data_freer) argument
1072 const Hash_tuning *tuning = table->tuning; local
1174 const Hash_tuning *tuning = table->tuning; local
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_sndlib.h187 EAS_I16 tuning; member in struct:s_dls_articulation_tag
227 EAS_I16 tuning; member in struct:s_wt_region_tag
252 EAS_I16 tuning; member in struct:s_fm_oper_tag
H A Deas_fmsynth.c371 * and the RPN2 (coarse tuning) value. By using RPN2 as part of the
540 /* if this is not a drum channel, then add in the per-channel tuning */
757 temp = pRegion->oper[operIndex].tuning +
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_sndlib.h187 EAS_I16 tuning; member in struct:s_dls_articulation_tag
227 EAS_I16 tuning; member in struct:s_wt_region_tag
252 EAS_I16 tuning; member in struct:s_fm_oper_tag
H A Deas_fmsynth.c371 * and the RPN2 (coarse tuning) value. By using RPN2 as part of the
540 /* if this is not a drum channel, then add in the per-channel tuning */
757 temp = pRegion->oper[operIndex].tuning +
H A Deas_wtsynth.c282 * and the RPN2 (coarse tuning) value. By using RPN2 as part of the
540 temp = pChannel->staticPitch + pWTRegion->tuning;
693 /* if this is not a drum channel, then add in the per-channel tuning */
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_sndlib.h187 EAS_I16 tuning; member in struct:s_dls_articulation_tag
227 EAS_I16 tuning; member in struct:s_wt_region_tag
252 EAS_I16 tuning; member in struct:s_fm_oper_tag
H A Deas_dlssynth.c403 temp = pDLSArt->tuning + pChannel->staticPitch + pDLSRegion->wtRegion.tuning +
H A Deas_wtsynth.c282 * and the RPN2 (coarse tuning) value. By using RPN2 as part of the
544 temp = pChannel->staticPitch + pWTRegion->tuning;
699 /* if this is not a drum channel, then add in the per-channel tuning */
H A Deas_mdls.c2312 pRgn->wtRegion.tuning = pWsmp->fineTune -(pWsmp->unityNote * 100) + ConvertSampleRate(pWsmp->sampleRate);
2383 pArt->tuning = pDLSArt->values[PARAM_TUNING];
2618 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002d , pRegion->tuning);
/external/eigen/bench/
H A Dspmv.cpp154 double tuning = t.value(); local
160 std::cout << t.value()/repeats << "\t(" << tuning << ")\n"; local
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h230 vp8e_tuning tuning; member in struct:__anon13063
/external/libvpx/libvpx/vp8/common/
H A Donyx.h219 vp8e_tuning tuning; member in struct:__anon24854
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c33 vp8e_tuning tuning; member in struct:vp9_extracfg
54 VP8_TUNE_PSNR, // tuning
221 // TODO(yaowu): remove this when ssim tuning is implemented for vp9
222 if (extra_cfg->tuning == VP8_TUNE_SSIM)
406 oxcf->tuning = extra_cfg->tuning;
611 extra_cfg.tuning = CAST(VP8E_SET_TUNING, args);
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c34 vp8e_tuning tuning; member in struct:vp9_extracfg
64 VP8_TUNE_PSNR, // tuning
204 // TODO(yaowu): remove this when ssim tuning is implemented for vp9
205 if (extra_cfg->tuning == VP8_TUNE_SSIM)
363 oxcf->tuning = extra_cfg->tuning;
494 MAP(VP8E_SET_TUNING, extra_cfg.tuning);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodeframe.c477 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
787 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
1187 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
1284 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
H A Dethreading.c161 if (cpi->oxcf.tuning == VP8_TUNE_SSIM)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c37 vp8e_tuning tuning; member in struct:vp8_extracfg
62 0, /* tuning*/
398 oxcf->tuning = vp8_cfg.tuning;
569 extra_cfg.tuning = CAST(VP8E_SET_TUNING, args);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h218 vp8e_tuning tuning; member in struct:VP9EncoderConfig
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeframe.c477 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
774 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
1174 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
1271 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
H A Dethreading.c161 if (cpi->oxcf.tuning == VP8_TUNE_SSIM)
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c35 vp8e_tuning tuning; member in struct:vp8_extracfg
70 0, /* tuning*/
408 oxcf->tuning = vp8_cfg.tuning;
522 MAP(VP8E_SET_TUNING, xcfg.tuning);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h281 vp8e_tuning tuning; member in struct:VP9_CONFIG
H A Dvp9_encodeframe.c1038 if (cpi->oxcf.tuning == VP8_TUNE_SSIM)
3266 if (cpi->oxcf.tuning == VP8_TUNE_SSIM)
3600 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) {
3607 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) {
/external/fdlibm/
H A Dconfigure778 Fine tuning of the installation directories:

Completed in 622 milliseconds

123