Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh261.h49 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.c325 ff_h261_cbp_tab[cbp - 1][1], in ff_h261_encode_mb()
326 ff_h261_cbp_tab[cbp - 1][0]); in ff_h261_encode_mb()
H A Dh261dec.c77 &ff_h261_cbp_tab[0][1], 2, 1, in h261_decode_init_static()
78 &ff_h261_cbp_tab[0][0], 2, 1, 512); in h261_decode_init_static()

Completed in 3 milliseconds