Searched refs:vl_vlc_peekbits (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_bitstream.c | 764 entry = tbl_B14_DC + vl_vlc_peekbits(&bs->vlc, 17); in decode_dct() 785 entry = table + vl_vlc_peekbits(&bs->vlc, 17); in decode_dct() 811 assert(vl_vlc_bits_left(&bs->vlc) > 23 && vl_vlc_peekbits(&bs->vlc, 23)); in decode_slice() 816 while (vl_vlc_peekbits(&bs->vlc, 11) == 15) { in decode_slice() 821 while (vl_vlc_peekbits(&bs->vlc, 11) == 8) { in decode_slice() 932 } while (vl_vlc_bits_left(&bs->vlc) && vl_vlc_peekbits(&bs->vlc, 23)); in decode_slice() 970 uint32_t code = vl_vlc_peekbits(&bs->vlc, 32); in vl_mpg12_bs_decode()
|
D | vl_vlc.h | 216 vl_vlc_peekbits(struct vl_vlc *vlc, unsigned num_bits) in vl_vlc_peekbits() function 272 tbl += vl_vlc_peekbits(vlc, num_bits); in vl_vlc_get_vlclbf()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | decode.c | 393 uint32_t value = vl_vlc_peekbits(&vlc, 32); in vlVdpDecoderFixVC1Startcode()
|