Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: source/libvpx/vp9/common/mips/msa/vp9_idct8x8_msa.c

Issue 1169543007: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/libvpx/vp9/common/mips/msa/vp9_idct8x8_msa.c
diff --git a/source/libvpx/vp9/common/mips/msa/vp9_idct8x8_msa.c b/source/libvpx/vp9/common/mips/msa/vp9_idct8x8_msa.c
index d06756dfaac9174ff02e612b961b5c73359cd2c5..a4a9c2124013423b5c9f3cdbee8a031de31cbf32 100644
--- a/source/libvpx/vp9/common/mips/msa/vp9_idct8x8_msa.c
+++ b/source/libvpx/vp9/common/mips/msa/vp9_idct8x8_msa.c
@@ -8,6 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#include <assert.h>
#include "vp9/common/mips/msa/vp9_idct_msa.h"
void vp9_idct8x8_64_add_msa(const int16_t *input, uint8_t *dst,
« no previous file with comments | « source/libvpx/vp9/common/mips/msa/vp9_idct4x4_msa.c ('k') | source/libvpx/vp9/common/mips/msa/vp9_idct_msa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698