• Home
  • Raw
  • Download

Lines Matching refs:MULT16_16

480        g = SHR32(MAC16_16(MULT16_16(w,g2),  in stereo_fade()
512 g = SHR32(MAC16_16(MULT16_16(w,g2), in gain_fade()
521 g = SHR32(MAC16_16(MULT16_16(w,g2), in gain_fade()
666 short_alpha = Q15ONE - MULT16_16(25, Q15ONE)/IMAX(50,frame_rate); in compute_stereo_width()
679 pxx = SHR32(MULT16_16(x,x),2); in compute_stereo_width()
680 pxy = SHR32(MULT16_16(x,y),2); in compute_stereo_width()
681 pyy = SHR32(MULT16_16(y,y),2); in compute_stereo_width()
684 pxx += SHR32(MULT16_16(x,x),2); in compute_stereo_width()
685 pxy += SHR32(MULT16_16(x,y),2); in compute_stereo_width()
686 pyy += SHR32(MULT16_16(y,y),2); in compute_stereo_width()
689 pxx += SHR32(MULT16_16(x,x),2); in compute_stereo_width()
690 pxy += SHR32(MULT16_16(x,y),2); in compute_stereo_width()
691 pyy += SHR32(MULT16_16(y,y),2); in compute_stereo_width()
694 pxx += SHR32(MULT16_16(x,x),2); in compute_stereo_width()
695 pxy += SHR32(MULT16_16(x,y),2); in compute_stereo_width()
696 pyy += SHR32(MULT16_16(y,y),2); in compute_stereo_width()
719 corr = SHR32(frac_div32(mem->XY,EPSILON+MULT16_16(sqrt_xx,sqrt_yy)),16); in compute_stereo_width()
721 ldiff = MULT16_16(Q15ONE, ABS16(qrrt_xx-qrrt_yy))/(EPSILON+qrrt_xx+qrrt_yy); in compute_stereo_width()
722 width = MULT16_16_Q15(celt_sqrt(QCONST32(1.f,30)-MULT16_16(corr,corr)), ldiff); in compute_stereo_width()
729 return EXTRACT16(MIN32(Q15ONE, MULT16_16(20, mem->max_follower))); in compute_stereo_width()
885 energy += SHR32(MULT16_16(pcm[i], pcm[i]), shift); in compute_frame_energy()
1722 rate_offset = (opus_int32)PSHR32(MULT16_16(srate, masking_depth), DB_SHIFT); in opus_encode_native()