Lines Matching defs:ac_c_table
1310 int ac_c_table;
1357 ac_c_table = get_bits(gb, 4);
1363 c_tables[i] = &s->coeff_vlc[ac_c_table + 16];
1368 c_tables[i] = &s->coeff_vlc[ac_c_table + 32];
1373 c_tables[i] = &s->coeff_vlc[ac_c_table + 48];
1378 c_tables[i] = &s->coeff_vlc[ac_c_table + 64];
1538 int ac_c_table;
1553 ac_c_table = get_bits(gb, 4);
1563 tables[1][i] = &s->coeff_vlc[ac_c_table + 16];
1568 tables[1][i] = &s->coeff_vlc[ac_c_table + 32];
1573 tables[1][i] = &s->coeff_vlc[ac_c_table + 48];
1578 tables[1][i] = &s->coeff_vlc[ac_c_table + 64];