Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Datrac9dec.c38 int band_ext; member
215 b->channel[1].band_ext = get_bits(gb, 2); in parse_band_ext()
216 b->channel[1].band_ext = ext_band > 2 ? b->channel[1].band_ext : 4; in parse_band_ext()
232 b->channel[0].band_ext = get_bits(gb, 2); in parse_band_ext()
233 b->channel[0].band_ext = ext_band > 2 ? b->channel[0].band_ext : 4; in parse_band_ext()
238 const int count = at9_tab_band_ext_cnt[c->band_ext][ext_band]; in parse_band_ext()
240 int len = at9_tab_band_ext_lengths[c->band_ext][ext_band][j]; in parse_band_ext()
250 const int count = at9_tab_band_ext_cnt[c->band_ext][ext_ban in parse_band_ext()
[all...]

Completed in 2 milliseconds