Home
last modified time | relevance | path

Searched refs:g_pass (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/test/
Derror_resilience_test.cc64 (cfg_.g_pass == VPX_RC_LAST_PASS || cfg_.g_pass == VPX_RC_ONE_PASS)) { in PreEncodeFrameHook()
92 (cfg_.g_pass == VPX_RC_LAST_PASS || cfg_.g_pass == VPX_RC_ONE_PASS)) { in DoDecode()
Dencode_test_driver.cc151 cfg_.g_pass = VPX_RC_ONE_PASS; in RunLoop()
153 cfg_.g_pass = VPX_RC_FIRST_PASS; in RunLoop()
155 cfg_.g_pass = VPX_RC_LAST_PASS; in RunLoop()
Dactive_map_test.cc76 cfg_.g_pass = VPX_RC_ONE_PASS; in TEST_P()
Dsvc_test.cc380 codec_enc_.g_pass = VPX_RC_FIRST_PASS; in TEST_F()
431 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c176 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS); in validate_config()
179 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS); in validate_config()
181 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS); in validate_config()
213 if (cfg->g_pass == VPX_RC_LAST_PASS) in validate_config()
300 switch (cfg.g_pass) in set_vp8e_config()
313 if (cfg.g_pass == VPX_RC_FIRST_PASS || cfg.g_pass == VPX_RC_ONE_PASS) in set_vp8e_config()
453 && (cfg->g_lag_in_frames > 1 || cfg->g_pass != VPX_RC_ONE_PASS)) in vp8e_set_config()
785 if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS) in pick_quickcompress_mode()
787 else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS) in pick_quickcompress_mode()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c197 enc_cfg->g_pass = VPX_RC_ONE_PASS; in parse_command_line()
208 enc_cfg->g_pass = VPX_RC_FIRST_PASS; in parse_command_line()
213 enc_cfg->g_pass = VPX_RC_LAST_PASS; in parse_command_line()
Dtwopass_encoder.c187 cfg.g_pass = VPX_RC_FIRST_PASS; in main()
189 cfg.g_pass = VPX_RC_LAST_PASS; in main()
Dvp8_multi_resolution_encoder.c119 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS) in write_ivf_file_header()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c172 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS); in validate_config()
231 if (cfg->g_pass == VPX_RC_LAST_PASS) { in validate_config()
337 switch (cfg->g_pass) { in set_encoder_config()
352 oxcf->lag_in_frames = cfg->g_pass == VPX_RC_FIRST_PASS ? 0 in set_encoder_config()
738 if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS) in pick_quickcompress_mode()
740 else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS) in pick_quickcompress_mode()
1178 cfg->g_pass == VPX_RC_FIRST_PASS || in ctrl_set_svc()
1179 cfg->g_pass == VPX_RC_LAST_PASS) && in ctrl_set_svc()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h357 enum vpx_enc_pass g_pass; member
/external/libvpx/libvpx/
Dvpxenc.c1152 SHOW(g_pass); in show_stream_config()
1183 if (cfg->g_pass == VPX_RC_FIRST_PASS) in open_output_file()
1214 if (cfg->g_pass == VPX_RC_FIRST_PASS) in close_output_file()
1257 stream->config.cfg.g_pass = global->passes == 2 in setup_pass()
1370 if (stream->config.cfg.g_pass != VPX_RC_FIRST_PASS) { in update_quantizer_histogram()
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c527 if (enc_cfg->g_pass == VPX_RC_ONE_PASS) { in vpx_svc_init()
600 if (codec_ctx->config.enc->g_pass == VPX_RC_ONE_PASS) { in set_svc_parameters()