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

  /external/libvpx/libvpx/test/
cq_test.cc 47 if (cfg_.rc_end_usage == VPX_CQ) {
85 cfg_.rc_end_usage = VPX_CQ;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 231 VPX_CQ /**< Constant Quality (CQ) mode */
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 156 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_CQ);
207 if(finalize && cfg->rc_end_usage == VPX_CQ)
338 else if (cfg.rc_end_usage == VPX_CQ)
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 1062 {"cq", VPX_CQ},
    [all...]

Completed in 23 milliseconds