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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c528 static struct vl_vlc_entry tbl_B10[1 << 11]; variable in typeref:struct:vl_vlc_entry[]
605 vl_vlc_init_table(tbl_B10, ARRAY_SIZE(tbl_B10), motion_code, ARRAY_SIZE(motion_code));
629 motion_code = vl_vlc_get_vlclbf(&bs->vlc, tbl_B10, 11);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c528 static struct vl_vlc_entry tbl_B10[1 << 11]; variable in typeref:struct:vl_vlc_entry[]
605 vl_vlc_init_table(tbl_B10, ARRAY_SIZE(tbl_B10), motion_code, ARRAY_SIZE(motion_code));
629 motion_code = vl_vlc_get_vlclbf(&bs->vlc, tbl_B10, 11);

Completed in 3 milliseconds