/external/libvpx/libvpx/test/ |
altref_test.cc | 40 encoder->Control(VP8E_SET_CPUUSED, 3);
|
borders_test.cc | 33 encoder->Control(VP8E_SET_CPUUSED, 1);
|
cpu_speed_test.cc | 35 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
|
cq_test.cc | 51 encoder->Control(VP8E_SET_CPUUSED, 3);
|
keyframe_test.cc | 39 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
|
datarate_test.cc | 204 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
|
/external/libvpx/libvpx/vpx/ |
vp8cx.h | 151 VP8E_SET_CPUUSED = 13, 321 VPX_CTRL_USE_TYPE(VP8E_SET_CPUUSED, int)
|
/external/chromium_org/media/cast/video_sender/codecs/vp8/ |
vp8_encoder.cc | 119 vpx_codec_control(encoder_, VP8E_SET_CPUUSED, -6);
|
/external/chromium_org/remoting/codec/ |
video_encoder_vpx.cc | 69 if (vpx_codec_control(codec.get(), VP8E_SET_CPUUSED, 16))
|
/external/libvpx/libvpx/ |
vp8_multi_resolution_encoder.c | 351 if(vpx_codec_control(&codec[i], VP8E_SET_CPUUSED, speed))
|
vp8_scalable_patterns.c | 629 vpx_codec_control (&codec, VP8E_SET_CPUUSED, -6);
|
vpxenc.c | 574 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF, 592 VP8E_SET_CPUUSED, VP8E_SET_ENABLEAUTOALTREF, [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 433 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used); [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 513 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used); [all...] |
/external/libvpx/libvpx/vpx/src/ |
svc_encodeframe.c | 529 vpx_codec_control(codec_ctx, VP8E_SET_CPUUSED, 1);
|