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

Unified Diff: source/libvpx/vp9/common/x86/vp9_loopfilter_mmx.asm

Issue 812033011: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 5 years, 11 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/x86/vp9_loopfilter_mmx.asm
===================================================================
--- source/libvpx/vp9/common/x86/vp9_loopfilter_mmx.asm (revision 293588)
+++ source/libvpx/vp9/common/x86/vp9_loopfilter_mmx.asm (working copy)
@@ -601,9 +601,6 @@
t80:
times 8 db 0x80
align 16
-t1s:
- times 8 db 0x01
-align 16
t3:
times 8 db 0x03
align 16
@@ -612,15 +609,3 @@
align 16
ones:
times 4 dw 0x0001
-align 16
-s27:
- times 4 dw 0x1b00
-align 16
-s18:
- times 4 dw 0x1200
-align 16
-s9:
- times 4 dw 0x0900
-align 16
-s63:
- times 4 dw 0x003f
« no previous file with comments | « source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c ('k') | source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698