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

  /external/libvpx/examples/
encoder_tmpl.c 72 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
  /external/libvpx/vpx/
vpx_encoder.h 305 enum vpx_enc_pass g_pass; member in struct:vpx_codec_enc_cfg
  /external/libvpx/vp8/
vp8_cx_iface.c 158 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS);
160 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS);
191 if (cfg->g_pass == VPX_RC_LAST_PASS)
259 switch (cfg.g_pass)
272 if (cfg.g_pass == VPX_RC_FIRST_PASS)
608 if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS)
610 else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS)
    [all...]
  /external/libvpx/
vpxenc.c 384 if (cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
    [all...]

Completed in 50 milliseconds