Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvp8cx.h149 VP8E_SET_CPUUSED = 13, enumerator
351 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()
Dencode_perf_test.cc90 encoder->Control(VP8E_SET_CPUUSED, speed_); in PreEncodeFrameHook()
Ddatarate_test.cc278 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c581 vpx_codec_control(&codec, VP8E_SET_CPUUSED, -speed); in main()
584 vpx_codec_control(&codec, VP8E_SET_CPUUSED, speed); in main()
Dvp8_multi_resolution_encoder.c319 if(vpx_codec_control(&codec[i], VP8E_SET_CPUUSED, speed)) in main()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c511 extra_cfg.cpu_used = CAST(VP8E_SET_CPUUSED, args); in set_cpu_used()
1248 {VP8E_SET_CPUUSED, set_cpu_used},
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c538 extra_cfg.cpu_used = CAST(VP8E_SET_CPUUSED, args); in ctrl_set_cpuused()
1248 {VP8E_SET_CPUUSED, ctrl_set_cpuused},
/external/libvpx/libvpx/
Dvpxenc.c356 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,
398 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF,