Lines Matching defs:table
293 /* This table contains superblock_count * 16 entries. Each set of 16
500 current_run = get_vlc2(gb, s->superblock_run_length_vlc.table,
534 current_run = get_vlc2(gb, s->superblock_run_length_vlc.table,
614 current_run = get_vlc2(gb, s->fragment_run_length_vlc.table, 5, 2);
693 int v = get_vlc2(gb, s->block_pattern_vlc[*next_block_pattern_table].table, 3, 2);
854 coding_mode = alphabet[get_vlc2(gb, s->mode_code_vlc.table, 3, 3)];
897 int v = get_vlc2(gb, s->vp4_mv_vlc[axis][vp4_mv_table_selector[FFABS(last_motion)]].table,
955 motion_x[0] = get_vlc2(gb, s->motion_vector_vlc.table,
957 motion_y[0] = get_vlc2(gb, s->motion_vector_vlc.table,
987 motion_x[k] = get_vlc2(gb, s->motion_vector_vlc.table,
989 motion_y[k] = get_vlc2(gb, s->motion_vector_vlc.table,
1121 run_length = get_vlc2(gb, s->superblock_run_length_vlc.table,
1184 VLC *table, int coeff_index,
1200 const VLCElem *vlc_table = table->table;
1320 /* fetch the DC table indexes */
1355 /* fetch the AC table indexes */
1361 /* AC VLC table group 1 */
1366 /* AC VLC table group 2 */
1371 /* AC VLC table group 3 */
1376 /* AC VLC table group 4 */
1422 token = get_vlc2(gb, vlc_tables[coeff_i]->table, 11, 3);
1548 /* fetch the DC table indexes */
1557 /* DC table group */
1561 /* AC VLC table group 1 */
1566 /* AC VLC table group 2 */
1571 /* AC VLC table group 3 */
1576 /* AC VLC table group 4 */
1693 /* This table shows which types of blocks can use other blocks for
1694 * prediction. For example, INTRA is the only mode in this table to
3010 /* loop filter limit values table */
3020 /* quality threshold table */
3028 /* dc scale factor table */