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

Unified Diff: third_party/WebKit/Source/platform/audio/SincResampler.cpp

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 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: third_party/WebKit/Source/platform/audio/SincResampler.cpp
diff --git a/third_party/WebKit/Source/platform/audio/SincResampler.cpp b/third_party/WebKit/Source/platform/audio/SincResampler.cpp
index 2a2862bf20bb31ea4dc2eb447316a430a9965118..b46acc9a2176892fb82bc80c5953bdb98024cd48 100644
--- a/third_party/WebKit/Source/platform/audio/SincResampler.cpp
+++ b/third_party/WebKit/Source/platform/audio/SincResampler.cpp
@@ -464,6 +464,7 @@ void SincResampler::Process(AudioSourceProvider* source_provider,
}
#endif
}
+#undef CONVOLVE_ONE_SAMPLE
// Linearly interpolate the two "convolutions".
double result = (1.0 - kernel_interpolation_factor) * sum1 +

Powered by Google App Engine
This is Rietveld 408576698