OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MULT16_32_P16
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
arch.h
196
#define
MULT16_32_P16
(a,b) ((a)*(b))
fixed_generic.h
43
#define
MULT16_32_P16
(a,b) ADD32(MULT16_16((a),SHR((b),16)), PSHR(MULT16_16SU((a),((b)&0x0000ffff)),16))
fixed_debug.h
50
#define
MULT16_32_P16
(a,b) MULT16_32_PX(a,b,16)
/external/libopus/celt/
arch.h
196
#define
MULT16_32_P16
(a,b) ((a)*(b))
fixed_generic.h
43
#define
MULT16_32_P16
(a,b) ADD32(MULT16_16((a),SHR((b),16)), PSHR(MULT16_16SU((a),((b)&0x0000ffff)),16))
fixed_debug.h
50
#define
MULT16_32_P16
(a,b) MULT16_32_PX(a,b,16)
/external/chromium_org/third_party/opus/src/src/
opus_decoder.c
560
x =
MULT16_32_P16
(pcm[i],gain);
/external/libopus/src/
opus_decoder.c
560
x =
MULT16_32_P16
(pcm[i],gain);
Completed in 8735 milliseconds