Searched refs:voice_bandwidth_thresholds (Results 1 – 1 of 1) sorted by relevance
1458 const opus_int32 *voice_bandwidth_thresholds, *music_bandwidth_thresholds; in opus_encode_native() local1464 voice_bandwidth_thresholds = stereo_voice_bandwidth_thresholds; in opus_encode_native()1467 voice_bandwidth_thresholds = mono_voice_bandwidth_thresholds; in opus_encode_native()1474 … + ((voice_est*voice_est*(voice_bandwidth_thresholds[i]-music_bandwidth_thresholds[i]))>>14); in opus_encode_native()