Home
last modified time | relevance | path

Searched refs:rc_2pass_vbr_minsection_pct (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dcpu_speed_test.cc57 cfg_.rc_2pass_vbr_minsection_pct = 5; in TEST_P()
58 cfg_.rc_2pass_vbr_minsection_pct = 2000; in TEST_P()
76 cfg_.rc_2pass_vbr_minsection_pct = 5; in TEST_P()
77 cfg_.rc_2pass_vbr_minsection_pct = 2000; in TEST_P()
93 cfg_.rc_2pass_vbr_minsection_pct = 5; in TEST_P()
94 cfg_.rc_2pass_vbr_minsection_pct = 2000; in TEST_P()
Dborders_test.cc54 cfg_.rc_2pass_vbr_minsection_pct = 5; in TEST_P()
55 cfg_.rc_2pass_vbr_minsection_pct = 2000; in TEST_P()
70 cfg_.rc_2pass_vbr_minsection_pct = 5; in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h560 unsigned int rc_2pass_vbr_minsection_pct; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp9_spatial_scalable_encoder.c245 enc_cfg->rc_2pass_vbr_minsection_pct = in parse_command_line()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c961 config->cfg.rc_2pass_vbr_minsection_pct = arg_parse_uint(&arg); in parse_stream_params()
1130 SHOW(rc_2pass_vbr_minsection_pct); in show_stream_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c332 oxcf->two_pass_vbrmin_section = cfg->rc_2pass_vbr_minsection_pct; in set_vp9e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c362 oxcf->two_pass_vbrmin_section = cfg.rc_2pass_vbr_minsection_pct; in set_vp8e_config()