Home
last modified time | relevance | path

Searched refs:VLC (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/ffmpeg/libavcodec/
Dvc1data.h57 extern VLC ff_vc1_bfraction_vlc;
59 extern VLC ff_vc1_imode_vlc;
61 extern VLC ff_vc1_norm2_vlc;
63 extern VLC ff_vc1_norm6_vlc;
66 extern VLC ff_vc1_ttmb_vlc[3];
68 extern VLC ff_vc1_mv_diff_vlc[4];
70 extern VLC ff_vc1_cbpcy_p_vlc[4];
72 extern VLC ff_vc1_icbpcy_vlc[8];
74 extern VLC ff_vc1_4mv_block_pattern_vlc[4];
76 extern VLC ff_vc1_2mv_block_pattern_vlc[4];
[all …]
Dvc1data.c106 VLC ff_vc1_bfraction_vlc;
108 VLC ff_vc1_imode_vlc;
110 VLC ff_vc1_norm2_vlc;
112 VLC ff_vc1_norm6_vlc;
115 VLC ff_vc1_ttmb_vlc[3];
117 VLC ff_vc1_mv_diff_vlc[4];
119 VLC ff_vc1_cbpcy_p_vlc[4];
121 VLC ff_vc1_icbpcy_vlc[8];
123 VLC ff_vc1_4mv_block_pattern_vlc[4];
125 VLC ff_vc1_2mv_block_pattern_vlc[4];
[all …]
Ddcahuff.h38 VLC vlc[7]; ///< Actual codes
46 extern VLC ff_dca_vlc_tnl_grp[5];
47 extern VLC ff_dca_vlc_tnl_scf;
48 extern VLC ff_dca_vlc_damp;
49 extern VLC ff_dca_vlc_dph;
50 extern VLC ff_dca_vlc_fst_rsd_amp;
51 extern VLC ff_dca_vlc_rsd_apprx;
52 extern VLC ff_dca_vlc_rsd_amp;
53 extern VLC ff_dca_vlc_avg_g3;
54 extern VLC ff_dca_vlc_st_grid;
[all …]
Dqdm2_tablegen.h98 static VLC vlc_tab_level;
99 static VLC vlc_tab_diff;
100 static VLC vlc_tab_run;
101 static VLC fft_level_exp_alt_vlc;
102 static VLC fft_level_exp_vlc;
103 static VLC fft_stereo_exp_vlc;
104 static VLC fft_stereo_phase_vlc;
105 static VLC vlc_tab_tone_level_idx_hi1;
106 static VLC vlc_tab_tone_level_idx_mid;
107 static VLC vlc_tab_tone_level_idx_hi2;
[all …]
Dmpeg12vlc.h42 extern VLC ff_dc_lum_vlc;
43 extern VLC ff_dc_chroma_vlc;
44 extern VLC ff_mbincr_vlc;
45 extern VLC ff_mb_ptype_vlc;
46 extern VLC ff_mb_btype_vlc;
47 extern VLC ff_mb_pat_vlc;
48 extern VLC ff_mv_vlc;
Drv34.h66 VLC cbppattern[2]; ///< VLCs used for pattern of coded block patterns decoding
67 VLC cbp[2][4]; ///< VLCs used for coded block patterns decoding
68 VLC first_pattern[4]; ///< VLCs used for decoding coefficients in the first subblock
69 VLC second_pattern[2]; ///< VLCs used for decoding coefficients in the subblocks 2 and 3
70 VLC third_pattern[2]; ///< VLCs used for decoding coefficients in the last subblock
71 VLC coefficient; ///< VLCs used for decoding big coefficients
Dbitstream.c115 static int alloc_table(VLC *vlc, int size, int use_static) in alloc_table()
145 static int vlc_common_init(VLC *vlc_arg, int nb_bits, int nb_codes, in vlc_common_init()
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()
279 int flags, VLC *vlc_arg, VLCcode localbuf[LOCALBUF_ELEMS]) in vlc_common_end()
323 int ff_init_vlc_sparse(VLC *vlc_arg, int nb_bits, int nb_codes, in ff_init_vlc_sparse()
331 VLC localvlc, *vlc; in ff_init_vlc_sparse()
381 int ff_init_vlc_from_lengths(VLC *vlc_arg, int nb_bits, int nb_codes, in ff_init_vlc_from_lengths()
387 VLC localvlc, *vlc; in ff_init_vlc_from_lengths()
[all …]
Ddcahuff.c1250 VLC ff_dca_vlc_tnl_grp[5];
1251 VLC ff_dca_vlc_tnl_scf;
1252 VLC ff_dca_vlc_damp;
1253 VLC ff_dca_vlc_dph;
1254 VLC ff_dca_vlc_fst_rsd_amp;
1255 VLC ff_dca_vlc_rsd_apprx;
1256 VLC ff_dca_vlc_rsd_amp;
1257 VLC ff_dca_vlc_avg_g3;
1258 VLC ff_dca_vlc_st_grid;
1259 VLC ff_dca_vlc_grid_2;
[all …]
Dmpeg12.c73 VLC vlc = { .table = table, .table_allocated = static_size }; in ff_init_2d_vlc_rl()
126 VLC ff_mv_vlc;
128 VLC ff_dc_lum_vlc;
129 VLC ff_dc_chroma_vlc;
131 VLC ff_mbincr_vlc;
132 VLC ff_mb_ptype_vlc;
133 VLC ff_mb_btype_vlc;
134 VLC ff_mb_pat_vlc;
Dmsmpeg4data.h45 VLC vlc; /* decoding: vlc */
48 extern VLC ff_msmp4_mb_i_vlc;
49 extern VLC ff_msmp4_dc_luma_vlc[2];
50 extern VLC ff_msmp4_dc_chroma_vlc[2];
Dvlc.h26 typedef struct VLC { struct
30 } VLC; typedef
47 int ff_init_vlc_sparse(VLC *vlc, int nb_bits, int nb_codes,
82 int ff_init_vlc_from_lengths(VLC *vlc, int nb_bits, int nb_codes,
87 void ff_free_vlc(VLC *vlc);
Dwma.h78 VLC exp_vlc;
86 VLC hgain_vlc;
94 VLC coef_vlc[2];
155 VLC *vlc, const float *level_table,
Dintrax8.h30 VLC *j_ac_vlc[4]; // they point to the static j_mb_vlc
31 VLC *j_orient_vlc;
32 VLC *j_dc_vlc[3];
Dvc1.h282 VLC *cbpcy_vlc; ///< CBPCY VLC table
339 VLC* mbmode_vlc;
340 VLC* imv_vlc;
341 VLC* twomvbp_vlc;
342 VLC* fourmvbp_vlc;
Dmsmpeg4data.c38 VLC ff_msmp4_mb_i_vlc;
39 VLC ff_msmp4_dc_luma_vlc[2];
40 VLC ff_msmp4_dc_chroma_vlc[2];
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()
266 VLC vlc[3]; in decode_rgb24_frame()
311 VLC vlc[2]; in decode_yuv_frame()
Dh263.h45 extern VLC ff_h263_intra_MCBPC_vlc;
46 extern VLC ff_h263_inter_MCBPC_vlc;
47 extern VLC ff_h263_cbpy_vlc;
48 extern VLC ff_h263_mv_vlc;
Dralf.c42 VLC filter_params;
43 VLC bias;
44 VLC coding_mode;
45 VLC filter_coeffs[10][11];
46 VLC short_codes[15];
47 VLC long_codes[125];
76 static av_cold int init_ralf_vlc(VLC *vlc, const uint8_t *data, int elems) in init_ralf_vlc()
233 VLC *code_vlc; int range, range2, add_bits; in decode_channel()
259 VLC *vlc = set->filter_coeffs[ctx->filter_bits] + 5; in decode_channel()
Dhq_hqa.h42 VLC hq_ac_vlc;
43 VLC hqa_cbp_vlc;
Dmpegaudiodata.h57 extern VLC ff_huff_vlc[16];
58 extern VLC ff_huff_quad_vlc[2];
Dhqx.h77 VLC cbp_vlc;
78 VLC dc_vlc[3];
Dasvdec.c43 static VLC ccp_vlc;
44 static VLC level_vlc;
45 static VLC dc_ccp_vlc;
46 static VLC ac_ccp_vlc;
47 static VLC asv2_level_vlc;
Dmsmpeg4.h42 extern VLC ff_mb_non_intra_vlc[4];
43 extern VLC ff_inter_intra_vlc;
Dmss4.c96 static VLC dc_vlc[2], ac_vlc[2];
97 static VLC vec_entry_vlc[2];
99 static av_cold void mss4_init_vlc(VLC *vlc, unsigned *offset, in mss4_init_vlc()
157 static inline int get_coeff(GetBitContext *gb, VLC *vlc) in get_coeff()
164 static int mss4_decode_dct(GetBitContext *gb, VLC *dc_vlc, VLC *ac_vlc, in mss4_decode_dct()
Dcfhd.h146 VLC vlc_9;
149 VLC vlc_18;

12345