Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Datrac9dec.c687 const int min_band_count = s->samplerate_idx > 7 ? 1 : 3; in atrac9_decode_block() local
689 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()