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

Unified Diff: libvpx/source/libvpx/vp8/encoder/x86/dct_x86.h

Issue 7624054: Revert r97185 "Update libvpx snapshot to v0.9.7-p1 (Cayuga)." (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
Patch Set: Created 9 years, 4 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: libvpx/source/libvpx/vp8/encoder/x86/dct_x86.h
diff --git a/libvpx/source/libvpx/vp8/encoder/x86/dct_x86.h b/libvpx/source/libvpx/vp8/encoder/x86/dct_x86.h
index 19f6c1686486a071d42907e17f8aaa0125b7f98f..59a5cb1d72f191e3b041226e091184298213af29 100644
--- a/libvpx/source/libvpx/vp8/encoder/x86/dct_x86.h
+++ b/libvpx/source/libvpx/vp8/encoder/x86/dct_x86.h
@@ -31,12 +31,6 @@ extern prototype_fdct(vp8_short_fdct8x4_mmx);
#undef vp8_fdct_short8x4
#define vp8_fdct_short8x4 vp8_short_fdct8x4_mmx
-#undef vp8_fdct_fast4x4
-#define vp8_fdct_fast4x4 vp8_short_fdct4x4_mmx
-
-#undef vp8_fdct_fast8x4
-#define vp8_fdct_fast8x4 vp8_short_fdct8x4_mmx
-
#endif
#endif
« no previous file with comments | « libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm ('k') | libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698