Home
last modified time | relevance | path

Searched refs:ff_h261_rl_tcoeff (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh261data.c150 RLTable ff_h261_rl_tcoeff = { variable
Dh261.h58 extern RLTable ff_h261_rl_tcoeff;
Dh261enc.c176 rl = &ff_h261_rl_tcoeff; in h261_encode_block()
369 ff_rl_init(&ff_h261_rl_tcoeff, h261_rl_table_store); in h261_encode_init_static()
370 init_uni_h261_rl_tab(&ff_h261_rl_tcoeff, uni_h261_rl_len); in h261_encode_init_static()
Dh261dec.c65 INIT_FIRST_VLC_RL(ff_h261_rl_tcoeff, 552); in h261_decode_init_static()
261 RLTable *rl = &ff_h261_rl_tcoeff; in h261_decode_block()