HomeSort by relevance Sort by last modified time
    Searched full:g_pass (Results 1 - 5 of 5) sorted by null

  /external/libvpx/examples/
twopass_encoder.txt 30 cfg.g_pass = VPX_RC_FIRST_PASS;
32 cfg.g_pass = VPX_RC_LAST_PASS;
encoder_tmpl.c 72 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
  /external/libvpx/vp8/
vp8_cx_iface.c 163 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS);
165 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS);
198 if (cfg->g_pass == VPX_RC_LAST_PASS)
267 switch (cfg.g_pass)
280 if (cfg.g_pass == VPX_RC_FIRST_PASS)
634 if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS)
636 else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS)
    [all...]
  /external/libvpx/
vpxenc.c 407 if (cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
    [all...]
  /external/libvpx/vpx/
vpx_encoder.h 306 enum vpx_enc_pass g_pass; member in struct:vpx_codec_enc_cfg

Completed in 619 milliseconds