Searched refs:VPX_RC_FIRST_PASS (Results 1 – 9 of 9) sorted by relevance
218 VPX_RC_FIRST_PASS, /**< First pass of multi-pass mode */ enumerator
187 cfg.g_pass = VPX_RC_FIRST_PASS; in main()
228 enc_cfg->g_pass = VPX_RC_FIRST_PASS; in parse_command_line()
295 case VPX_RC_FIRST_PASS: in set_vp9e_config()303 oxcf->lag_in_frames = cfg->g_pass == VPX_RC_FIRST_PASS ? 0 in set_vp9e_config()602 if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS) in pick_quickcompress_mode()1018 cfg->g_pass == VPX_RC_FIRST_PASS || in vp9e_set_svc()
150 cfg_.g_pass = VPX_RC_FIRST_PASS; in RunLoop()
369 codec_enc_.g_pass = VPX_RC_FIRST_PASS; in TEST_F()
306 case VPX_RC_FIRST_PASS: in set_vp8e_config()314 if (cfg.g_pass == VPX_RC_FIRST_PASS || cfg.g_pass == VPX_RC_ONE_PASS) in set_vp8e_config()729 if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS) in pick_quickcompress_mode()
1143 if (cfg->g_pass == VPX_RC_FIRST_PASS) in open_output_file()1174 if (cfg->g_pass == VPX_RC_FIRST_PASS) in close_output_file()1209 ? pass ? VPX_RC_LAST_PASS : VPX_RC_FIRST_PASS in setup_pass()1304 if (stream->config.cfg.g_pass != VPX_RC_FIRST_PASS) { in update_quantizer_histogram()
974 if (codec_ctx->config.enc->g_pass != VPX_RC_FIRST_PASS) { in vpx_svc_encode()