Lines Matching refs:SHR32
460 g = SHR32(MAC16_16(MULT16_16(w,g2), in stereo_fade()
492 g = SHR32(MAC16_16(MULT16_16(w,g2), in gain_fade()
501 g = SHR32(MAC16_16(MULT16_16(w,g2), in gain_fade()
659 pxx = SHR32(MULT16_16(x,x),2); in compute_stereo_width()
660 pxy = SHR32(MULT16_16(x,y),2); in compute_stereo_width()
661 pyy = SHR32(MULT16_16(y,y),2); in compute_stereo_width()
664 pxx += SHR32(MULT16_16(x,x),2); in compute_stereo_width()
665 pxy += SHR32(MULT16_16(x,y),2); in compute_stereo_width()
666 pyy += SHR32(MULT16_16(y,y),2); in compute_stereo_width()
669 pxx += SHR32(MULT16_16(x,x),2); in compute_stereo_width()
670 pxy += SHR32(MULT16_16(x,y),2); in compute_stereo_width()
671 pyy += SHR32(MULT16_16(y,y),2); in compute_stereo_width()
674 pxx += SHR32(MULT16_16(x,x),2); in compute_stereo_width()
675 pxy += SHR32(MULT16_16(x,y),2); in compute_stereo_width()
676 pyy += SHR32(MULT16_16(y,y),2); in compute_stereo_width()
678 xx += SHR32(pxx, 10); in compute_stereo_width()
679 xy += SHR32(pxy, 10); in compute_stereo_width()
680 yy += SHR32(pyy, 10); in compute_stereo_width()
705 corr = SHR32(frac_div32(mem->XY,EPSILON+MULT16_16(sqrt_xx,sqrt_yy)),16); in compute_stereo_width()
878 energy += SHR32(MULT16_16(pcm[i], pcm[i]), shift); in compute_frame_energy()
1698 HB_gain = Q15ONE - SHR32(celt_exp2(-celt_rate * QCONST16(1.f/1024, 10)), 1); in opus_encode_native()