Searched refs:RLTable (Results 1 – 25 of 28) sorted by relevance
12
/third_party/ffmpeg/libavcodec/ |
D | rl.h | 39 typedef struct RLTable { struct 49 } RLTable; argument 55 void ff_rl_init(RLTable *rl, uint8_t static_store[2][2*MAX_RUN + MAX_LEVEL + 3]); 56 void ff_rl_init_vlc(RLTable *rl, unsigned static_size); 79 static inline int get_rl_index(const RLTable *rl, int last, int run, int level) in get_rl_index()
|
D | mpeg4data.h | 109 RLTable ff_mpeg4_rl_intra = { 214 RLTable ff_rvlc_rl_inter = { 318 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 | mpeg12.h | 37 void ff_init_2d_vlc_rl(RLTable *rl, unsigned static_size, int flags); 38 void ff_mpeg1_init_uni_ac_vlc(const RLTable *rl, uint8_t *uni_ac_vlc_len);
|
D | mpeg4video.h | 131 extern RLTable ff_mpeg4_rl_intra; 134 extern RLTable ff_rvlc_rl_inter; 135 extern RLTable ff_rvlc_rl_intra;
|
D | rl.c | 28 av_cold void ff_rl_init(RLTable *rl, in ff_rl_init() 71 av_cold void ff_rl_init_vlc(RLTable *rl, unsigned static_size) in ff_rl_init_vlc()
|
D | h261data.c | 150 RLTable ff_h261_rl_tcoeff = {
|
D | h261.h | 58 extern RLTable ff_h261_rl_tcoeff;
|
D | mpeg12.c | 69 av_cold void ff_init_2d_vlc_rl(RLTable *rl, unsigned static_size, int flags) in ff_init_2d_vlc_rl() 243 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 | 601 RLTable ff_rl_table[NB_RL_TABLES] = {
|
D | h261enc.c | 174 RLTable *rl; in h261_encode_block() 326 static av_cold void init_uni_h261_rl_tab(const RLTable *rl, uint8_t *len_tab) in init_uni_h261_rl_tab()
|
D | msmpeg4enc.c | 75 static int get_size_of_code(MpegEncContext * s, RLTable *rl, int last, int run, int level, int intr… in get_size_of_code() 575 const RLTable *rl; in ff_msmpeg4_encode_block()
|
D | speedhqenc.c | 38 extern RLTable ff_rl_speedhq;
|
D | mdec.c | 65 RLTable *rl = &ff_rl_mpeg1; in mdec_decode_block_intra()
|
D | ituh263enc.c | 302 RLTable *rl; in h263_encode_block() 716 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 | 136 RLTable *rl = &ff_rl_mpeg1; in decode_block_intra()
|
D | mpeg12dec.c | 145 RLTable *rl = &ff_rl_mpeg1; in mpeg1_decode_block_inter() 234 RLTable *rl = &ff_rl_mpeg1; in mpeg1_fast_decode_block_inter() 319 RLTable *rl = &ff_rl_mpeg1; in mpeg2_decode_block_non_intra() 409 RLTable *rl = &ff_rl_mpeg1; in mpeg2_fast_decode_block_non_intra() 482 RLTable *rl; in mpeg2_decode_block_intra() 568 RLTable *rl; in mpeg2_fast_decode_block_intra()
|
D | h261dec.c | 261 RLTable *rl = &ff_h261_rl_tcoeff; in h261_decode_block()
|
D | speedhq.c | 137 RLTable ff_rl_speedhq = {
|
D | msmpeg4dec.c | 649 RLTable *rl; in ff_msmpeg4_decode_block()
|
D | mpeg12enc.c | 68 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()
|
12