Searched refs:bandwidth_thresholds (Results 1 – 1 of 1) sorted by relevance
1459 opus_int32 bandwidth_thresholds[8]; in opus_encode_native() local1473 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()