Home
last modified time | relevance | path

Searched defs:vlc (Results 1 – 25 of 66) sorted by relevance

123

/third_party/mesa3d/src/util/
Dvl_vlc.h87 vl_vlc_next_input(struct vl_vlc *vlc) in vl_vlc_next_input()
112 vl_vlc_align_data_ptr(struct vl_vlc *vlc) in vl_vlc_align_data_ptr()
126 vl_vlc_fillbits(struct vl_vlc *vlc) in vl_vlc_fillbits()
175 vl_vlc_init(struct vl_vlc *vlc, unsigned num_inputs, in vl_vlc_init()
203 vl_vlc_valid_bits(struct vl_vlc *vlc) in vl_vlc_valid_bits()
212 vl_vlc_bits_left(struct vl_vlc *vlc) in vl_vlc_bits_left()
223 vl_vlc_peekbits(struct vl_vlc *vlc, unsigned num_bits) in vl_vlc_peekbits()
233 vl_vlc_eatbits(struct vl_vlc *vlc, unsigned num_bits) in vl_vlc_eatbits()
245 vl_vlc_get_uimsbf(struct vl_vlc *vlc, unsigned num_bits) in vl_vlc_get_uimsbf()
261 vl_vlc_get_simsbf(struct vl_vlc *vlc, unsigned num_bits) in vl_vlc_get_simsbf()
[all …]
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_vp9.c123 static unsigned vp9_u(struct vl_vlc *vlc, unsigned n) in vp9_u()
136 static signed vp9_s(struct vl_vlc *vlc, unsigned n) in vp9_s()
147 static void bitdepth_colorspace_sampling(struct vl_vlc *vlc, unsigned profile) in bitdepth_colorspace_sampling()
161 static void frame_size(struct vl_vlc *vlc) in frame_size()
179 struct vl_vlc vlc; in vlVaDecoderVP9BitstreamHeader() local
Dpicture_hevc_enc.c284 struct vl_vlc vlc = {0}; in vlVaHandleVAEncPackedHeaderDataBufferTypeHEVC() local
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c39 static unsigned av1_f(struct vl_vlc *vlc, unsigned n) in av1_f()
52 static unsigned av1_uvlc(struct vl_vlc *vlc) in av1_uvlc()
72 static int av1_le(struct vl_vlc *vlc, const unsigned n) in av1_le()
85 static unsigned av1_uleb128(struct vl_vlc *vlc) in av1_uleb128()
101 static int av1_su(struct vl_vlc *vlc, const unsigned n) in av1_su()
125 static unsigned av1_ns(struct vl_vlc *vlc, unsigned n) in av1_ns()
139 static void av1_byte_alignment(struct vl_vlc *vlc) in av1_byte_alignment()
144 static void sequence_header_obu(vid_dec_PrivateType *priv, struct vl_vlc *vlc) in sequence_header_obu()
380 static void superres_params(vid_dec_PrivateType *priv, struct vl_vlc *vlc) in superres_params()
411 static void frame_size(vid_dec_PrivateType *priv, struct vl_vlc *vlc) in frame_size()
[all …]
Dvid_dec_mpeg12.c143 static void vid_dec_mpeg12_Decode(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_… in vid_dec_mpeg12_Decode()
/third_party/ffmpeg/libavcodec/
Dvlc.h38 #define init_vlc(vlc, nb_bits, nb_codes, \ argument
98 #define INIT_CUSTOM_VLC_SPARSE_STATIC(vlc, bits, a, b, c, d, e, f, g, \ argument
108 #define INIT_VLC_SPARSE_STATIC(vlc, bits, a, b, c, d, e, f, g, h, i, j, static_size) \ argument
112 #define INIT_LE_VLC_SPARSE_STATIC(vlc, bits, a, b, c, d, e, f, g, h, i, j, static_size) \ argument
116 #define INIT_CUSTOM_VLC_STATIC(vlc, bits, a, b, c, d, e, f, g, flags, static_size) \ argument
120 #define INIT_VLC_STATIC(vlc, bits, a, b, c, d, e, f, g, static_size) \ argument
123 #define INIT_LE_VLC_STATIC(vlc, bits, a, b, c, d, e, f, g, static_size) \ argument
126 #define INIT_VLC_STATIC_FROM_LENGTHS(vlc, bits, nb_codes, lens, len_wrap, \ argument
Dcllc.c45 static int read_code_table(CLLCContext *ctx, GetBitContext *gb, VLC *vlc) in read_code_table()
89 VLC *vlc, uint8_t *outbuf) in read_argb_line()
158 int *top_left, VLC *vlc, uint8_t *outbuf) in read_rgb24_component_line()
188 int *top_left, VLC *vlc, uint8_t *outbuf, in read_yuv_component_line()
222 VLC vlc[4]; in decode_argb_frame() local
266 VLC vlc[3]; in decode_rgb24_frame() local
311 VLC vlc[2]; in decode_yuv_frame() local
Dbitstream.c115 static int alloc_table(VLC *vlc, int size, int use_static) in alloc_table()
146 VLC **vlc, VLC *localvlc, VLCcode **buf, in vlc_common_init()
189 static int build_table(VLC *vlc, int table_nb_bits, int nb_codes, in build_table()
278 static int vlc_common_end(VLC *vlc, int nb_bits, int nb_codes, VLCcode *codes, in vlc_common_end()
331 VLC localvlc, *vlc; in ff_init_vlc_sparse() local
387 VLC localvlc, *vlc; in ff_init_vlc_from_lengths() local
431 void ff_free_vlc(VLC *vlc) in ff_free_vlc()
Ddcahuff.h38 VLC vlc[7]; ///< Actual codes member
Dhuffman.c139 static int build_huff_tree(VLC *vlc, Node *nodes, int head, int flags, int nb_bits) in build_huff_tree()
157 int ff_huff_build_tree(AVCodecContext *avctx, VLC *vlc, int nb_codes, int nb_bits, in ff_huff_build_tree()
Dmjpegdec_common.c41 int ff_mjpeg_build_vlc(VLC *vlc, const uint8_t *bits_table, in ff_mjpeg_build_vlc()
Ddv_tablegen.h41 uint32_t vlc; member
Dmsmpeg4data.h45 VLC vlc; /* decoding: vlc */ member
Dwma.c34 static av_cold int init_coef_vlc(VLC *vlc, uint16_t **prun_table, in init_coef_vlc()
425 VLC *vlc, const float *level_table, in ff_wma_run_level_decode()
Drl.c75 VLC vlc = { .table = table, .table_allocated = static_size }; in ff_rl_init_vlc() local
Dmpc8.c90 static av_cold void build_vlc(VLC *vlc, unsigned *buf_offset, in build_vlc()
337 const VLC *vlc = &quant_vlc[res - 5][cnt > mpc8_thres[res]]; in mpc8_decode_frame() local
Dylc.c40 VLC vlc[4]; member
86 static int build_vlc(AVCodecContext *avctx, VLC *vlc, const uint32_t *table) in build_vlc()
Dmvha.c44 VLC vlc; member
80 static int build_vlc(AVCodecContext *avctx, VLC *vlc) in build_vlc()
Dsvq1enc.c391 const uint8_t *vlc = ff_svq1_block_type_vlc[SVQ1_BLOCK_INTRA]; in svq1_encode_plane() local
407 const uint8_t *vlc = ff_svq1_block_type_vlc[SVQ1_BLOCK_INTER]; in svq1_encode_plane() local
Dutvideodec.c48 static int build_huff(UtvideoContext *c, const uint8_t *src, VLC *vlc, in build_huff()
98 VLC vlc; in decode_plane10() local
210 VLC vlc; in decode_plane() local
Drv34.c92 static void rv34_gen_vlc(const uint8_t *bits, int size, VLC *vlc, const uint8_t *syms, in rv34_gen_vlc()
180 static int rv34_decode_cbp(GetBitContext *gb, RV34VLC *vlc, int table) in rv34_decode_cbp()
213 static inline void decode_coeff(int16_t *dst, int coef, int esc, GetBitContext *gb, VLC* vlc, int q) in decode_coeff()
233 …id decode_subblock(int16_t *dst, int code, const int is_block2, GetBitContext *gb, VLC *vlc, int q) in decode_subblock()
251 static inline void decode_subblock1(int16_t *dst, int code, GetBitContext *gb, VLC *vlc, int q) in decode_subblock1()
257 static inline void decode_subblock3(int16_t *dst, int code, GetBitContext *gb, VLC *vlc, in decode_subblock3()
Dphotocd.c58 VLC vlc[3]; member
187 static av_noinline int read_hufftable(AVCodecContext *avctx, VLC *vlc) in read_hufftable()
Dmpeg12.c73 VLC vlc = { .table = table, .table_allocated = static_size }; in ff_init_2d_vlc_rl() local
Dqdm2_tablegen.h114 static av_cold void build_vlc(VLC *vlc, int nb_bits, int nb_codes, in build_vlc()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.h41 struct vl_vlc vlc; member

123