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

Unified Diff: src/analysis.h

Issue 107243004: Updating Opus to release 1.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Created 7 years 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 | « silk/typedef.h ('k') | src/analysis.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/analysis.h
diff --git a/src/analysis.h b/src/analysis.h
index cf37792daa42cdfffd02178d73af7d659162f448..be0388faa390cac1a258519baae900b5821c1899 100644
--- a/src/analysis.h
+++ b/src/analysis.h
@@ -60,7 +60,7 @@ typedef struct {
int last_music;
int last_transition;
int count;
- opus_val32 subframe_mem[3];
+ float subframe_mem[3];
int analysis_offset;
/** Probability of having speech for time i to DETECT_SIZE-1 (and music before).
pspeech[0] is the probability that all frames in the window are speech. */
« no previous file with comments | « silk/typedef.h ('k') | src/analysis.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698