Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh261enc.c151 put_bits(pb, ff_h261_mv_tab[code][1], ff_h261_mv_tab[code][0]); in h261_encode_motion()
159 put_bits(pb, ff_h261_mv_tab[code][1], ff_h261_mv_tab[code][0]); in h261_encode_motion()
H A Dh261.h48 extern const uint8_t ff_h261_mv_tab[17][2];
H A Dh261data.c89 const uint8_t ff_h261_mv_tab[17][2] = { variable
H A Dh261dec.c74 &ff_h261_mv_tab[0][1], 2, 1, in h261_decode_init_static()
75 &ff_h261_mv_tab[0][0], 2, 1, 144); in h261_decode_init_static()

Completed in 3 milliseconds