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

Unified Diff: third_party/libwebp/dsp/filters_sse2.c

Issue 2651883004: libwebp-0.6.0-rc1 (Closed)
Patch Set: Created 3 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
« no previous file with comments | « third_party/libwebp/dsp/filters_neon.c ('k') | third_party/libwebp/dsp/lossless.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/dsp/filters_sse2.c
diff --git a/third_party/libwebp/dsp/filters_sse2.c b/third_party/libwebp/dsp/filters_sse2.c
index 61bc6b51e351f467210665a2a8d49c81630c8881..9a5d8eab008192f83020b5ac4bbfcee115c1371f 100644
--- a/third_party/libwebp/dsp/filters_sse2.c
+++ b/third_party/libwebp/dsp/filters_sse2.c
@@ -315,6 +315,7 @@ extern void VP8FiltersInitSSE2(void);
WEBP_TSAN_IGNORE_FUNCTION void VP8FiltersInitSSE2(void) {
WebPUnfilters[WEBP_FILTER_HORIZONTAL] = HorizontalUnfilter;
+ WebPUnfilters[WEBP_FILTER_VERTICAL] = VerticalUnfilter;
// crbug.com/654974
// WebPUnfilters[WEBP_FILTER_VERTICAL] = VerticalUnfilter;
(void)VerticalUnfilter;
« no previous file with comments | « third_party/libwebp/dsp/filters_neon.c ('k') | third_party/libwebp/dsp/lossless.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698