Home
last modified time | relevance | path

Searched refs:MULT16_16_16 (Results 1 – 10 of 10) sorted by relevance

/external/speex/libspeex/
Dltp.c159 sum = ADD32(sum,MULT16_16(MULT16_16_16(g[0],pitch_control),C[0])); in compute_pitch_error()
160 sum = ADD32(sum,MULT16_16(MULT16_16_16(g[1],pitch_control),C[1])); in compute_pitch_error()
161 sum = ADD32(sum,MULT16_16(MULT16_16_16(g[2],pitch_control),C[2])); in compute_pitch_error()
162 sum = SUB32(sum,MULT16_16(MULT16_16_16(g[0],g[1]),C[3])); in compute_pitch_error()
163 sum = SUB32(sum,MULT16_16(MULT16_16_16(g[2],g[1]),C[4])); in compute_pitch_error()
164 sum = SUB32(sum,MULT16_16(MULT16_16_16(g[2],g[0]),C[5])); in compute_pitch_error()
165 sum = SUB32(sum,MULT16_16(MULT16_16_16(g[0],g[0]),C[6])); in compute_pitch_error()
166 sum = SUB32(sum,MULT16_16(MULT16_16_16(g[1],g[1]),C[7])); in compute_pitch_error()
167 sum = SUB32(sum,MULT16_16(MULT16_16_16(g[2],g[2]),C[8])); in compute_pitch_error()
263 spx_word16_t tmp = MULT16_16_16(corr16[i-start],corr16[i-start]); in open_loop_nbest_pitch()
[all …]
Dltp_bfin.h258 spx_word16_t tmp = MULT16_16_16(corr16[i-start],corr16[i-start]); in open_loop_nbest_pitch()
Dfixed_generic.h72 #define MULT16_16_16(a,b) ((((spx_word16_t)(a))*((spx_word16_t)(b)))) macro
Darch.h185 #define MULT16_16_16(a,b) ((a)*(b)) macro
Dnb_celp.c595 quant = PSHR16(MULT16_16_16(15, ol_pitch_coef),GAIN_SHIFT); in nb_encode()
1444 …exc[st->voc_offset]=MULT16_16(spx_sqrt(MULT16_16_16(2,ol_pitch)),EXTRACT16(PSHR32(MULT16_16(g,PSHR… in nb_decode()
1453 …SUB16(MULT16_16_Q15(Q15_ONE-MULT16_16_16(QCONST16(.85f,9),g),EXTRACT16(PSHR32(innov[i],SIG_SHIFT))… in nb_decode()
1454 … MULT16_16_Q15(MULT16_16_16(QCONST16(.15f,9),g),EXTRACT16(PSHR32(st->voc_m2,SIG_SHIFT))) in nb_decode()
Dquant_lsp.c53 #define LSP_LINEAR_HIGH(i) (ADD16(MULT16_16_16(i,2560),6144))
Dfixed_debug.h239 static inline short MULT16_16_16(int a, int b) in MULT16_16_16() function
/external/libopus/celt/
Dfixed_generic.h132 #define MULT16_16_16(a,b) ((((opus_val16)(a))*((opus_val16)(b)))) macro
Darch.h229 #define MULT16_16_16(a,b) ((a)*(b)) macro
Dfixed_debug.h391 static OPUS_INLINE short MULT16_16_16(int a, int b) in MULT16_16_16() function