Searched defs:MULT16_16_P14 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dfixed_generic.h125 #define MULT16_16_P14(a,b) (SHR(ADD32(8192,MULT16_16((a),(b))),14)) macro
H A Darch.h195 #define MULT16_16_P14(a,b) ((a)*(b)) macro
H A Dfixed_debug.h641 static OPUS_INLINE short MULT16_16_P14(int a, int b) function
646 fprintf (stderr, "MULT16_16_P14: inputs are not short: %d %d\n", a, b);
655 fprintf (stderr, "MULT16_16_P14: overflow: %d*%d=%d\n", a, b, (int)res);
663 fprintf (stderr, "MULT16_16_P14: output is not short: %d*%d=%d\n", a, b, (int)res);
/external/libopus/celt/
H A Dfixed_generic.h125 #define MULT16_16_P14(a,b) (SHR(ADD32(8192,MULT16_16((a),(b))),14)) macro
H A Darch.h195 #define MULT16_16_P14(a,b) ((a)*(b)) macro
H A Dfixed_debug.h641 static OPUS_INLINE short MULT16_16_P14(int a, int b) function
646 fprintf (stderr, "MULT16_16_P14: inputs are not short: %d %d\n", a, b);
655 fprintf (stderr, "MULT16_16_P14: overflow: %d*%d=%d\n", a, b, (int)res);
663 fprintf (stderr, "MULT16_16_P14: output is not short: %d*%d=%d\n", a, b, (int)res);
/external/speex/libspeex/
H A Dfixed_generic.h100 #define MULT16_16_P14(a,b) (SHR(ADD32(8192,MULT16_16((a),(b))),14)) macro
H A Dfixed_debug.h402 static inline short MULT16_16_P14(int a, int b) function
407 fprintf (stderr, "MULT16_16_P14: inputs are not short: %d %d\n", a, b);
412 fprintf (stderr, "MULT16_16_P14: overflow: %d*%d=%d\n", a, b, (int)res);
415 fprintf (stderr, "MULT16_16_P14: output is not short: %d*%d=%d\n", a, b, (int)res);
H A Darch.h207 #define MULT16_16_P14(a,b) ((a)*(b)) macro
/external/chromium_org/third_party/speex/libspeex/
H A Darch.h206 #define MULT16_16_P14(a,b) ((a)*(b)) macro

Completed in 155 milliseconds