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

/external/libopus/src/
H A Dopus_encoder.c946 int voice_est; /* Probability of voice in Q7 */ local
1069 voice_est = 127;
1071 voice_est = 0;
1074 voice_est = st->voice_ratio*327>>8;
1077 voice_est = IMIN(voice_est, 115);
1079 voice_est = 115;
1081 voice_est = 48;
1096 stereo_threshold = stereo_music_threshold + ((voice_est*voice_est*(stereo_voice_threshol
[all...]

Completed in 54 milliseconds