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

  /external/libvpx/libvpx/examples/
encoder_tmpl.c 72 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 222 VPX_RC_LAST_PASS /**< Final pass of multi-pass mode */
    [all...]
  /external/libvpx/libvpx/test/
encode_test_driver.cc 141 cfg_.g_pass = VPX_RC_LAST_PASS;
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 180 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS);
212 if (cfg->g_pass == VPX_RC_LAST_PASS)
307 case VPX_RC_LAST_PASS:
731 else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS)
    [all...]
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 151 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
vp8_scalable_patterns.c 80 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
vpxenc.c 466 if (cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
    [all...]

Completed in 97 milliseconds