Home
last modified time | relevance | path

Searched refs:RLTable (Results 1 - 25 of 29) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Drl.h38 /** RLTable. */
39 typedef struct RLTable { struct
49 } RLTable; typedef
58 * same RLTable.
60 void ff_rl_init(RLTable *rl, uint8_t static_store[2][2*MAX_RUN + MAX_LEVEL + 3]);
69 * ff_rl_init_vlc() using the same RLTable.
71 void ff_rl_init_vlc(RLTable *rl, unsigned static_size);
91 static inline int get_rl_index(const RLTable *rl, int last, int run, int level) in get_rl_index()
H A Dmpeg4videodata.h37 extern RLTable ff_mpeg4_rl_intra;
41 extern RLTable ff_rvlc_rl_inter;
42 extern RLTable ff_rvlc_rl_intra;
H A Dmpeg12data.h43 extern RLTable ff_rl_mpeg1;
44 extern RLTable ff_rl_mpeg2;
H A Dh263data.h62 extern RLTable ff_h263_rl_inter;
63 extern RLTable ff_rl_intra_aic;
H A Drl.c27 av_cold void ff_rl_init(RLTable *rl, in ff_rl_init()
62 av_cold void ff_rl_init_vlc(RLTable *rl, unsigned static_size) in ff_rl_init_vlc()
H A Dmpeg4data.h108 RLTable ff_mpeg4_rl_intra = {
213 RLTable ff_rvlc_rl_inter = {
317 RLTable ff_rvlc_rl_intra = {
H A Dh263data.c159 RLTable ff_h263_rl_inter = {
228 RLTable ff_rl_intra_aic = {
H A Dmpeg12enc.h30 void ff_mpeg1_init_uni_ac_vlc(const RLTable *rl, uint8_t *uni_ac_vlc_len);
H A Dh261.h50 extern RLTable ff_h261_rl_tcoeff;
H A Dmpeg12dec.h36 void ff_init_2d_vlc_rl(RLTable *rl, unsigned static_size, int flags);
H A Dmpeg12data.c166 RLTable ff_rl_mpeg1 = {
174 RLTable ff_rl_mpeg2 = {
H A Dmsmpeg4data.h61 extern RLTable ff_rl_table[NB_RL_TABLES];
H A Dh261data.c150 RLTable ff_h261_rl_tcoeff = {
H A Dmpeg12.c66 av_cold void ff_init_2d_vlc_rl(RLTable *rl, unsigned static_size, int flags) in ff_init_2d_vlc_rl()
242 RLTable *rl = &ff_rl_mpeg1; in ff_mpeg1_decode_block_intra()
H A Dh261enc.c183 RLTable *rl; in h261_encode_block()
338 static av_cold void init_uni_h261_rl_tab(const RLTable *rl, uint8_t *len_tab) in init_uni_h261_rl_tab()
H A Dmdec.c66 RLTable *rl = &ff_rl_mpeg1; in mdec_decode_block_intra()
H A Dspeedhqenc.c42 extern RLTable ff_rl_speedhq;
H A Dituh263enc.c308 RLTable *rl; in h263_encode_block()
762 static av_cold void init_uni_h263_rl_tab(const RLTable *rl, uint8_t *len_tab) in init_uni_h263_rl_tab()
H A Dmsmpeg4enc.c78 static int get_size_of_code(const RLTable *rl, int last, int run, in get_size_of_code()
564 const RLTable *rl; in ff_msmpeg4_encode_block()
H A Dmpeg12dec.c153 RLTable *rl = &ff_rl_mpeg1; in mpeg1_decode_block_inter()
242 RLTable *rl = &ff_rl_mpeg1; in mpeg1_fast_decode_block_inter()
327 RLTable *rl = &ff_rl_mpeg1; in mpeg2_decode_block_non_intra()
417 RLTable *rl = &ff_rl_mpeg1; in mpeg2_fast_decode_block_non_intra()
490 RLTable *rl; in mpeg2_decode_block_intra()
576 RLTable *rl; in mpeg2_fast_decode_block_intra()
H A Deamad.c137 RLTable *rl = &ff_rl_mpeg1; in decode_block_intra()
H A Dh261dec.c277 RLTable *rl = &ff_h261_rl_tcoeff; in h261_decode_block()
H A Dspeedhq.c141 RLTable ff_rl_speedhq = {
H A Dmpeg12enc.c89 av_cold void ff_mpeg1_init_uni_ac_vlc(const RLTable *rl, uint8_t *uni_ac_vlc_len) in ff_mpeg1_init_uni_ac_vlc()
H A Dmsmpeg4dec.c653 RLTable *rl; in ff_msmpeg4_decode_block()

Completed in 18 milliseconds

12