search for: celt_encoder_c

Displaying 1 result from an estimated 1 matches for "celt_encoder_c".

Did you mean: celt_encoder
2013 May 23
2
ASM runtime detection and optimizations
...+MAX_PERIOD-exc_length, lpc+c*LPC_ORDER, exc+MAX_PERIOD-exc_length, exc_length, LPC_ORDER, lpc_mem); } diff --git a/celt/celt_encoder.c b/celt/celt_encoder.c index 26e6ebb..08fddd0 100644 --- a/celt/celt_encoder.c +++ b/celt/celt_encoder.c @@ -33,6 +33,7 @@ #define CELT_ENCODER_C +#include "cpu_support.h" #include "os_support.h" #include "mdct.h" #include <math.h> @@ -75,6 +76,7 @@ struct OpusCustomEncoder { int lsb_depth; int variable_duration; int lfe; + int arch; /* Everything beyond this point gets cleared on...