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

Unified Diff: source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm

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/alloccommon.c ('k') | source/libvpx/vp8/common/arm/armv6/vp8_sad16x16_armv6.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm
diff --git a/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm b/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm
index 2510ad838357c76e3f0e00a4855d13e0e1bd2095..db48ded582742ef1d3c781f8a0a764ac36592b41 100644
--- a/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm
+++ b/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm
@@ -165,7 +165,7 @@ vp8_dequant_idct_loop2_v6
str r1, [r2], r12 ; store output to dst
bne vp8_dequant_idct_loop2_v6
-; vpx_memset
+; memset
sub r0, r0, #32
add sp, sp, #4
« no previous file with comments | « source/libvpx/vp8/common/alloccommon.c ('k') | source/libvpx/vp8/common/arm/armv6/vp8_sad16x16_armv6.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698