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

  /external/libvpx/vpx/
vpx_encoder.h 425 unsigned int rc_max_quantizer; member in struct:vpx_codec_enc_cfg
  /external/libvpx/vp8/
vp8_cx_iface.c 145 RANGE_CHECK_HI(cfg, rc_max_quantizer, 63);
146 RANGE_CHECK_HI(cfg, rc_min_quantizer, cfg->rc_max_quantizer);
314 oxcf->worst_allowed_q = cfg.rc_max_quantizer;
    [all...]
  /external/libvpx/
vpxenc.c     [all...]

Completed in 23 milliseconds