HomeSort by relevance Sort by last modified time
    Searched refs:tuning (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/bison/lib/
hash.c 63 /* Tuning arguments, kept in a physically separate structure. */
64 const Hash_tuning *tuning; member in struct:hash_table
128 /* Use this to initialize or reset a TUNING structure to
479 hash_reset_tuning (Hash_tuning *tuning)
481 *tuning = default_tuning;
505 /* For the given hash TABLE, check the user supplied tuning structure for
507 Otherwise, definitively reset the TUNING field to some acceptable default
509 tuning arguments), and return false. */
514 const Hash_tuning *tuning = table->tuning; local
1072 const Hash_tuning *tuning = table->tuning; local
1174 const Hash_tuning *tuning = table->tuning; local
    [all...]
  /packages/apps/TV/tests/common/src/com/android/tv/input/
TunerHelper.java 67 if (!forRecording && !tuner.tuning) {
68 tuner.tuning = true;
96 if (tuner.channelUri.equals(channelUri) && tuner.tuning) {
109 candidate.tuning = false;
126 if (tuner.tuning) {
146 public boolean tuning; field in class:TunerHelper.Tuner
151 this.tuning = !forRecording;
  /external/sonivox/arm-wt-22k/lib_src/
eas_sndlib.h 187 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
eas_dlssynth.c 403 temp = pDLSArt->tuning + pChannel->staticPitch + pDLSRegion->wtRegion.tuning +
eas_mdls.c 370 0, /* Tuning: 0 cents */
    [all...]
eas_wtsynth.c 286 * and the RPN2 (coarse tuning) value. By using RPN2 as part of the
553 temp = pChannel->staticPitch + pWTRegion->tuning;
719 /* if this is not a drum channel, then add in the per-channel tuning */
    [all...]
  /external/eigen/bench/
spmv.cpp 154 double tuning = t.value(); local
160 std::cout << t.value()/repeats << "\t(" << tuning << ")\n"; local
  /external/libvpx/libvpx/vp8/common/
onyx.h 220 vp8e_tuning tuning; member in struct:__anon24679
  /compatibility/cdd/3_software/
3_12_tv-input-framework.md 73 * Configuring and tuning to third-party TIF-based inputs (if those inputs are supported)
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/
Android.mk 99 # Build tuning library
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/
Android.mk 116 # Build tuning library
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/
Android.mk 116 # Build tuning library
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/
Android.mk 99 # Build tuning library
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 434 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) vp8_activity_masking(cpi, x);
727 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) {
    [all...]
ethreading.c 153 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) vp8_activity_masking(cpi, x);
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 40 vp8e_tuning tuning; member in struct:vp8_extracfg
66 0, /* tuning*/
387 oxcf->tuning = vp8_cfg.tuning;
546 extra_cfg.tuning = CAST(VP8E_SET_TUNING, args);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 37 vp8e_tuning tuning; member in struct:vp9_extracfg
70 VP8_TUNE_PSNR, // tuning
268 // TODO(yaowu): remove this when ssim tuning is implemented for vp9
269 if (extra_cfg->tuning == VP8_TUNE_SSIM)
533 oxcf->tuning = extra_cfg->tuning;
763 extra_cfg.tuning = CAST(VP8E_SET_TUNING, args);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 260 vp8e_tuning tuning; member in struct:VP9EncoderConfig
  /external/dhcpcd-6.8.2/
configure 116 Fine tuning of the installation directories:
  /external/swiftshader/third_party/LLVM/projects/sample/
configure     [all...]
  /toolchain/binutils/binutils-2.25/etc/
configure     [all...]
  /external/fdlibm/
configure 778 Fine tuning of the installation directories:
    [all...]
  /external/bison/
maint.mk 552 _hash_struct = (struct )?\<[Hh]ash_(table|tuning)\>
    [all...]
  /external/fec/
configure 817 Fine tuning of the installation directories:
    [all...]
  /external/iputils/ninfod/
configure     [all...]

Completed in 715 milliseconds

1 2 3