Home
last modified time | relevance | path

Searched refs:VPX_RC_LAST_PASS (Results 1 – 10 of 10) 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.cc152 cfg_.g_pass = VPX_RC_LAST_PASS; in RunLoop()
Dsvc_test.cc404 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h219 VPX_RC_LAST_PASS /**< Final pass of multi-pass mode */ enumerator
/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()
298 case VPX_RC_LAST_PASS: in set_vp9e_config()
604 else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS) in pick_quickcompress_mode()
1019 cfg->g_pass == VPX_RC_LAST_PASS) && in vp9e_set_svc()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dtwopass_encoder.c189 cfg.g_pass = VPX_RC_LAST_PASS; in main()
Dvp9_spatial_scalable_encoder.c233 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/vp8/
Dvp8_cx_iface.c180 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()
309 case VPX_RC_LAST_PASS: in set_vp8e_config()
731 else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS) in pick_quickcompress_mode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c1209 ? pass ? VPX_RC_LAST_PASS : VPX_RC_FIRST_PASS in setup_pass()