Home
last modified time | relevance | path

Searched refs:rc_2pass_vbr_maxsection_pct (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/test/
Dcpu_speed_test.cc75 cfg_.rc_2pass_vbr_maxsection_pct = 2000; in TEST_P()
93 cfg_.rc_2pass_vbr_maxsection_pct = 2000; in TEST_P()
125 cfg_.rc_2pass_vbr_maxsection_pct = 2000; in TEST_P()
141 cfg_.rc_2pass_vbr_maxsection_pct = 2000; in TEST_P()
Dborders_test.cc56 cfg_.rc_2pass_vbr_maxsection_pct = 2000; in TEST_P()
72 cfg_.rc_2pass_vbr_maxsection_pct = 2000; in TEST_P()
Dvp9_ethread_test.cc55 cfg_.rc_2pass_vbr_maxsection_pct = 2000; in SetUp()
244 cfg_.rc_2pass_vbr_maxsection_pct = 2000; in SetUp()
Dlevel_test.cc38 cfg_.rc_2pass_vbr_maxsection_pct = 2000; in SetUp()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h596 unsigned int rc_2pass_vbr_maxsection_pct; member
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c351 enc_cfg->rc_2pass_vbr_maxsection_pct = in parse_command_line()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c340 oxcf->two_pass_vbrmax_section = cfg.rc_2pass_vbr_maxsection_pct; in set_vp8e_config()
/external/libvpx/libvpx/
Dvpxenc.c1252 config->cfg.rc_2pass_vbr_maxsection_pct = arg_parse_uint(&arg); in parse_stream_params()
1456 SHOW(rc_2pass_vbr_maxsection_pct); in show_stream_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c529 oxcf->two_pass_vbrmax_section = cfg->rc_2pass_vbr_maxsection_pct; in set_encoder_config()