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

  /external/libvpx/vpx/
vpx_encoder.h 174 VPX_RC_LAST_PASS /**< Final pass of multi-pass mode */
  /external/libvpx/examples/
encoder_tmpl.c 72 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
  /external/libvpx/vp8/
vp8_cx_iface.c 158 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS);
191 if (cfg->g_pass == VPX_RC_LAST_PASS)
267 case VPX_RC_LAST_PASS:
610 else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS)
    [all...]
  /external/libvpx/
vpxenc.c 384 if (cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
    [all...]

Completed in 469 milliseconds