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

Unified Diff: celt/cwrs.c

Issue 12388030: Update Opus to 1.0.2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Created 7 years, 10 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 | « celt/celt.c ('k') | celt/ecintrin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: celt/cwrs.c
diff --git a/celt/cwrs.c b/celt/cwrs.c
index ac81a7ebceb07e407c2175cf6425e97a32fda51b..8edc919d7bc55911fd539caf6806739a5f200c1a 100644
--- a/celt/cwrs.c
+++ b/celt/cwrs.c
@@ -337,7 +337,7 @@ static opus_uint32 ncwrs_urow(unsigned _n,unsigned _k,opus_uint32 *_u){
but _k isn't tested here because k<=52 for n=7*/
if(_n<=6)
#endif
- {
+ {
/*If _n==0, _u[0] should be 1 and the rest should be 0.*/
/*If _n==1, _u[i] should be 1 for i>1.*/
celt_assert(_n>=2);
« no previous file with comments | « celt/celt.c ('k') | celt/ecintrin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698