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

  /external/libvpx/libvpx/test/
svc_test.cc 174 if (codec_enc_.g_pass == VPX_RC_LAST_PASS) {
463 codec_enc_.g_pass = VPX_RC_LAST_PASS;
477 codec_enc_.g_pass = VPX_RC_LAST_PASS;
492 codec_enc_.g_pass = VPX_RC_LAST_PASS;
508 codec_enc_.g_pass = VPX_RC_LAST_PASS;
534 codec_enc_.g_pass = VPX_RC_LAST_PASS;
550 codec_enc_.g_pass = VPX_RC_LAST_PASS;
582 codec_enc_.g_pass = VPX_RC_LAST_PASS;
599 codec_enc_.g_pass = VPX_RC_LAST_PASS;
617 codec_enc_.g_pass = VPX_RC_LAST_PASS;
    [all...]
error_resilience_test.cc 108 (cfg_.g_pass == VPX_RC_LAST_PASS || cfg_.g_pass == VPX_RC_ONE_PASS)) {
134 (cfg_.g_pass == VPX_RC_LAST_PASS || cfg_.g_pass == VPX_RC_ONE_PASS)) {
encode_test_driver.cc 176 cfg_.g_pass = VPX_RC_LAST_PASS;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 240 VPX_RC_LAST_PASS /**< Final pass of multi-pass mode */
    [all...]
  /external/libvpx/libvpx/examples/
twopass_encoder.c 247 cfg.g_pass = VPX_RC_LAST_PASS;
vp8_multi_resolution_encoder.c 128 if (cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS) return;
vp9_spatial_svc_encoder.c 335 enc_cfg->g_pass = VPX_RC_LAST_PASS;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 179 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS);
231 cfg->g_pass == VPX_RC_LAST_PASS) {
272 if (cfg->g_pass == VPX_RC_LAST_PASS) {
463 case VPX_RC_LAST_PASS: oxcf->pass = 2; break;
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 172 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS);
206 if (cfg->g_pass == VPX_RC_LAST_PASS) {
290 case VPX_RC_LAST_PASS: oxcf->Mode = MODE_SECONDPASS_BEST; break;
744 } else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS) {
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 156 milliseconds