Searched defs:MULT16_16_Q15 (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dfixed_c5x.h60 #undef MULT16_16_Q15 macro
61 #define MULT16_16_Q15(a,b) (_smpy(a,b)) macro
H A Dfixed_generic.h122 #define MULT16_16_Q15(a,b) (SHR(MULT16_16((a),(b)),15)) macro
H A Darch.h192 #define MULT16_16_Q15(a,b) ((a)*(b)) macro
H A Dfixed_debug.h587 #define MULT16_16_Q15(a, b) MULT16_16_Q15_(a, b, __FILE__, __LINE__) macro
593 fprintf (stderr, "MULT16_16_Q15: inputs are not short: %d %d in %s: line %d\n", a, b, file, line);
602 fprintf (stderr, "MULT16_16_Q15: output is not short: %d in %s: line %d\n", (int)res, file, line);
/external/libopus/celt/
H A Dfixed_generic.h122 #define MULT16_16_Q15(a,b) (SHR(MULT16_16((a),(b)),15)) macro
H A Darch.h192 #define MULT16_16_Q15(a,b) ((a)*(b)) macro
H A Dfixed_debug.h587 #define MULT16_16_Q15(a, b) MULT16_16_Q15_(a, b, __FILE__, __LINE__) macro
593 fprintf (stderr, "MULT16_16_Q15: inputs are not short: %d %d in %s: line %d\n", a, b, file, line);
602 fprintf (stderr, "MULT16_16_Q15: output is not short: %d in %s: line %d\n", (int)res, file, line);
/external/speex/libspeex/
H A Dfixed_generic.h97 #define MULT16_16_Q15(a,b) (SHR(MULT16_16((a),(b)),15)) macro
H A Dfixed_debug.h368 static inline short MULT16_16_Q15(int a, int b) function
373 fprintf (stderr, "MULT16_16_Q15: inputs are not short: %d %d\n", a, b);
379 fprintf (stderr, "MULT16_16_Q15: output is not short: %d\n", (int)res);
H A Darch.h204 #define MULT16_16_Q15(a,b) ((a)*(b)) macro
/external/chromium_org/third_party/speex/libspeex/
H A Darch.h203 #define MULT16_16_Q15(a,b) ((a)*(b)) macro

Completed in 676 milliseconds