Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/test/
Dvp9_end_to_end_test.cc104 encoder->Control(VP8E_SET_CPUUSED, cpu_used_start_); in PreEncodeFrameHook()
109 encoder->Control(VP8E_SET_CPUUSED, cpu_used_end_); in PreEncodeFrameHook()
163 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
223 encoder->Control(VP8E_SET_CPUUSED, 8); in PreEncodeFrameHook()
Daltref_test.cc40 encoder->Control(VP8E_SET_CPUUSED, 3); in PreEncodeFrameHook()
90 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
Dborders_test.cc35 encoder->Control(VP8E_SET_CPUUSED, 1); in PreEncodeFrameHook()
Dactive_map_test.cc39 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
Dframe_size_tests.cc38 encoder->Control(VP8E_SET_CPUUSED, 7); in PreEncodeFrameHook()
Ddecode_corrupted.cc49 if (video->frame() == 0) encoder->Control(VP8E_SET_CPUUSED, 7); in PreEncodeFrameHook()
Dvp9_motion_vector_test.cc65 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
Daq_segment_test.cc35 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dvp9_ethread_test.cc76 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
265 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dcq_test.cc72 encoder->Control(VP8E_SET_CPUUSED, 3); in PreEncodeFrameHook()
Dkeyframe_test.cc42 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dalt_ref_aq_segment_test.cc36 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dcpu_speed_test.cc48 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
Dactive_map_refresh_test.cc78 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
Dlevel_test.cc47 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
Dsvc_test.cc53 encoder->Control(VP8E_SET_CPUUSED, speed_setting_); in PreEncodeFrameHookSetup()
Dvp9_encoder_parms_get_to_decoder.cc87 encoder->Control(VP8E_SET_CPUUSED, kCpuUsed); in PreEncodeFrameHook()
Dencode_perf_test.cc89 encoder->Control(VP8E_SET_CPUUSED, speed_); in PreEncodeFrameHook()
Dvp9_arf_freq_test.cc153 encoder->Control(VP8E_SET_CPUUSED, test_encode_param_.cpu_used); in PreEncodeFrameHook()
Ddecode_perf_test.cc143 encoder->Control(VP8E_SET_CPUUSED, speed_); in PreEncodeFrameHook()
Dvp8_datarate_test.cc54 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
/external/libvpx/libvpx/vpx/
Dvp8cx.h155 VP8E_SET_CPUUSED = 13, enumerator
895 VPX_CTRL_USE_TYPE(VP8E_SET_CPUUSED, int)
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c793 vpx_codec_control(&codec, VP8E_SET_CPUUSED, -speed); in main()
806 vpx_codec_control(&codec, VP8E_SET_CPUUSED, speed); in main()
Dvp8_multi_resolution_encoder.c499 if (vpx_codec_control(&codec[i], VP8E_SET_CPUUSED, speed)) in main()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c485 extra_cfg.cpu_used = CAST(VP8E_SET_CPUUSED, args); in set_cpu_used()
1182 { VP8E_SET_CPUUSED, set_cpu_used },

12