• Home
  • Raw
  • Download

Lines Matching refs:MULT16_16

426        g = SHR32(MAC16_16(MULT16_16(w,g2),  in stereo_fade()
458 g = SHR32(MAC16_16(MULT16_16(w,g2), in gain_fade()
467 g = SHR32(MAC16_16(MULT16_16(w,g2), in gain_fade()
871 short_alpha = Q15ONE - MULT16_16(25, Q15ONE)/IMAX(50,frame_rate); in compute_stereo_width()
884 pxx = SHR32(MULT16_16(x,x),2); in compute_stereo_width()
885 pxy = SHR32(MULT16_16(x,y),2); in compute_stereo_width()
886 pyy = SHR32(MULT16_16(y,y),2); in compute_stereo_width()
889 pxx += SHR32(MULT16_16(x,x),2); in compute_stereo_width()
890 pxy += SHR32(MULT16_16(x,y),2); in compute_stereo_width()
891 pyy += SHR32(MULT16_16(y,y),2); in compute_stereo_width()
894 pxx += SHR32(MULT16_16(x,x),2); in compute_stereo_width()
895 pxy += SHR32(MULT16_16(x,y),2); in compute_stereo_width()
896 pyy += SHR32(MULT16_16(y,y),2); in compute_stereo_width()
899 pxx += SHR32(MULT16_16(x,x),2); in compute_stereo_width()
900 pxy += SHR32(MULT16_16(x,y),2); in compute_stereo_width()
901 pyy += SHR32(MULT16_16(y,y),2); in compute_stereo_width()
924 corr = SHR32(frac_div32(mem->XY,EPSILON+MULT16_16(sqrt_xx,sqrt_yy)),16); in compute_stereo_width()
926 ldiff = MULT16_16(Q15ONE, ABS16(qrrt_xx-qrrt_yy))/(EPSILON+qrrt_xx+qrrt_yy); in compute_stereo_width()
927 width = MULT16_16_Q15(celt_sqrt(QCONST32(1.f,30)-MULT16_16(corr,corr)), ldiff); in compute_stereo_width()
934 return EXTRACT16(MIN32(Q15ONE, MULT16_16(20, mem->max_follower))); in compute_stereo_width()
1565 rate_offset = (opus_int32)PSHR32(MULT16_16(srate, masking_depth), DB_SHIFT); in opus_encode_native()