Searched refs:MULT16_16_16 (Results 1 – 7 of 7) sorted by relevance
/external/speex/libspeex/ |
D | ltp.c | 159 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 …]
|
D | ltp_bfin.h | 258 spx_word16_t tmp = MULT16_16_16(corr16[i-start],corr16[i-start]); in open_loop_nbest_pitch()
|
D | fixed_generic.h | 68 #define MULT16_16_16(a,b) ((((spx_word16_t)(a))*((spx_word16_t)(b)))) macro
|
D | arch.h | 184 #define MULT16_16_16(a,b) ((a)*(b)) macro
|
D | quant_lsp.c | 53 #define LSP_LINEAR_HIGH(i) (ADD16(MULT16_16_16(i,2560),6144))
|
D | nb_celp.c | 595 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()
|
D | fixed_debug.h | 239 static inline short MULT16_16_16(int a, int b) in MULT16_16_16() function
|