Home | History | Annotate | Download | only in src

Lines Matching refs:MULT16_32_Q15

907    mem->XX += MULT16_32_Q15(short_alpha, xx-mem->XX);
908 mem->XY += MULT16_32_Q15(short_alpha, xy-mem->XY);
909 mem->YY += MULT16_32_Q15(short_alpha, yy-mem->YY);
1162 mode_voice = (opus_int32)(MULT16_32_Q15(Q15ONE-stereo_width,mode_thresholds[0][0])
1163 + MULT16_32_Q15(stereo_width,mode_thresholds[1][0]));
1164 mode_music = (opus_int32)(MULT16_32_Q15(Q15ONE-stereo_width,mode_thresholds[1][1])
1165 + MULT16_32_Q15(stereo_width,mode_thresholds[1][1]));