Lines Matching defs:table_size
61 int index = vlc->table_size;
63 vlc->table_size += size;
64 if (vlc->table_size > vlc->table_allocated) {
71 vlc->table_size = 0;
101 vlc->table_size = 0;
140 int table_size, table_index;
145 table_size = 1 << table_nb_bits;
146 table_index = alloc_table(vlc, table_size, flags & INIT_VLC_USE_NEW_STATIC);
147 ff_dlog(NULL, "new table index=%d size=%d\n", table_index, table_size);
220 for (int i = 0; i < table_size; i++) {
234 if (vlc->table_size != vlc->table_allocated &&
236 av_log(NULL, AV_LOG_ERROR, "needed %d had %d\n", vlc->table_size, vlc->table_allocated);