Home
last modified time | relevance | path

Searched defs:vlc (Results 1 - 25 of 70) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
H A Ddcahuff.h39 VLC vlc[7]; ///< Actual codes member
H A Dmjpegdec_common.c41 int ff_mjpeg_build_vlc(VLC *vlc, const uint8_t *bits_table, in ff_mjpeg_build_vlc() argument
H A Ddv_tablegen.h41 uint32_t vlc; member
[all...]
H A Dmsmpeg4data.h45 VLC vlc; /* decoding: vlc */ member
H A Dtableprint_vlc.h46 static void write_vlc_type(const VLC *vlc, const VLCElem *base_table, const char *base_table_name) in write_vlc_type() argument
H A Drl.c66 VLC vlc = { .table = table, .table_allocated = static_size }; in ff_rl_init_vlc() local
H A Dqdm2_tablegen.h114 static av_cold void build_vlc(VLC *vlc, int nb_bits, int nb_codes, in build_vlc() argument
H A Dfraps.c96 VLC vlc; in fraps2_decode_plane() local
H A Dhuffman.c141 static int build_huff_tree(VLC *vlc, Node *nodes, int head, int flags, int nb_bits) in build_huff_tree() argument
159 int ff_huff_build_tree(void *logctx, VLC *vlc, int nb_codes, int nb_bits, in ff_huff_build_tree() argument
H A Dmpc8.c91 static av_cold void build_vlc(VLC *vlc, unsigned *buf_offset, in build_vlc() argument
337 const VLC *vlc = &quant_vlc[res - 5][cnt > mpc8_thres[res]]; in mpc8_decode_frame() local
H A Dcllc.c45 static int read_code_table(CLLCContext *ctx, GetBitContext *gb, VLC *vlc) in read_code_table() argument
88 read_argb_line(CLLCContext *ctx, GetBitContext *gb, int *top_left, VLC *vlc, uint8_t *outbuf) read_argb_line() argument
157 read_rgb24_component_line(CLLCContext *ctx, GetBitContext *gb, int *top_left, VLC *vlc, uint8_t *outbuf) read_rgb24_component_line() argument
187 read_yuv_component_line(CLLCContext *ctx, GetBitContext *gb, int *top_left, VLC *vlc, uint8_t *outbuf, int is_chroma) read_yuv_component_line() argument
222 VLC vlc[4]; decode_argb_frame() local
266 VLC vlc[3]; decode_rgb24_frame() local
311 VLC vlc[2]; decode_yuv_frame() local
[all...]
H A Dhuffyuv.h86 VLC vlc[8]; //Y,U,V,A,YY,YU,YV,AA member
H A Dmpeg12.c70 VLC vlc = { .table = table, .table_allocated = static_size }; in ff_init_2d_vlc_rl() local
H A Dmotionpixels.c50 VLC vlc; member
H A Dylc.c40 VLC vlc[4]; member
86 static int build_vlc(AVCodecContext *avctx, VLC *vlc, const uint32_t *table) in build_vlc() argument
[all...]
H A Dphotocd.c58 VLC vlc[3]; member
187 static av_noinline int read_hufftable(AVCodecContext *avctx, VLC *vlc) in read_hufftable() argument
H A Dmvha.c46 VLC vlc; member
82 static int build_vlc(AVCodecContext *avctx, VLC *vlc) in build_vlc() argument
H A Dsheervideo.c35 VLC vlc[2]; member
1780 build_vlc(VLC *vlc, const SheerTable *table) build_vlc() argument
[all...]
H A Dvlc.c59 static int alloc_table(VLC *vlc, int size, int use_static) in alloc_table() argument
97 vlc_common_init(VLC *vlc, int nb_bits, int nb_codes, VLCcode **buf, int flags) vlc_common_init() argument
137 build_table(VLC *vlc, int table_nb_bits, int nb_codes, VLCcode *codes, int flags) build_table() argument
228 vlc_common_end(VLC *vlc, int nb_bits, int nb_codes, VLCcode *codes, int flags, VLCcode localbuf[LOCALBUF_ELEMS]) vlc_common_end() argument
272 ff_init_vlc_sparse(VLC *vlc, int nb_bits, int nb_codes, const void *bits, int bits_wrap, int bits_size, const void *codes, int codes_wrap, int codes_size, const void *symbols, int symbols_wrap, int symbols_size, int flags) ff_init_vlc_sparse() argument
328 ff_init_vlc_from_lengths(VLC *vlc, int nb_bits, int nb_codes, const int8_t *lens, int lens_wrap, const void *symbols, int symbols_wrap, int symbols_size, int offset, int flags, void *logctx) ff_init_vlc_from_lengths() argument
375 ff_free_vlc(VLC *vlc) ff_free_vlc() argument
[all...]
H A Dwma.c33 static av_cold int init_coef_vlc(VLC *vlc, uint16_t **prun_table, in init_coef_vlc() argument
426 ff_wma_run_level_decode(AVCodecContext *avctx, GetBitContext *gb, VLC *vlc, const float *level_table, const uint16_t *run_table, int version, WMACoef *ptr, int offset, int num_coefs, int block_len, int frame_len_bits, int coef_nb_bits) ff_wma_run_level_decode() argument
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.h41 struct vl_vlc vlc; member
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_mpeg12.c143 static void vid_dec_mpeg12_Decode(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left) in vid_dec_mpeg12_Decode() argument
[all...]
H A Dvid_dec.c478 struct vl_vlc vlc; in vid_dec_DecodeBuffer() local
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_vp9.c123 static unsigned vp9_u(struct vl_vlc *vlc, unsigned n) in vp9_u() argument
136 static signed vp9_s(struct vl_vlc *vlc, unsigned n) in vp9_s() argument
147 static void bitdepth_colorspace_sampling(struct vl_vlc *vlc, unsigned profile) in bitdepth_colorspace_sampling() argument
161 frame_size(struct vl_vlc *vlc) frame_size() argument
179 struct vl_vlc vlc; vlVaDecoderVP9BitstreamHeader() local
[all...]
H A Dpicture_hevc_enc.c284 struct vl_vlc vlc = {0}; in vlVaHandleVAEncPackedHeaderDataBufferTypeHEVC() local
[all...]

Completed in 12 milliseconds

123