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

1 2 3 4

  /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...]
  /external/sonivox/arm-fm-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_fmsynth.c 371 * 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/
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
  /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 +
  /external/eigen/bench/
spmv.cpp 154 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/
onyx.h 230 vp8e_tuning tuning; member in struct:__anon17688
  /external/libvpx/libvpx/vp8/common/
onyx.h 219 vp8e_tuning tuning; member in struct:__anon29465
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 219 vp8e_tuning tuning; member in struct:__anon40648
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 33 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);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 34 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);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 34 vp8e_tuning tuning; member in struct:vp9_extracfg
63 VP8_TUNE_PSNR, // tuning
202 // TODO(yaowu): remove this when ssim tuning is implemented for vp9
203 if (extra_cfg->tuning == VP8_TUNE_SSIM)
353 oxcf->tuning = extra_cfg->tuning;
484 MAP(VP8E_SET_TUNING, extra_cfg.tuning);
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/
Android.mk 113 # Build tuning library
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodeframe.c 477 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
787 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
    [all...]
ethreading.c 161 if (cpi->oxcf.tuning == VP8_TUNE_SSIM)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 37 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);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 218 vp8e_tuning tuning; member in struct:VP9EncoderConfig
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 477 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
774 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
    [all...]
ethreading.c 161 if (cpi->oxcf.tuning == VP8_TUNE_SSIM)
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 35 vp8e_tuning tuning; member in struct:vp8_extracfg
70 0, /* tuning*/
408 oxcf->tuning = vp8_cfg.tuning;
522 MAP(VP8E_SET_TUNING, xcfg.tuning);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 281 vp8e_tuning tuning; member in struct:VP9_CONFIG
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeframe.c 478 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
775 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 35 vp8e_tuning tuning; member in struct:vp8_extracfg
70 0, /* tuning*/
410 oxcf->tuning = vp8_cfg.tuning;
524 MAP(VP8E_SET_TUNING, xcfg.tuning);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 282 vp8e_tuning tuning; member in struct:__anon40752

Completed in 196 milliseconds

1 2 3 4