• Home
  • Raw
  • Download

Lines Matching refs:MULT16_16_Q15

93 #define SQR16_Q15(x) (MULT16_16_Q15((x),(x)))
317 …return DIV32_16(SHL32(EXTEND32(32767),9),ADD16(512,MULT16_16_Q15(QCONST16(.60f,15),DIV32_16(32767,… in qcurve()
333 gain_floor[i] = MULT16_16_Q15(noise_gain, in compute_gain_floor()
343 gain_floor[i] = MULT16_16_Q15(echo_gain, in compute_gain_floor()
638 st->frame[i] = MULT16_16_Q15(st->frame[i], st->window[i]); in preprocess_analysis()
804 …gamma = QCONST16(.1f,15)+MULT16_16_Q15(QCONST16(.89f,15),SQR16_Q15(DIV32_16_Q15(st->old_ps[i],ADD3… in speex_preprocess_run()
825 Pframe = QCONST16(.1f,15)+MULT16_16_Q15(QCONST16(.899f,15),qcurve(DIV32_16(Zframe,st->nbands))); in speex_preprocess_run()
859 P1 = QCONST16(.199f,15)+MULT16_16_Q15(QCONST16(.8f,15),qcurve (st->zeta[i])); in speex_preprocess_run()
860 q = Q15_ONE-MULT16_16_Q15(Pframe,P1); in speex_preprocess_run()
863 /*Q8*/tmp = MULT16_16_Q15((SHL32(1,SNR_SHIFT)+st->prior[i]),EXTRACT16(MIN32(Q15ONE,SHR32(spx_exp(-E… in speex_preprocess_run()
902 if (MULT16_16_Q15(QCONST16(.333f,15),g) > st->gain[i]) in speex_preprocess_run()
983 st->frame[i] = MULT16_16_Q15(st->frame[i], st->window[i]); in speex_preprocess_run()
1037 st->outbuf[i] = MULT16_16_Q15(x[st->frame_size-N3+i],st->window[st->frame_size+i]); in speex_preprocess_estimate_update()
1140 (*(spx_int32_t*)ptr) = MULT16_16_Q15(st->speech_prob_start, 100); in speex_preprocess_ctl()
1148 (*(spx_int32_t*)ptr) = MULT16_16_Q15(st->speech_prob_continue, 100); in speex_preprocess_ctl()
1196 (*(spx_int32_t*)ptr) = MULT16_16_Q15(st->speech_prob, 100); in speex_preprocess_ctl()