Searched refs:ff_h261_rl_table_store (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh261.h51 extern uint8_t ff_h261_rl_table_store[2][2 * MAX_RUN + MAX_LEVEL + 3];
H A Dh261.c33 uint8_t ff_h261_rl_table_store[2][2 * MAX_RUN + MAX_LEVEL + 3]; variable
90 ff_init_rl(&ff_h261_rl_tcoeff, ff_h261_rl_table_store);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh261.c34 uint8_t ff_h261_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3]; variable
H A Dh261enc.c35 extern uint8_t ff_h261_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3];
243 ff_init_rl(&h261_rl_tcoeff, ff_h261_rl_table_store);
H A Dh261dec.c43 extern uint8_t ff_h261_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3];
69 ff_init_rl(&h261_rl_tcoeff, ff_h261_rl_table_store);

Completed in 75 milliseconds