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

  /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))
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 32 unsigned int static_thresh; member in struct:vp8_extracfg
53 0, /* static_thresh */
385 oxcf->encode_breakout = vp8_cfg.static_thresh;
531 extra_cfg.static_thresh = CAST(VP8E_SET_STATIC_THRESHOLD, args);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 28 unsigned int static_thresh; member in struct:vp9_extracfg
49 0, // static_thresh
392 oxcf->encode_breakout = extra_cfg->static_thresh;
569 extra_cfg.static_thresh = CAST(VP8E_SET_STATIC_THRESHOLD, args);
    [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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 332 static const arg_def_t static_thresh = ARG_DEF(NULL, "static-thresh", 1, variable
360 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
418 &cpu_used, &auto_altref, &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...]

Completed in 358 milliseconds