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

  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 35 unsigned int static_thresh; member in struct:vp8_extracfg
57 0, /* static_thresh */
374 oxcf->encode_breakout = vp8_cfg.static_thresh;
513 extra_cfg.static_thresh = CAST(VP8E_SET_STATIC_THRESHOLD, args);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 30 unsigned int static_thresh; member in struct:vp9_extracfg
63 0, // static_thresh
538 oxcf->encode_breakout = extra_cfg->static_thresh;
747 extra_cfg.static_thresh = CAST(VP8E_SET_STATIC_THRESHOLD, args);
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 346 static const arg_def_t static_thresh = variable
378 &static_thresh,
496 &static_thresh,
    [all...]

Completed in 130 milliseconds