Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Datrac9dec.c689 const int min_band_count = s->samplerate_idx > 7 ? 1 : 3; in atrac9_decode_block() local
691 b->band_count = get_bits(gb, 4) + min_band_count; in atrac9_decode_block()
703 stereo_band = get_bits(gb, 4) + min_band_count; in atrac9_decode_block()
714 ext_band = get_bits(gb, 4) + min_band_count; in atrac9_decode_block()

Completed in 2 milliseconds