Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmobiclip.c278 static VLC mv_vlc[2][16]; variable
293 mv_vlc[i][j].table = &vlc_buf[(16 * i + j) << MOBI_MV_VLC_BITS]; in mobiclip_init_static()
294 mv_vlc[i][j].table_allocated = 1 << MOBI_MV_VLC_BITS; in mobiclip_init_static()
295 ff_init_vlc_from_lengths(&mv_vlc[i][j], MOBI_MV_VLC_BITS, mv_len[j], in mobiclip_init_static()
1198 idx2 = get_vlc2(gb, mv_vlc[s->moflex][tidx].table, in predict_motion()
1272 idx = get_vlc2(gb, mv_vlc[s->moflex][0].table, in mobiclip_decode()

Completed in 2 milliseconds