summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2013-04-26 06:52:43 -0700
committerJohn Koleszar <jkoleszar@google.com>2013-04-26 10:01:49 -0700
commit34324a98e7dfb57f8cfee3b40909e56564f580ee (patch)
treef0e5c8ddb8319dcb5d6958247597356dec1a4a59
parent18f29ff581aa2a328dd586888e5d2baf40c6268b (diff)
downloadlibvpx-34324a98e7dfb57f8cfee3b40909e56564f580ee.tar
libvpx-34324a98e7dfb57f8cfee3b40909e56564f580ee.tar.gz
libvpx-34324a98e7dfb57f8cfee3b40909e56564f580ee.tar.bz2
libvpx-34324a98e7dfb57f8cfee3b40909e56564f580ee.zip
Restore vp9_asm_enc_offsets.c
The previous commit 15255ee "Move dequant from BLOCKD to per-plane MACROBLOCKD" removed the vp9_asm_enc_offsets.c file, but didn't update the various secondary build systems that special case these files. Restore it for now, to ensure any in-progress changes and builds continue working, to allow time to more carefully coordinate removal of these files. Change-Id: I24b78db3fb874d5fbd226548b7366a05ed98e536
-rw-r--r--vp9/encoder/vp9_asm_enc_offsets.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/vp9/encoder/vp9_asm_enc_offsets.c b/vp9/encoder/vp9_asm_enc_offsets.c
new file mode 100644
index 000000000..921e8f063
--- /dev/null
+++ b/vp9/encoder/vp9_asm_enc_offsets.c
@@ -0,0 +1,17 @@
+/*
+ * Copyright (c) 2011 The WebM project authors. All Rights Reserved.
+ *
+ * Use of this source code is governed by a BSD-style license
+ * that can be found in the LICENSE file in the root of the source
+ * tree. An additional intellectual property rights grant can be found
+ * in the file PATENTS. All contributing project authors may
+ * be found in the AUTHORS file in the root of the source tree.
+ */
+
+
+#include "vpx_ports/asm_offsets.h"
+
+BEGIN
+
+
+END