Searched refs:vl_vlc_eatbits (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_vlc.h | 226 vl_vlc_eatbits(struct vl_vlc *vlc, unsigned num_bits) in vl_vlc_eatbits() function 245 vl_vlc_eatbits(vlc, num_bits); in vl_vlc_get_uimsbf() 261 vl_vlc_eatbits(vlc, num_bits); in vl_vlc_get_simsbf() 273 vl_vlc_eatbits(vlc, tbl->length); in vl_vlc_get_vlclbf()
|
D | vl_mpeg12_bitstream.c | 729 vl_vlc_eatbits(&bs->vlc, entry->length); in decode_dct() 817 vl_vlc_eatbits(&bs->vlc, 11); in decode_slice() 822 vl_vlc_eatbits(&bs->vlc, 11); in decode_slice() 973 vl_vlc_eatbits(&bs->vlc, 24); in vl_mpg12_bs_decode() 977 vl_vlc_eatbits(&bs->vlc, vl_vlc_valid_bits(&bs->vlc) & 7); in vl_mpg12_bs_decode() 980 vl_vlc_eatbits(&bs->vlc, 8); in vl_mpg12_bs_decode()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | decode.c | 398 vl_vlc_eatbits(&vlc, 8); in vlVdpDecoderFixVC1Startcode()
|