Home | History | Annotate | Download | only in src

Lines Matching full:mode_thresholds

142 static const opus_int32 mode_thresholds[2][2] = {
1134 mode_voice = (opus_int32)(MULT16_32_Q15(Q15ONE-stereo_width,mode_thresholds[0][0])
1135 + MULT16_32_Q15(stereo_width,mode_thresholds[1][0]));
1136 mode_music = (opus_int32)(MULT16_32_Q15(Q15ONE-stereo_width,mode_thresholds[1][1])
1137 + MULT16_32_Q15(stereo_width,mode_thresholds[1][1]));