/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_mpeg12_bitstream.c | 205 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;
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_mpeg12_bitstream.c | 205 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;
|