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

  /external/libvpx/vpx/
vpx_encoder.h 383 enum vpx_rc_mode rc_end_usage; member in struct:vpx_codec_enc_cfg
  /external/libvpx/vp8/
vp8_cx_iface.c 153 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_CQ);
298 if (cfg.rc_end_usage == VPX_VBR)
302 else if (cfg.rc_end_usage == VPX_CBR)
306 else if (cfg.rc_end_usage == VPX_CQ)
    [all...]
  /external/libvpx/
vpxenc.c     [all...]

Completed in 88 milliseconds