Lines Matching defs:tables
232 /* tables */
417 * This function sets up the dequantization tables used for a particular
1176 * levels (since different coefficient types require different VLC tables.
1359 /* build tables of AC VLC tables */
1539 VLC *tables[2][64];
1555 /* build tables of DC/AC VLC tables */
1558 tables[0][0] = &s->coeff_vlc[dc_y_table];
1559 tables[1][0] = &s->coeff_vlc[dc_c_table];
1562 tables[0][i] = &s->coeff_vlc[ac_y_table + 16];
1563 tables[1][i] = &s->coeff_vlc[ac_c_table + 16];
1567 tables[0][i] = &s->coeff_vlc[ac_y_table + 32];
1568 tables[1][i] = &s->coeff_vlc[ac_c_table + 32];
1572 tables[0][i] = &s->coeff_vlc[ac_y_table + 48];
1573 tables[1][i] = &s->coeff_vlc[ac_c_table + 48];
1577 tables[0][i] = &s->coeff_vlc[ac_y_table + 64];
1578 tables[1][i] = &s->coeff_vlc[ac_c_table + 64];
1615 if (vp4_unpack_vlcs(s, gb, tables[!!plane], plane, eob_tracker, fragment) < 0)
2271 /// Allocate tables for per-frame data in Vp3DecodeContext
2295 /* work out the block mapping tables */
2438 /* init VLC tables */
3094 /* Huffman tables */