Home
last modified time | relevance | path

Searched refs:VPX_RC_LAST_PASS (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vpx/
Dvpx_encoder.h174 VPX_RC_LAST_PASS /**< Final pass of multi-pass mode */ enumerator
/external/libvpx/examples/
Dtwopass_encoder.txt32 cfg.g_pass = VPX_RC_LAST_PASS;
Dencoder_tmpl.c72 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS) in write_ivf_file_header()
/external/libvpx/vp8/
Dvp8_cx_iface.c163 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS); in validate_config()
198 if (cfg->g_pass == VPX_RC_LAST_PASS) in validate_config()
275 case VPX_RC_LAST_PASS: in set_vp8e_config()
636 else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS) in pick_quickcompress_mode()
/external/libvpx/
Dvpxenc.c407 if (cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS) in write_ivf_file_header()
1546 ? pass ? VPX_RC_LAST_PASS : VPX_RC_FIRST_PASS in main()