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

Unified Diff: source/libvpx/vp8/common/mips/dspr2/dequantize_dspr2.c

Issue 1124333011: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: only update to last nights LKGR Created 5 years, 7 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
« no previous file with comments | « source/libvpx/vp8/common/mfqe.c ('k') | source/libvpx/vp8/common/postproc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp8/common/mips/dspr2/dequantize_dspr2.c
diff --git a/source/libvpx/vp8/common/mips/dspr2/dequantize_dspr2.c b/source/libvpx/vp8/common/mips/dspr2/dequantize_dspr2.c
index 619ee808d8d6ff983b2bcdc35e6834802f2ff3dc..fc3bb8ad9dbe59682d23949ba5d2cb9d9ab09705 100644
--- a/source/libvpx/vp8/common/mips/dspr2/dequantize_dspr2.c
+++ b/source/libvpx/vp8/common/mips/dspr2/dequantize_dspr2.c
@@ -26,7 +26,7 @@ void vp8_dequant_idct_add_dspr2(short *input, short *dq,
vp8_short_idct4x4llm_dspr2(input, dest, stride, dest, stride);
- vpx_memset(input, 0, 32);
+ memset(input, 0, 32);
}
« no previous file with comments | « source/libvpx/vp8/common/mfqe.c ('k') | source/libvpx/vp8/common/postproc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698