Lines Matching refs:band_ext
38 int band_ext;
215 b->channel[1].band_ext = get_bits(gb, 2);
216 b->channel[1].band_ext = ext_band > 2 ? b->channel[1].band_ext : 4;
232 b->channel[0].band_ext = get_bits(gb, 2);
233 b->channel[0].band_ext = ext_band > 2 ? b->channel[0].band_ext : 4;
238 const int count = at9_tab_band_ext_cnt[c->band_ext][ext_band];
240 int len = at9_tab_band_ext_lengths[c->band_ext][ext_band][j];
250 const int count = at9_tab_band_ext_cnt[c->band_ext][ext_band];
252 int len = at9_tab_band_ext_lengths[c->band_ext][ext_band][j];
568 switch (c->band_ext) {