Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_encoder.c1258 opus_int32 bandwidth_thresholds[8]; in opus_encode_native() local
1282 bandwidth_thresholds[i] = music_bandwidth_thresholds[i] in opus_encode_native()
1287 threshold = bandwidth_thresholds[2*(bandwidth-OPUS_BANDWIDTH_MEDIUMBAND)]; in opus_encode_native()
1288 hysteresis = bandwidth_thresholds[2*(bandwidth-OPUS_BANDWIDTH_MEDIUMBAND)+1]; in opus_encode_native()