Port folder renaming changes from AOM
Manually cherry-picked commits:
ceef058 libvpx->libaom part2
3d26d91 libvpx -> libaom
cfea7dd vp10/ -> av1/
3a8eff7 Fix a build issue for a test
bf4202e Rename vpx to aom
Change-Id: I1b0eb5a40796e3aaf41c58984b4229a439a597dc
diff --git a/test/convolve_test.cc b/test/convolve_test.cc
index e3e75d1..910c4ec 100644
--- a/test/convolve_test.cc
+++ b/test/convolve_test.cc
@@ -18,10 +18,10 @@
#include "test/clear_system_state.h"
#include "test/register_state_check.h"
#include "test/util.h"
-#include "vpx_dsp/vpx_dsp_common.h"
-#include "vpx_dsp/vpx_filter.h"
-#include "vpx_mem/vpx_mem.h"
-#include "vpx_ports/mem.h"
+#include "aom_dsp/vpx_dsp_common.h"
+#include "aom_dsp/vpx_filter.h"
+#include "aom_mem/vpx_mem.h"
+#include "aom_ports/mem.h"
namespace {
@@ -311,7 +311,7 @@
#endif
}
- virtual void TearDown() { libvpx_test::ClearSystemState(); }
+ virtual void TearDown() { libaom_test::ClearSystemState(); }
static void TearDownTestCase() {
vpx_free(input_ - 1);
@@ -369,7 +369,7 @@
output_[i] = 0;
}
- ::libvpx_test::ACMRandom prng;
+ ::libaom_test::ACMRandom prng;
for (int i = 0; i < kInputBufferSize; ++i) {
if (i & 1) {
input_[i] = 255;
@@ -729,7 +729,7 @@
#endif
// Populate ref and out with some random data
- ::libvpx_test::ACMRandom prng;
+ ::libaom_test::ACMRandom prng;
for (int y = 0; y < Height(); ++y) {
for (int x = 0; x < Width(); ++x) {
uint16_t r;
@@ -806,7 +806,7 @@
#endif
// Populate ref and out with some random data
- ::libvpx_test::ACMRandom prng;
+ ::libaom_test::ACMRandom prng;
for (int y = 0; y < Height(); ++y) {
for (int x = 0; x < Width(); ++x) {
uint16_t r;