summaryrefslogtreecommitdiff
path: root/test/dct_partial_test.cc
diff options
context:
space:
mode:
authorJohann <johann.koenig@duck.com>2018-09-24 18:31:35 -0700
committerJohann <johann.koenig@duck.com>2018-09-24 18:31:35 -0700
commit08e6fd2fbb61f3e8f3fdb40f553b7146e3dce88c (patch)
treed46cf0d72a3247314fea2dc7b49768098db4bce5 /test/dct_partial_test.cc
parent78f1ae5ffc4ccbcf3501fa782f5ed42ce1bc634d (diff)
downloadlibvpx-08e6fd2fbb61f3e8f3fdb40f553b7146e3dce88c.tar
libvpx-08e6fd2fbb61f3e8f3fdb40f553b7146e3dce88c.tar.gz
libvpx-08e6fd2fbb61f3e8f3fdb40f553b7146e3dce88c.tar.bz2
libvpx-08e6fd2fbb61f3e8f3fdb40f553b7146e3dce88c.zip
clang-format v6.0.1
Change-Id: I83c7e64fe70f7c49aa2492ed2d640c6756b7ebaa
Diffstat (limited to 'test/dct_partial_test.cc')
-rw-r--r--test/dct_partial_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dct_partial_test.cc b/test/dct_partial_test.cc
index 6636f566b..ee23ebe5c 100644
--- a/test/dct_partial_test.cc
+++ b/test/dct_partial_test.cc
@@ -26,10 +26,10 @@
#include "vpx/vpx_integer.h"
#include "vpx_dsp/vpx_dsp_common.h"
-using ::testing::make_tuple;
-using ::testing::tuple;
using libvpx_test::ACMRandom;
using libvpx_test::Buffer;
+using ::testing::make_tuple;
+using ::testing::tuple;
namespace {
typedef void (*PartialFdctFunc)(const int16_t *in, tran_low_t *out, int stride);