Searched refs:ff_h261_mv_tab (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h261enc.c | 151 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 D | h261.h | 48 extern const uint8_t ff_h261_mv_tab[17][2];
|
H A D | h261data.c | 89 const uint8_t ff_h261_mv_tab[17][2] = { variable
|
H A D | h261dec.c | 74 &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