Home
last modified time | relevance | path

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

/external/libvpx/vpx/
Dvpx_encoder.h173 VPX_RC_FIRST_PASS, /**< First pass of multi-pass mode */ enumerator
/external/libvpx/examples/
Dtwopass_encoder.txt30 cfg.g_pass = VPX_RC_FIRST_PASS;
/external/libvpx/vp8/
Dvp8_cx_iface.c272 case VPX_RC_FIRST_PASS: in set_vp8e_config()
280 if (cfg.g_pass == VPX_RC_FIRST_PASS) in set_vp8e_config()
634 if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS) in pick_quickcompress_mode()
/external/libvpx/
Dvpxenc.c1546 ? pass ? VPX_RC_LAST_PASS : VPX_RC_FIRST_PASS in main()