| Index: source/libvpx/test/borders_test.cc
|
| ===================================================================
|
| --- source/libvpx/test/borders_test.cc (revision 223160)
|
| +++ source/libvpx/test/borders_test.cc (working copy)
|
| @@ -30,7 +30,7 @@
|
| virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
|
| ::libvpx_test::Encoder *encoder) {
|
| if (video->frame() == 1) {
|
| - encoder->Control(VP8E_SET_CPUUSED, 0);
|
| + encoder->Control(VP8E_SET_CPUUSED, 1);
|
| encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
|
| encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7);
|
| encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
|
|
|