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

  /external/libvpx/vpx/
vpx_encoder.h 344 unsigned int rc_dropframe_thresh; member in struct:vpx_codec_enc_cfg
  /external/libvpx/vp8/
vp8_cx_iface.c 159 RANGE_CHECK_HI(cfg, rc_dropframe_thresh, 100);
291 oxcf->allow_df = (cfg.rc_dropframe_thresh > 0);
292 oxcf->drop_frames_water_mark = cfg.rc_dropframe_thresh;
    [all...]
  /external/libvpx/
vpxenc.c     [all...]

Completed in 26 milliseconds