HomeSort by relevance Sort by last modified time
    Searched refs:VP8E_SET_CPUUSED (Results 1 - 25 of 32) sorted by null

1 2

  /external/libvpx/libvpx/test/
altref_test.cc 40 encoder->Control(VP8E_SET_CPUUSED, 3);
90 encoder->Control(VP8E_SET_CPUUSED, cpu_used_);
active_map_test.cc 39 encoder->Control(VP8E_SET_CPUUSED, cpu_used_);
borders_test.cc 35 encoder->Control(VP8E_SET_CPUUSED, 1);
frame_size_tests.cc 38 encoder->Control(VP8E_SET_CPUUSED, 7);
aq_segment_test.cc 35 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
vp9_motion_vector_test.cc 63 encoder->Control(VP8E_SET_CPUUSED, cpu_used_);
alt_ref_aq_segment_test.cc 36 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
cpu_speed_test.cc 48 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
cq_test.cc 72 encoder->Control(VP8E_SET_CPUUSED, 3);
keyframe_test.cc 42 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
active_map_refresh_test.cc 78 encoder->Control(VP8E_SET_CPUUSED, cpu_used_);
encode_perf_test.cc 89 encoder->Control(VP8E_SET_CPUUSED, speed_);
level_test.cc 47 encoder->Control(VP8E_SET_CPUUSED, cpu_used_);
vp9_arf_freq_test.cc 151 encoder->Control(VP8E_SET_CPUUSED, test_encode_param_.cpu_used);
vp9_encoder_parms_get_to_decoder.cc 85 encoder->Control(VP8E_SET_CPUUSED, kCpuUsed);
vp9_end_to_end_test.cc 120 encoder->Control(VP8E_SET_CPUUSED, cpu_used_);
vp9_ethread_test.cc 77 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
265 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
decode_perf_test.cc 141 encoder->Control(VP8E_SET_CPUUSED, speed_);
datarate_test.cc 53 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
551 if (video->frame() == 0) encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
    [all...]
resize_test.cc 440 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_);
  /external/libvpx/libvpx/vpx/
vp8cx.h 155 VP8E_SET_CPUUSED = 13,
763 VPX_CTRL_USE_TYPE(VP8E_SET_CPUUSED, int)
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVP9Encoder.cpp 74 codecReturn = vpx_codec_control(mCodecContext, VP8E_SET_CPUUSED, 8);
76 ALOGE("Error setting VP8E_SET_CPUUSED to 8. vpx_codec_control() "
SoftVPXEncoder.cpp 279 VP8E_SET_CPUUSED,
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 709 vpx_codec_control(&codec, VP8E_SET_CPUUSED, -speed);
716 vpx_codec_control(&codec, VP8E_SET_CPUUSED, speed);
    [all...]
vp8_multi_resolution_encoder.c 498 if (vpx_codec_control(&codec[i], VP8E_SET_CPUUSED, speed))

Completed in 160 milliseconds

1 2