Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Datrac9dec.c688 int stereo_band, ext_band; in atrac9_decode_block() local
703 stereo_band = get_bits(gb, 4) + min_band_count; in atrac9_decode_block()
704 if (stereo_band > b->band_count) { in atrac9_decode_block()
706 stereo_band); in atrac9_decode_block()
709 b->stereo_q_unit = at9_tab_band_q_unit_map[stereo_band]; in atrac9_decode_block()

Completed in 2 milliseconds