Searched refs:VPX_RC_FIRST_PASS (Results 1 – 9 of 9) sorted by relevance
41 cfg_.g_pass = VPX_RC_FIRST_PASS; in BeginPassHook()
177 cfg_.g_pass = VPX_RC_FIRST_PASS; in RunLoop()
67 if (first_pass_only_ && cfg_.g_pass == VPX_RC_FIRST_PASS) in EndPassHook()
226 VPX_RC_FIRST_PASS, /**< First pass of multi-pass mode */ enumerator
242 cfg.g_pass = VPX_RC_FIRST_PASS; in main()
362 enc_cfg->g_pass = VPX_RC_FIRST_PASS; in parse_command_line()
288 case VPX_RC_FIRST_PASS: oxcf->Mode = MODE_FIRSTPASS; break; in set_vp8e_config()292 if (cfg.g_pass == VPX_RC_FIRST_PASS || cfg.g_pass == VPX_RC_ONE_PASS) { in set_vp8e_config()741 } else if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS) { in pick_quickcompress_mode()
472 case VPX_RC_FIRST_PASS: oxcf->pass = 1; break; in set_encoder_config()477 cfg->g_pass == VPX_RC_FIRST_PASS ? 0 : cfg->g_lag_in_frames; in set_encoder_config()968 case VPX_RC_FIRST_PASS: break; in pick_quickcompress_mode()1437 (cfg->g_pass == VPX_RC_FIRST_PASS || cfg->g_pass == VPX_RC_LAST_PASS) && in ctrl_set_svc()
1477 if (cfg->g_pass == VPX_RC_FIRST_PASS) return; in open_output_file()1505 if (cfg->g_pass == VPX_RC_FIRST_PASS) return; in close_output_file()1544 ? pass ? VPX_RC_LAST_PASS : VPX_RC_FIRST_PASS in setup_pass()1686 if (stream->config.cfg.g_pass != VPX_RC_FIRST_PASS) { in update_quantizer_histogram()