Searched refs:min_detected_bandwidth (Results 1 – 1 of 1) sorted by relevance
1527 int min_detected_bandwidth; in opus_encode_native() local1533 min_detected_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()1535 min_detected_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()1537 min_detected_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()1539 min_detected_bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in opus_encode_native()1541 min_detected_bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encode_native()1543 st->detected_bandwidth = IMAX(st->detected_bandwidth, min_detected_bandwidth); in opus_encode_native()