Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_encoder.c1459 opus_int32 bandwidth_thresholds[8]; in opus_encode_native() local
1473 bandwidth_thresholds[i] = music_bandwidth_thresholds[i] in opus_encode_native()
1478 threshold = bandwidth_thresholds[2*(bandwidth-OPUS_BANDWIDTH_MEDIUMBAND)]; in opus_encode_native()
1479 hysteresis = bandwidth_thresholds[2*(bandwidth-OPUS_BANDWIDTH_MEDIUMBAND)+1]; in opus_encode_native()