HomeSort by relevance Sort by last modified time
    Searched refs:static_thresh (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vp8_multi_resolution_encoder.c 344 unsigned int static_thresh = 1; local
345 if(vpx_codec_control(&codec[i], VP8E_SET_STATIC_THRESHOLD, static_thresh))
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 344 unsigned int static_thresh = 1; local
345 if(vpx_codec_control(&codec[i], VP8E_SET_STATIC_THRESHOLD, static_thresh))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c 344 unsigned int static_thresh = 1; local
345 if(vpx_codec_control(&codec[i], VP8E_SET_STATIC_THRESHOLD, static_thresh))
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 30 unsigned int static_thresh; member in struct:vp8_extracfg
61 0, /* static_thresh */
395 oxcf->encode_breakout = vp8_cfg.static_thresh;
516 MAP(VP8E_SET_STATIC_THRESHOLD, xcfg.static_thresh);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 28 unsigned int static_thresh; member in struct:vp9_extracfg
58 0, // static_thresh
361 oxcf->encode_breakout = extra_cfg->static_thresh;
497 MAP(VP8E_SET_STATIC_THRESHOLD, extra_cfg.static_thresh);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 30 unsigned int static_thresh; member in struct:vp8_extracfg
61 0, /* static_thresh */
395 oxcf->encode_breakout = vp8_cfg.static_thresh;
516 MAP(VP8E_SET_STATIC_THRESHOLD, xcfg.static_thresh);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 28 unsigned int static_thresh; member in struct:vp9_extracfg
58 0, // static_thresh
351 oxcf->encode_breakout = extra_cfg->static_thresh;
488 MAP(VP8E_SET_STATIC_THRESHOLD, extra_cfg.static_thresh);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 30 unsigned int static_thresh; member in struct:vp8_extracfg
61 0, /* static_thresh */
397 oxcf->encode_breakout = vp8_cfg.static_thresh;
518 MAP(VP8E_SET_STATIC_THRESHOLD, xcfg.static_thresh);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 28 unsigned int static_thresh; member in struct:vp9_extracfg
57 0, // static_thresh
341 oxcf->encode_breakout = extra_cfg->static_thresh;
478 MAP(VP8E_SET_STATIC_THRESHOLD, extra_cfg.static_thresh);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 313 static const arg_def_t static_thresh = ARG_DEF(NULL, "static-thresh", 1, variable
341 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
373 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 350 static const arg_def_t static_thresh = ARG_DEF(NULL, "static-thresh", 1, variable
378 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
410 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 350 static const arg_def_t static_thresh = ARG_DEF(NULL, "static-thresh", 1, variable
378 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
410 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
    [all...]

Completed in 558 milliseconds