Lines Matching refs:lev
86 static LevelCodes lev[4 + 3 + 3]; // 0..3: Y, 4..6: U, 7..9: V
602 tile = decode_tile_info(&c->gb, &lev[0], 0); // Y
617 tile = decode_tile_info(&c->gb, &lev[4], 0); // U
624 tile = decode_tile_info(&c->gb, &lev[7], 0); // V
687 build_vlc(&lev[i].mv_cb, clv_mv_len_counts[k], &mv_syms, &offset);
690 if (i == FF_ARRAY_ELEMS(lev) - 1)
693 lev[i].flags_cb.table = &vlc_buf[offset];
694 lev[i].flags_cb.table_allocated = FF_ARRAY_ELEMS(vlc_buf) - offset;
695 ff_init_vlc_from_lengths(&lev[i].flags_cb, CLV_VLC_BITS, 16,
699 offset += lev[i].flags_cb.table_size;
701 build_vlc(&lev[i + 1].bias_cb, clv_bias_len_counts[j],