summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2015-07-28 20:36:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-07-28 20:36:59 +0000
commita73f0f4170b54ef5f8ab82f4801b39afd43be903 (patch)
treefd7ffb69c9e1bc8a4a3ca030b66f40187e1e62ed /test
parentb1fb6e0365fc00eeddfa69dff3087726db230202 (diff)
parenta6a4659bea0859dfa663cd8b0e85cb7c7bf3a50e (diff)
downloadlibvpx-a73f0f4170b54ef5f8ab82f4801b39afd43be903.tar
libvpx-a73f0f4170b54ef5f8ab82f4801b39afd43be903.tar.gz
libvpx-a73f0f4170b54ef5f8ab82f4801b39afd43be903.tar.bz2
libvpx-a73f0f4170b54ef5f8ab82f4801b39afd43be903.zip
Merge "Factor 32x32 fwd DCT to vpx_dsp folder"
Diffstat (limited to 'test')
-rw-r--r--test/dct32x32_test.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/dct32x32_test.cc b/test/dct32x32_test.cc
index 25059a5d3..014658ed0 100644
--- a/test/dct32x32_test.cc
+++ b/test/dct32x32_test.cc
@@ -12,14 +12,15 @@
#include <stdlib.h>
#include <string.h>
-#include "third_party/googletest/src/include/gtest/gtest.h"
#include "test/acm_random.h"
#include "test/clear_system_state.h"
#include "test/register_state_check.h"
#include "test/util.h"
+#include "third_party/googletest/src/include/gtest/gtest.h"
-#include "./vpx_config.h"
#include "./vp9_rtcd.h"
+#include "./vpx_config.h"
+#include "./vpx_dsp_rtcd.h"
#include "vp9/common/vp9_entropy.h"
#include "vpx/vpx_codec.h"
#include "vpx/vpx_integer.h"