HomeSort by relevance Sort by last modified time
    Searched defs:tuning (Results 1 - 17 of 17) sorted by null

  /external/eigen/bench/
spmv.cpp 154 double tuning = t.value(); local
160 std::cout << t.value()/repeats << "\t(" << tuning << ")\n"; local
  /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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 219 vp8e_tuning tuning; member in struct:__anon16705
  /external/libvpx/libvpx/vp8/common/
onyx.h 219 vp8e_tuning tuning; member in struct:__anon28656
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 219 vp8e_tuning tuning; member in struct:__anon39746
  /external/chromium_org/third_party/libvpx/source/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/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...]
  /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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 34 vp8e_tuning tuning; member in struct:vp9_extracfg
64 VP8_TUNE_PSNR, // tuning
209 // TODO(yaowu): remove this when ssim tuning is implemented for vp9
210 if (extra_cfg->tuning == VP8_TUNE_SSIM)
373 oxcf->tuning = extra_cfg->tuning;
503 MAP(VP8E_SET_TUNING, extra_cfg.tuning);
    [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...]
  /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
  /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
  /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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 285 vp8e_tuning tuning; member in struct:VP9EncoderConfig
  /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/vp9/encoder/
vp9_onyx_int.h 282 vp8e_tuning tuning; member in struct:__anon39850

Completed in 603 milliseconds