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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh261.h59 extern const uint8_t ff_h261_cbp_tab[63][2];
H A Dh261data.c95 const uint8_t ff_h261_cbp_tab[63][2] = { variable
H A Dh261enc.c308 ff_h261_cbp_tab[cbp - 1][1],
309 ff_h261_cbp_tab[cbp - 1][0]);
H A Dh261dec.c66 &ff_h261_cbp_tab[0][1], 2, 1,
67 &ff_h261_cbp_tab[0][0], 2, 1, 512);

Completed in 40 milliseconds