Home
last modified time | relevance | path

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

/external/chromium_org/third_party/opus/src/src/
Dopus_encoder.c978 int voice_est; /* Probability of voice in Q7 */ in opus_encode_native() local
1101 voice_est = 127; in opus_encode_native()
1103 voice_est = 0; in opus_encode_native()
1106 voice_est = st->voice_ratio*327>>8; in opus_encode_native()
1109 voice_est = IMIN(voice_est, 115); in opus_encode_native()
1111 voice_est = 115; in opus_encode_native()
1113 voice_est = 48; in opus_encode_native()
1128 …stereo_threshold = stereo_music_threshold + ((voice_est*voice_est*(stereo_voice_threshold-stereo_m… in opus_encode_native()
1170 threshold = mode_music + ((voice_est*voice_est*(mode_voice-mode_music))>>14); in opus_encode_native()
1185 if (st->silk_mode.useInBandFEC && st->silk_mode.packetLossPercentage > (128-voice_est)>>4) in opus_encode_native()
[all …]