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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_encoder.h218 VPX_RC_FIRST_PASS, /**< First pass of multi-pass mode */ enumerator in enum:vpx_enc_pass
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dtwopass_encoder.c187 cfg.g_pass = VPX_RC_FIRST_PASS;
H A Dvp9_spatial_scalable_encoder.c228 enc_cfg->g_pass = VPX_RC_FIRST_PASS;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dencode_test_driver.cc150 cfg_.g_pass = VPX_RC_FIRST_PASS;
H A Dsvc_test.cc369 codec_enc_.g_pass = VPX_RC_FIRST_PASS;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c295 case VPX_RC_FIRST_PASS:
303 oxcf->lag_in_frames = cfg->g_pass == VPX_RC_FIRST_PASS ? 0
602 if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS)
1018 cfg->g_pass == VPX_RC_FIRST_PASS ||
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c306 case VPX_RC_FIRST_PASS:
314 if (cfg.g_pass == VPX_RC_FIRST_PASS || cfg.g_pass == VPX_RC_ONE_PASS)
729 if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c1143 if (cfg->g_pass == VPX_RC_FIRST_PASS)
1174 if (cfg->g_pass == VPX_RC_FIRST_PASS)
1209 ? pass ? VPX_RC_LAST_PASS : VPX_RC_FIRST_PASS
1304 if (stream->config.cfg.g_pass != VPX_RC_FIRST_PASS) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dsvc_encodeframe.c974 if (codec_ctx->config.enc->g_pass != VPX_RC_FIRST_PASS) {

Completed in 119 milliseconds