Searched refs:h261_rl_tcoeff (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh261data.h156 static RLTable h261_rl_tcoeff = { variable
H A Dh261enc.c243 ff_init_rl(&h261_rl_tcoeff, ff_h261_rl_table_store);
263 rl = &h261_rl_tcoeff;
H A Dh261dec.c69 ff_init_rl(&h261_rl_tcoeff, ff_h261_rl_table_store);
70 INIT_VLC_RL(h261_rl_tcoeff, 552);
366 RLTable *rl = &h261_rl_tcoeff;

Completed in 100 milliseconds