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

Unified Diff: source/libvpx/vp9/common/mips/msa/vp9_idct16x16_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_idct16x16_msa.c
diff --git a/source/libvpx/vp9/common/mips/msa/vp9_idct16x16_msa.c b/source/libvpx/vp9/common/mips/msa/vp9_idct16x16_msa.c
index cf230037b60842e291febcb1423930aae4912263..dd7ca35d3bd6e0aee9261bc5977dd3187c64199d 100644
--- a/source/libvpx/vp9/common/mips/msa/vp9_idct16x16_msa.c
+++ b/source/libvpx/vp9/common/mips/msa/vp9_idct16x16_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_idct16_1d_rows_msa(const int16_t *input, int16_t *output) {
« no previous file with comments | « source/libvpx/vp9/common/mips/msa/vp9_convolve_msa.h ('k') | source/libvpx/vp9/common/mips/msa/vp9_idct4x4_msa.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698