Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_encoder.c1257 const opus_int32 *voice_bandwidth_thresholds, *music_bandwidth_thresholds; in opus_encode_native() local
1273 voice_bandwidth_thresholds = stereo_voice_bandwidth_thresholds; in opus_encode_native()
1276 voice_bandwidth_thresholds = mono_voice_bandwidth_thresholds; in opus_encode_native()
1283 … + ((voice_est*voice_est*(voice_bandwidth_thresholds[i]-music_bandwidth_thresholds[i]))>>14); in opus_encode_native()