Move ANS to aom_dsp.

That's where it lives in aom/master.

Change-Id: I38f405827d9c2d0b06ef5f3bfd7cadc35d5991ef
This commit is contained in:
Alex Converse
2016-09-17 15:11:16 -07:00
parent eb00cb289b
commit 1ac1ae73dc
20 changed files with 52 additions and 50 deletions

View File

@@ -37,7 +37,7 @@
#include "av1/common/tile_common.h"
#if CONFIG_ANS
#include "av1/encoder/buf_ans.h"
#include "aom_dsp/buf_ans.h"
#endif // CONFIG_ANS
#include "av1/encoder/bitstream.h"
#include "av1/encoder/cost.h"