Home
last modified time | relevance | path

Searched refs:VPX_RC_FIRST_PASS (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h218 VPX_RC_FIRST_PASS, /**< First pass of multi-pass mode */ enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dtwopass_encoder.c187 cfg.g_pass = VPX_RC_FIRST_PASS; in main()
Dvp9_spatial_scalable_encoder.c228 enc_cfg->g_pass = VPX_RC_FIRST_PASS; in parse_command_line()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c295 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dencode_test_driver.cc150 cfg_.g_pass = VPX_RC_FIRST_PASS; in RunLoop()
Dsvc_test.cc369 codec_enc_.g_pass = VPX_RC_FIRST_PASS; in TEST_F()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c306 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c1143 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c974 if (codec_ctx->config.enc->g_pass != VPX_RC_FIRST_PASS) { in vpx_svc_encode()