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

  /external/libvpx/libvpx/test/
cq_test.cc 48 if (cfg_.rc_end_usage == VPX_CQ) {
86 cfg_.rc_end_usage = VPX_CQ;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 227 VPX_CQ, /**< Constrained Quality (CQ) mode */
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 207 if (finalize && (cfg->rc_end_usage == VPX_CQ || cfg->rc_end_usage == VPX_Q))
334 } else if (cfg.rc_end_usage == VPX_CQ) {
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 281 if (cfg.rc_end_usage == VPX_CQ)
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 475 {"cq", VPX_CQ},
    [all...]

Completed in 35 milliseconds