Searched refs:min_band_count (Results 1 – 1 of 1) sorted by relevance
687 const int min_band_count = s->samplerate_idx > 7 ? 1 : 3; in atrac9_decode_block() local689 b->band_count = get_bits(gb, 4) + min_band_count; in atrac9_decode_block()701 stereo_band = get_bits(gb, 4) + min_band_count; in atrac9_decode_block()712 ext_band = get_bits(gb, 4) + min_band_count; in atrac9_decode_block()