Searched refs:h261_mv_tab (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh261data.h89 static const uint8_t h261_mv_tab[17][2] = { variable
H A Dh261enc.c131 put_bits(&s->pb,h261_mv_tab[code][1],h261_mv_tab[code][0]);
140 put_bits(&s->pb,h261_mv_tab[code][1],h261_mv_tab[code][0]);
H A Dh261dec.c64 &h261_mv_tab[0][1], 2, 1,
65 &h261_mv_tab[0][0], 2, 1, 144);

Completed in 161 milliseconds