Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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.cc148 cfg_.g_pass = VPX_RC_ONE_PASS; in RunLoop()
150 cfg_.g_pass = VPX_RC_FIRST_PASS; in RunLoop()
152 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.cc369 codec_enc_.g_pass = VPX_RC_FIRST_PASS; in TEST_F()
404 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c175 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS); in validate_config()
178 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS); in validate_config()
180 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS); in validate_config()
212 if (cfg->g_pass == VPX_RC_LAST_PASS) in validate_config()
301 switch (cfg.g_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()
454 && (cfg->g_lag_in_frames > 1 || cfg->g_pass != VPX_RC_ONE_PASS)) in vp8e_set_config()
729 if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS) in pick_quickcompress_mode()
731 else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS) in pick_quickcompress_mode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dtwopass_encoder.c187 cfg.g_pass = VPX_RC_FIRST_PASS; in main()
189 cfg.g_pass = VPX_RC_LAST_PASS; in main()
Dvp9_spatial_scalable_encoder.c217 enc_cfg->g_pass = VPX_RC_ONE_PASS; in parse_command_line()
228 enc_cfg->g_pass = VPX_RC_FIRST_PASS; in parse_command_line()
233 enc_cfg->g_pass = VPX_RC_LAST_PASS; in parse_command_line()
Dvp8_multi_resolution_encoder.c137 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS) in write_ivf_file_header()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c167 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS); in validate_config()
206 if (cfg->g_pass == VPX_RC_LAST_PASS) { in validate_config()
291 switch (cfg->g_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()
604 else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS) in pick_quickcompress_mode()
1018 cfg->g_pass == VPX_RC_FIRST_PASS || in vp9e_set_svc()
1019 cfg->g_pass == VPX_RC_LAST_PASS) && in vp9e_set_svc()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h349 enum vpx_enc_pass g_pass; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c587 if (enc_cfg->g_pass == VPX_RC_ONE_PASS) { in vpx_svc_init()
791 if (codec_ctx->config.enc->g_pass == VPX_RC_ONE_PASS) { in set_svc_parameters()
974 if (codec_ctx->config.enc->g_pass != VPX_RC_FIRST_PASS) { in vpx_svc_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c1114 SHOW(g_pass); in show_stream_config()
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()
1208 stream->config.cfg.g_pass = global->passes == 2 in setup_pass()
1304 if (stream->config.cfg.g_pass != VPX_RC_FIRST_PASS) { in update_quantizer_histogram()