Home
last modified time | relevance | path

Searched refs:mode_thresholds (Results 1 – 1 of 1) sorted by relevance

/external/libopus/src/
Dopus_encoder.c144 static const opus_int32 mode_thresholds[2][2] = { variable
1162 mode_voice = (opus_int32)(MULT16_32_Q15(Q15ONE-stereo_width,mode_thresholds[0][0]) in opus_encode_native()
1163 + MULT16_32_Q15(stereo_width,mode_thresholds[1][0])); in opus_encode_native()
1164 mode_music = (opus_int32)(MULT16_32_Q15(Q15ONE-stereo_width,mode_thresholds[1][1]) in opus_encode_native()
1165 + MULT16_32_Q15(stereo_width,mode_thresholds[1][1])); in opus_encode_native()