Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh261.h50 extern RLTable ff_h261_rl_tcoeff;
H A Dh261data.c150 RLTable ff_h261_rl_tcoeff = { variable
H A Dh261enc.c185 rl = &ff_h261_rl_tcoeff; in h261_encode_block()
381 ff_rl_init(&ff_h261_rl_tcoeff, h261_rl_table_store); in h261_encode_init_static()
382 init_uni_h261_rl_tab(&ff_h261_rl_tcoeff, uni_h261_rl_len); in h261_encode_init_static()
H A Dh261dec.c79 INIT_FIRST_VLC_RL(ff_h261_rl_tcoeff, 552); in h261_decode_init_static()
277 RLTable *rl = &ff_h261_rl_tcoeff; in h261_decode_block()

Completed in 2 milliseconds