Lines Matching defs:coeff_vlc
280 VLC coeff_vlc[5 * 16];
362 for (i = 0; i < FF_ARRAY_ELEMS(s->coeff_vlc); i++)
363 ff_free_vlc(&s->coeff_vlc[i]);
1325 residual_eob_run = unpack_vlcs(s, gb, &s->coeff_vlc[dc_y_table], 0,
1336 residual_eob_run = unpack_vlcs(s, gb, &s->coeff_vlc[dc_c_table], 0,
1340 residual_eob_run = unpack_vlcs(s, gb, &s->coeff_vlc[dc_c_table], 0,
1362 y_tables[i] = &s->coeff_vlc[ac_y_table + 16];
1363 c_tables[i] = &s->coeff_vlc[ac_c_table + 16];
1367 y_tables[i] = &s->coeff_vlc[ac_y_table + 32];
1368 c_tables[i] = &s->coeff_vlc[ac_c_table + 32];
1372 y_tables[i] = &s->coeff_vlc[ac_y_table + 48];
1373 c_tables[i] = &s->coeff_vlc[ac_c_table + 48];
1377 y_tables[i] = &s->coeff_vlc[ac_y_table + 64];
1378 c_tables[i] = &s->coeff_vlc[ac_c_table + 64];
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];
2440 for (int i = 0; i < FF_ARRAY_ELEMS(s->coeff_vlc); i++) {
2441 ret = ff_init_vlc_from_lengths(&s->coeff_vlc[i], 11, 32,
2449 for (i = 0; i < FF_ARRAY_ELEMS(s->coeff_vlc); i++) {
2452 ret = ff_init_vlc_from_lengths(&s->coeff_vlc[i], 11, tab->nb_entries,