Searched refs:RLTable (Results 1 – 25 of 29) sorted by relevance
12
/third_party/ffmpeg/libavcodec/ |
D | rl.h | 39 typedef struct RLTable { struct 49 } RLTable; argument 60 void ff_rl_init(RLTable *rl, uint8_t static_store[2][2*MAX_RUN + MAX_LEVEL + 3]); 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()
|
D | mpeg4videodata.h | 37 extern RLTable ff_mpeg4_rl_intra; 41 extern RLTable ff_rvlc_rl_inter; 42 extern RLTable ff_rvlc_rl_intra;
|
D | mpeg4data.h | 108 RLTable ff_mpeg4_rl_intra = { 213 RLTable ff_rvlc_rl_inter = { 317 RLTable ff_rvlc_rl_intra = {
|
D | mpeg12data.h | 43 extern RLTable ff_rl_mpeg1; 44 extern RLTable ff_rl_mpeg2;
|
D | mpeg12data.c | 166 RLTable ff_rl_mpeg1 = { 174 RLTable ff_rl_mpeg2 = {
|
D | h263data.h | 62 extern RLTable ff_h263_rl_inter; 63 extern RLTable ff_rl_intra_aic;
|
D | h263data.c | 159 RLTable ff_h263_rl_inter = { 228 RLTable ff_rl_intra_aic = {
|
D | rl.c | 27 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()
|
D | mpeg12enc.h | 30 void ff_mpeg1_init_uni_ac_vlc(const RLTable *rl, uint8_t *uni_ac_vlc_len);
|
D | h261.h | 50 extern RLTable ff_h261_rl_tcoeff;
|
D | h261data.c | 150 RLTable ff_h261_rl_tcoeff = {
|
D | mpeg12dec.h | 36 void ff_init_2d_vlc_rl(RLTable *rl, unsigned static_size, int flags);
|
D | mpeg12.c | 66 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()
|
D | msmpeg4data.h | 61 extern RLTable ff_rl_table[NB_RL_TABLES];
|
D | msmpeg4data.c | 600 RLTable ff_rl_table[NB_RL_TABLES] = {
|
D | h261enc.c | 183 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()
|
D | speedhqenc.c | 42 extern RLTable ff_rl_speedhq;
|
D | msmpeg4enc.c | 78 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()
|
D | mdec.c | 66 RLTable *rl = &ff_rl_mpeg1; in mdec_decode_block_intra()
|
D | ituh263enc.c | 308 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()
|
D | eamad.c | 137 RLTable *rl = &ff_rl_mpeg1; in decode_block_intra()
|
D | mpeg12dec.c | 153 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()
|
D | h261dec.c | 277 RLTable *rl = &ff_h261_rl_tcoeff; in h261_decode_block()
|
D | speedhq.c | 141 RLTable ff_rl_speedhq = {
|
D | msmpeg4dec.c | 653 RLTable *rl; in ff_msmpeg4_decode_block()
|
12