Move bit reader files to vpx_dsp

Change-Id: Ib1cb1fbe92a39ff5312cee069559be6d3ea458d0
This commit is contained in:
Yaowu Xu
2015-07-17 13:38:54 -07:00
parent 55e80a3cc6
commit 97279ed2e2
24 changed files with 37 additions and 30 deletions

View File

@@ -14,11 +14,12 @@
#include "third_party/googletest/src/include/gtest/gtest.h"
#include "vp9/decoder/vp9_reader.h"
#include "vpx/vpx_integer.h"
#include "vpx_dsp/vp9_reader.h"
#include "vp9/encoder/vp9_writer.h"
#include "test/acm_random.h"
#include "vpx/vpx_integer.h"
using libvpx_test::ACMRandom;