| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_mpeg12_bitstream.h | 32 #include "vl_vlc.h" 41 struct vl_vlc vlc;
|
| H A D | vl_vlc.h | 41 struct vl_vlc struct 91 vl_vlc_next_input(struct vl_vlc *vlc) 116 vl_vlc_align_data_ptr(struct vl_vlc *vlc) 130 vl_vlc_fillbits(struct vl_vlc *vlc) 179 vl_vlc_init(struct vl_vlc *vlc, unsigned num_inputs, 207 vl_vlc_valid_bits(struct vl_vlc *vlc) 216 vl_vlc_bits_left(struct vl_vlc *vlc) 227 vl_vlc_peekbits(struct vl_vlc *vlc, unsigned num_bits) 237 vl_vlc_eatbits(struct vl_vlc *vlc, unsigned num_bits) 249 vl_vlc_get_uimsbf(struct vl_vlc *vl [all...] |
| H A D | vl_rbsp.h | 41 #include "vl/vl_vlc.h" 44 struct vl_vlc nal; 51 static inline void vl_rbsp_init(struct vl_rbsp *rbsp, struct vl_vlc *nal, unsigned num_bits)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_mpeg12_bitstream.h | 32 #include "vl_vlc.h" 41 struct vl_vlc vlc;
|
| H A D | vl_vlc.h | 41 struct vl_vlc struct 91 vl_vlc_next_input(struct vl_vlc *vlc) 116 vl_vlc_align_data_ptr(struct vl_vlc *vlc) 130 vl_vlc_fillbits(struct vl_vlc *vlc) 179 vl_vlc_init(struct vl_vlc *vlc, unsigned num_inputs, 207 vl_vlc_valid_bits(struct vl_vlc *vlc) 216 vl_vlc_bits_left(struct vl_vlc *vlc) 227 vl_vlc_peekbits(struct vl_vlc *vlc, unsigned num_bits) 237 vl_vlc_eatbits(struct vl_vlc *vlc, unsigned num_bits) 249 vl_vlc_get_uimsbf(struct vl_vlc *vl [all...] |
| H A D | vl_rbsp.h | 41 #include "vl/vl_vlc.h" 44 struct vl_vlc nal; 51 static inline void vl_rbsp_init(struct vl_rbsp *rbsp, struct vl_vlc *nal, unsigned num_bits)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/ |
| H A D | vid_dec_h264_common.h | 94 void vid_dec_h264_Decode(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left);
|
| H A D | vid_dec_common.h | 52 void (*Decode)(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left); \
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/ |
| H A D | vid_dec_h264_common.h | 94 void vid_dec_h264_Decode(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left);
|
| H A D | vid_dec_common.h | 54 void (*Decode)(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | picture_vp9.c | 28 #include "vl/vl_vlc.h" 119 static unsigned vp9_u(struct vl_vlc *vlc, unsigned n) 132 static signed vp9_s(struct vl_vlc *vlc, unsigned n) 143 static void bitdepth_colorspace_sampling(struct vl_vlc *vlc, unsigned profile) 157 static void frame_size(struct vl_vlc *vlc) 175 struct vl_vlc vlc;
|
| H A D | picture.c | 34 #include "vl/vl_vlc.h" 242 struct vl_vlc vlc = {0};
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | picture_vp9.c | 28 #include "vl/vl_vlc.h" 123 static unsigned vp9_u(struct vl_vlc *vlc, unsigned n) 136 static signed vp9_s(struct vl_vlc *vlc, unsigned n) 147 static void bitdepth_colorspace_sampling(struct vl_vlc *vlc, unsigned profile) 161 static void frame_size(struct vl_vlc *vlc) 179 struct vl_vlc vlc;
|
| H A D | picture_hevc_enc.c | 32 #include "vl/vl_vlc.h" 284 struct vl_vlc vlc = {0};
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/ |
| H A D | vid_dec_av1.c | 37 static unsigned av1_f(struct vl_vlc *vlc, unsigned n) 50 static unsigned av1_uvlc(struct vl_vlc *vlc) 70 static int av1_le(struct vl_vlc *vlc, const unsigned n) 83 static unsigned av1_uleb128(struct vl_vlc *vlc) 99 static int av1_su(struct vl_vlc *vlc, const unsigned n) 123 static unsigned av1_ns(struct vl_vlc *vlc, unsigned n) 137 static void av1_byte_alignment(struct vl_vlc *vlc) 142 static void sequence_header_obu(vid_dec_PrivateType *priv, struct vl_vlc *vlc) 378 static void superres_params(vid_dec_PrivateType *priv, struct vl_vlc *vlc) 409 static void frame_size(vid_dec_PrivateType *priv, struct vl_vlc *vl [all...] |
| H A D | vid_dec_mpeg12.c | 35 #include "vl/vl_vlc.h" 62 static void vid_dec_mpeg12_Decode(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left); 143 static void vid_dec_mpeg12_Decode(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left)
|
| H A D | vid_dec.c | 52 #include "vl/vl_vlc.h" 472 struct vl_vlc vlc;
|
| H A D | vid_dec_h265.c | 914 struct vl_vlc *vlc,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/ |
| H A D | vid_dec_mpeg12.c | 35 #include "vl/vl_vlc.h" 62 static void vid_dec_mpeg12_Decode(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left); 143 static void vid_dec_mpeg12_Decode(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left)
|
| H A D | vid_dec.c | 52 #include "vl/vl_vlc.h" 440 struct vl_vlc vlc;
|
| H A D | vid_dec_h265.c | 912 struct vl_vlc *vlc,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/ |
| H A D | h264dprc.c | 315 struct vl_vlc vlc;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/ |
| H A D | h264dprc.c | 302 struct vl_vlc vlc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/ |
| H A D | Makefile.sources | 378 vl/vl_vlc.h \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| H A D | decode.c | 33 #include "vl/vl_vlc.h" 530 struct vl_vlc vlc = {};
|