OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MULT16_16_16
(Results
1 - 10
of
10
) sorted by null
/external/speex/libspeex/
ltp.c
159
sum = ADD32(sum,MULT16_16(
MULT16_16_16
(g[0],pitch_control),C[0]));
160
sum = ADD32(sum,MULT16_16(
MULT16_16_16
(g[1],pitch_control),C[1]));
161
sum = ADD32(sum,MULT16_16(
MULT16_16_16
(g[2],pitch_control),C[2]));
162
sum = SUB32(sum,MULT16_16(
MULT16_16_16
(g[0],g[1]),C[3]));
163
sum = SUB32(sum,MULT16_16(
MULT16_16_16
(g[2],g[1]),C[4]));
164
sum = SUB32(sum,MULT16_16(
MULT16_16_16
(g[2],g[0]),C[5]));
165
sum = SUB32(sum,MULT16_16(
MULT16_16_16
(g[0],g[0]),C[6]));
166
sum = SUB32(sum,MULT16_16(
MULT16_16_16
(g[1],g[1]),C[7]));
167
sum = SUB32(sum,MULT16_16(
MULT16_16_16
(g[2],g[2]),C[8]));
263
spx_word16_t tmp =
MULT16_16_16
(corr16[i-start],corr16[i-start])
[
all
...]
ltp_bfin.h
258
spx_word16_t tmp =
MULT16_16_16
(corr16[i-start],corr16[i-start]);
arch.h
185
#define
MULT16_16_16
(a,b) ((a)*(b))
fixed_generic.h
72
#define
MULT16_16_16
(a,b) ((((spx_word16_t)(a))*((spx_word16_t)(b))))
quant_lsp.c
53
#define LSP_LINEAR_HIGH(i) (ADD16(
MULT16_16_16
(i,2560),6144))
fixed_debug.h
239
static inline short
MULT16_16_16
(int a, int b)
244
fprintf (stderr, "
MULT16_16_16
: inputs are not short: %d %d\n", a, b);
248
fprintf (stderr, "
MULT16_16_16
: output is not short: %d\n", res);
nb_celp.c
595
quant = PSHR16(
MULT16_16_16
(15, ol_pitch_coef),GAIN_SHIFT);
[
all
...]
/external/libopus/celt/
arch.h
212
#define
MULT16_16_16
(a,b) ((a)*(b))
fixed_generic.h
121
#define
MULT16_16_16
(a,b) ((((opus_val16)(a))*((opus_val16)(b))))
fixed_debug.h
384
static OPUS_INLINE short
MULT16_16_16
(int a, int b)
389
fprintf (stderr, "
MULT16_16_16
: inputs are not short: %d %d\n", a, b);
397
fprintf (stderr, "
MULT16_16_16
: output is not short: %d\n", res);
Completed in 97 milliseconds