Displaying 1 result from an estimated 1 matches for "b6424d6".
Did you mean:
642466
2013 May 23
2
ASM runtime detection and optimizations
...annels)
st->Fs = Fs;
st->DecControl.API_sampleRate = st->Fs;
st->DecControl.nChannelsAPI = st->channels;
+ st->arch = opus_select_arch();
/* Reset decoder */
ret = silk_InitDecoder( silk_dec );
diff --git a/src/opus_encoder.c b/src/opus_encoder.c
index b6424d6..305fad9 100644
--- a/src/opus_encoder.c
+++ b/src/opus_encoder.c
@@ -40,6 +40,7 @@
#include "arch.h"
#include "opus_private.h"
#include "os_support.h"
+#include "cpu_support.h"
#include "analysis.h"
#include "mathops.h"
#include &qu...