Home
last modified time | relevance | path

Searched refs:kCpuUsed (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/test/
Dtile_independence_test.cc72 static const int kCpuUsed = 3; in SetCpuUsed() local
73 encoder->Control(AOME_SET_CPUUSED, kCpuUsed); in SetCpuUsed()
130 static const int kCpuUsed = 0; in SetCpuUsed() local
131 encoder->Control(AOME_SET_CPUUSED, kCpuUsed); in SetCpuUsed()
Dscalability_test.cc20 const int kCpuUsed = 8; variable
40 encoder->Control(AOME_SET_CPUUSED, kCpuUsed); in PreEncodeFrameHook()
Derror_resilience_test.cc27 const int kCpuUsed = 1; variable
80 if (video->frame() == 0) encoder->Control(AOME_SET_CPUUSED, kCpuUsed); in PreEncodeFrameHook()
/external/libvpx/libvpx/test/
Dvp9_encoder_parms_get_to_decoder.cc23 const int kCpuUsed = 2; variable
87 encoder->Control(VP8E_SET_CPUUSED, kCpuUsed); in PreEncodeFrameHook()