Searched refs:VPX_RC_LAST_PASS (Results 1 – 5 of 5) sorted by relevance
174 VPX_RC_LAST_PASS /**< Final pass of multi-pass mode */ enumerator
32 cfg.g_pass = VPX_RC_LAST_PASS;
72 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS) in write_ivf_file_header()
163 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()
407 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()