Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dborders_test.cc71 cfg_.rc_2pass_vbr_maxsection_pct = 2000; in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h568 unsigned int rc_2pass_vbr_maxsection_pct; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp9_spatial_scalable_encoder.c249 enc_cfg->rc_2pass_vbr_maxsection_pct = in parse_command_line()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c966 config->cfg.rc_2pass_vbr_maxsection_pct = arg_parse_uint(&arg); in parse_stream_params()
1131 SHOW(rc_2pass_vbr_maxsection_pct); in show_stream_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c363 oxcf->two_pass_vbrmax_section = cfg.rc_2pass_vbr_maxsection_pct; in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c333 oxcf->two_pass_vbrmax_section = cfg->rc_2pass_vbr_maxsection_pct; in set_vp9e_config()