Searched defs:motion_code (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c205 static const struct vl_vlc_compressed motion_code[] = { variable in typeref:struct:vl_vlc_compressed
605 vl_vlc_init_table(tbl_B10, Elements(tbl_B10), motion_code, Elements(motion_code));
631 int motion_code; local
635 motion_code = vl_vlc_get_vlclbf(&bs->vlc, tbl_B10, 11);
638 if (r_size && motion_code) {
640 delta[t] = ((abs(motion_code) - 1) << r_size) + residual;
641 if (motion_code < 0)
644 delta[t] = motion_code;

Completed in 120 milliseconds