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 424 unsigned int rc_max_quantizer; member in struct:vpx_codec_enc_cfg
  /external/libvpx/
ivfenc.c 763 cfg.rc_max_quantizer = arg_parse_uint(&arg);
952 SHOW(rc_max_quantizer);
    [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 135 RANGE_CHECK(cfg, rc_max_quantizer, 0, 63);
293 oxcf->worst_allowed_q = cfg.rc_max_quantizer;
    [all...]

Completed in 49 milliseconds