]> granicus.if.org Git - libvpx/commitdiff
Restore vp9_asm_enc_offsets.c
authorJohn Koleszar <jkoleszar@google.com>
Fri, 26 Apr 2013 13:52:43 +0000 (06:52 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 26 Apr 2013 17:01:49 +0000 (10:01 -0700)
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

vp9/encoder/vp9_asm_enc_offsets.c [new file with mode: 0644]

diff --git a/vp9/encoder/vp9_asm_enc_offsets.c b/vp9/encoder/vp9_asm_enc_offsets.c
new file mode 100644 (file)
index 0000000..921e8f0
--- /dev/null
@@ -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