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

  /external/libvpx/libvpx/test/
cpu_speed_test.cc 74 cfg_.rc_2pass_vbr_minsection_pct = 5;
92 cfg_.rc_2pass_vbr_minsection_pct = 5;
107 cfg_.rc_2pass_vbr_minsection_pct = 5;
108 cfg_.rc_2pass_vbr_minsection_pct = 2000;
124 cfg_.rc_2pass_vbr_minsection_pct = 5;
140 cfg_.rc_2pass_vbr_minsection_pct = 5;
borders_test.cc 55 cfg_.rc_2pass_vbr_minsection_pct = 5;
71 cfg_.rc_2pass_vbr_minsection_pct = 5;
level_test.cc 37 cfg_.rc_2pass_vbr_minsection_pct = 5;
vp9_ethread_test.cc 55 cfg_.rc_2pass_vbr_minsection_pct = 5;
243 cfg_.rc_2pass_vbr_minsection_pct = 5;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 585 unsigned int rc_2pass_vbr_minsection_pct; member in struct:vpx_codec_enc_cfg
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 347 enc_cfg->rc_2pass_vbr_minsection_pct =
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 339 oxcf->two_pass_vbrmin_section = cfg.rc_2pass_vbr_minsection_pct;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 504 oxcf->two_pass_vbrmin_section = cfg->rc_2pass_vbr_minsection_pct;
    [all...]

Completed in 198 milliseconds