Lines Matching defs:vlc
91 vl_vlc_next_input(struct vl_vlc *vlc) in vl_vlc_next_input()
116 vl_vlc_align_data_ptr(struct vl_vlc *vlc) in vl_vlc_align_data_ptr()
130 vl_vlc_fillbits(struct vl_vlc *vlc) in vl_vlc_fillbits()
179 vl_vlc_init(struct vl_vlc *vlc, unsigned num_inputs, in vl_vlc_init()
207 vl_vlc_valid_bits(struct vl_vlc *vlc) in vl_vlc_valid_bits()
216 vl_vlc_bits_left(struct vl_vlc *vlc) in vl_vlc_bits_left()
227 vl_vlc_peekbits(struct vl_vlc *vlc, unsigned num_bits) in vl_vlc_peekbits()
237 vl_vlc_eatbits(struct vl_vlc *vlc, unsigned num_bits) in vl_vlc_eatbits()
249 vl_vlc_get_uimsbf(struct vl_vlc *vlc, unsigned num_bits) in vl_vlc_get_uimsbf()
265 vl_vlc_get_simsbf(struct vl_vlc *vlc, unsigned num_bits) in vl_vlc_get_simsbf()
281 vl_vlc_get_vlclbf(struct vl_vlc *vlc, const struct vl_vlc_entry *tbl, unsigned num_bits) in vl_vlc_get_vlclbf()
292 vl_vlc_search_byte(struct vl_vlc *vlc, unsigned num_bits, uint8_t value) in vl_vlc_search_byte()
349 vl_vlc_removebits(struct vl_vlc *vlc, unsigned pos, unsigned num_bits) in vl_vlc_removebits()
361 vl_vlc_limit(struct vl_vlc *vlc, unsigned bits_left) in vl_vlc_limit()