Searched refs:kMaxBandwidths (Results 1 – 1 of 1) sorted by relevance
68 constexpr int kMaxBandwidths[] = {OPUS_BANDWIDTH_NARROWBAND, OPUS_BANDWIDTH_MEDIUMBAND, variable71 constexpr size_t kMaxBandwidthsSize = size(kMaxBandwidths);249 opus_int32 maxBandwidth = kMaxBandwidths[maxBandwidthIndex]; in initEncoder()