Home
last modified time | relevance | path

Searched refs:vp4_mv_vlc (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp4data.h112 static const uint8_t vp4_mv_vlc[2][7][63][2] = { variable
Dvp3.c283 VLC vp4_mv_vlc[2][7]; /* version >=2 */ member
368 ff_free_vlc(&s->vp4_mv_vlc[j][i]); in vp3_decode_end()
893 int v = get_vlc2(gb, s->vp4_mv_vlc[axis][vp4_mv_table_selector[FFABS(last_motion)]].table, in vp4_get_mv()
2489 ret = ff_init_vlc_from_lengths(&s->vp4_mv_vlc[j][i], VP4_MV_VLC_BITS, 63, in vp3_decode_init()
2490 &vp4_mv_vlc[j][i][0][1], 2, in vp3_decode_init()
2491 &vp4_mv_vlc[j][i][0][0], 2, 1, -31, in vp3_decode_init()