/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | decode.c | 529 struct vl_vlc vlc = {}; in vlVdpDecoderFixVC1Startcode() local
|
/third_party/mesa3d/src/util/ |
H A D | vl_vlc.h | 87 vl_vlc_next_input(struct vl_vlc *vlc) in vl_vlc_next_input() argument 112 vl_vlc_align_data_ptr(struct vl_vlc *vlc) vl_vlc_align_data_ptr() argument 126 vl_vlc_fillbits(struct vl_vlc *vlc) vl_vlc_fillbits() argument 175 vl_vlc_init(struct vl_vlc *vlc, unsigned num_inputs, const void *const *inputs, const unsigned *sizes) vl_vlc_init() argument 203 vl_vlc_valid_bits(struct vl_vlc *vlc) vl_vlc_valid_bits() argument 212 vl_vlc_bits_left(struct vl_vlc *vlc) vl_vlc_bits_left() argument 223 vl_vlc_peekbits(struct vl_vlc *vlc, unsigned num_bits) vl_vlc_peekbits() argument 233 vl_vlc_eatbits(struct vl_vlc *vlc, unsigned num_bits) vl_vlc_eatbits() argument 245 vl_vlc_get_uimsbf(struct vl_vlc *vlc, unsigned num_bits) vl_vlc_get_uimsbf() argument 261 vl_vlc_get_simsbf(struct vl_vlc *vlc, unsigned num_bits) vl_vlc_get_simsbf() argument 277 vl_vlc_get_vlclbf(struct vl_vlc *vlc, const struct vl_vlc_entry *tbl, unsigned num_bits) vl_vlc_get_vlclbf() argument 288 vl_vlc_search_byte(struct vl_vlc *vlc, unsigned num_bits, uint8_t value) vl_vlc_search_byte() argument 345 vl_vlc_removebits(struct vl_vlc *vlc, unsigned pos, unsigned num_bits) vl_vlc_removebits() argument 357 vl_vlc_limit(struct vl_vlc *vlc, unsigned bits_left) vl_vlc_limit() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | picture.c | 262 struct vl_vlc vlc = {0}; in bufHasStartcode() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | hqx.c | 115 static int decode_block(GetBitContext *gb, VLC *vlc, in decode_block() argument
|
H A D | mimic.c | 227 uint32_t vlc, num_bits; in vlc_decode_block() local
|
H A D | magicyuv.c | 70 VLC vlc[4]; // VLC for each plane member 76 huff_build(const uint8_t len[], uint16_t codes_pos[33], VLC *vlc, int nb_elems, void *logctx) huff_build() argument [all...] |
H A D | rv10.c | 320 static av_cold void rv10_build_vlc(VLC *vlc, const uint16_t len_count[15], in rv10_build_vlc() argument
|
H A D | svq1enc.c | 393 const uint8_t *vlc = ff_svq1_block_type_vlc[SVQ1_BLOCK_INTRA]; in svq1_encode_plane() local 409 const uint8_t *vlc = ff_svq1_block_type_vlc[SVQ1_BLOCK_INTER]; in svq1_encode_plane() local [all...] |
H A D | tscc2.c | 56 static av_cold void tscc2_init_vlc(VLC *vlc, int *offset, int nb_codes, in tscc2_init_vlc() argument
|
H A D | utvideodec.c | 48 static int build_huff(UtvideoContext *c, const uint8_t *src, VLC *vlc, in build_huff() argument 98 VLC vlc; in decode_plane10() local 210 VLC vlc; in decode_plane() local [all...] |
H A D | intrax8.c | 52 static av_cold void x8_init_vlc(VLC *vlc, int nb_bits, int nb_codes, in x8_init_vlc() argument
|
H A D | vp6.c | 263 vp6_build_huff_tree(VP56Context *s, uint8_t coeff_model[], const uint8_t *map, unsigned size, VLC *vlc) vp6_build_huff_tree() argument
|
H A D | smacker.c | 201 VLC vlc[2] = { { 0 } }; in smacker_decode_header_tree() local 597 VLC vlc[4] = { { 0 } }; in smka_decode_frame() local [all...] |
H A D | mss2.c | 248 VLC vlc; in decode_rle() local
|
H A D | mss4.c | 101 static av_cold void mss4_init_vlc(VLC *vlc, unsigned *offset, in mss4_init_vlc() argument 159 static inline int get_coeff(GetBitContext *gb, VLC *vlc) in get_coeff() argument
|
H A D | rv40.c | 47 static av_cold void rv40_init_table(VLC *vlc, unsigned *offset, int nb_bits, in rv40_init_table() argument
|
H A D | ralf.c | 77 static av_cold int init_ralf_vlc(VLC *vlc, const uint8_t *data, int elems) in init_ralf_vlc() argument 248 VLC *vlc = set->filter_coeffs[ctx->filter_bits] + 5; in decode_channel() local
|
H A D | dvenc.c | 145 static av_always_inline int dv_rl2vlc(int run, int l, int sign, uint32_t *vlc) in dv_rl2vlc() argument 106 dv_rl2vlc(int run, int level, int sign, uint32_t *vlc) dv_rl2vlc() argument 183 uint32_t vlc = bi->partial_bit_buffer; dv_encode_ac() local [all...] |
H A D | clearvideo.c | 654 static av_cold void build_vlc(VLC *vlc, const uint8_t counts[16], in build_vlc() argument
|
H A D | atrac9dec.c | 843 static av_cold void atrac9_init_vlc(VLC *vlc, int nb_bits, int nb_codes, in atrac9_init_vlc() argument
|
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
H A D | h264dprc.c | 302 struct vl_vlc vlc; in decode_frame() local
|
/kernel/linux/linux-5.10/drivers/media/pci/tw5864/ |
H A D | tw5864.h | 133 struct tw5864_dma_buf vlc; member
|
/kernel/linux/linux-6.6/drivers/media/pci/tw5864/ |
H A D | tw5864.h | 133 struct tw5864_dma_buf vlc; member
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_h265.c | 913 vid_dec_h265_Decode(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left) vid_dec_h265_Decode() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_dec_h264_common.c | 965 void vid_dec_h264_Decode(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left) in vid_dec_h264_Decode() argument [all...] |