Home
last modified time | relevance | path

Searched refs:VP8E_SET_CPUUSED (Results 1 – 25 of 27) sorted by relevance

12

/external/libvpx/libvpx/vpx/
Dvp8cx.h173 VP8E_SET_CPUUSED = 13, enumerator
726 VPX_CTRL_USE_TYPE(VP8E_SET_CPUUSED, int)
/external/libvpx/libvpx/test/
Daltref_test.cc40 encoder->Control(VP8E_SET_CPUUSED, 3); in PreEncodeFrameHook()
Dborders_test.cc34 encoder->Control(VP8E_SET_CPUUSED, 1); in PreEncodeFrameHook()
Dactive_map_test.cc39 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
Dframe_size_tests.cc39 encoder->Control(VP8E_SET_CPUUSED, 7); in PreEncodeFrameHook()
Daq_segment_test.cc35 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dcq_test.cc74 encoder->Control(VP8E_SET_CPUUSED, 3); in PreEncodeFrameHook()
Dcpu_speed_test.cc51 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dkeyframe_test.cc40 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dvp9_ethread_test.cc70 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dactive_map_refresh_test.cc77 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
Dvp9_end_to_end_test.cc128 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
Dvp9_encoder_parms_get_to_decoder.cc85 encoder->Control(VP8E_SET_CPUUSED, kCpuUsed); in PreEncodeFrameHook()
Dencode_perf_test.cc96 encoder->Control(VP8E_SET_CPUUSED, speed_); in PreEncodeFrameHook()
Dvp9_arf_freq_test.cc159 encoder->Control(VP8E_SET_CPUUSED, test_encode_param_.cpu_used); in PreEncodeFrameHook()
Ddecode_perf_test.cc148 encoder->Control(VP8E_SET_CPUUSED, speed_); in PreEncodeFrameHook()
Ddatarate_test.cc357 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
783 encoder->Control(VP8E_SET_CPUUSED, speed_setting_); in PreEncodeFrameHook()
Dresize_test.cc299 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dsvc_test.cc80 vpx_codec_control(&codec_, VP8E_SET_CPUUSED, 4); // Make the test faster in InitializeEncoder()
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c685 vpx_codec_control(&codec, VP8E_SET_CPUUSED, -speed); in main()
690 vpx_codec_control(&codec, VP8E_SET_CPUUSED, speed); in main()
Dvp8_multi_resolution_encoder.c548 if(vpx_codec_control(&codec[i], VP8E_SET_CPUUSED, speed)) in main()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c515 extra_cfg.cpu_used = CAST(VP8E_SET_CPUUSED, args); in set_cpu_used()
1285 {VP8E_SET_CPUUSED, set_cpu_used},
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc682 vpx_codec_control(&(encoders_[i]), VP8E_SET_CPUUSED, cpu_speed_[i]); in InitAndSetControlSettings()
908 vpx_codec_control(&(encoders_[0]), VP8E_SET_CPUUSED, in UpdateCodecFrameSize()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c629 extra_cfg.cpu_used = CAST(VP8E_SET_CPUUSED, args); in ctrl_set_cpuused()
1469 {VP8E_SET_CPUUSED, ctrl_set_cpuused},
/external/libvpx/libvpx/
Dvpxenc.c367 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,
460 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,
486 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,

12