Home
last modified time | relevance | path

Searched refs:tbl_B10 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c528 static struct vl_vlc_entry tbl_B10[1 << 11]; variable
605 vl_vlc_init_table(tbl_B10, Elements(tbl_B10), motion_code, Elements(motion_code)); in init_tables()
635 motion_code = vl_vlc_get_vlclbf(&bs->vlc, tbl_B10, 11); in motion_vector()