Lines Matching defs:table
224 // padded to zero where table size is less then 16
764 const int8_t *table;
774 table = swf_index_tables[nb_bits-2];
807 c->status[i].step_index += table[delta & (~signmask)];
2006 int table[14][16];
2017 av_log(avctx, AV_LOG_ERROR, "Missing coeff table\n");
2024 table[i][n] = THP_GET16(tb);
2028 table[i][n] = THP_GET16(gb);
2050 int64_t factor1 = table[ch][index * 2];
2051 int64_t factor2 = table[ch][index * 2 + 1];