Searched refs:svq1_decode_motion_vector (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | svq1dec.c | 290 static int svq1_decode_motion_vector(GetBitContext *bitbuf, svq1_pmv *mv, in svq1_decode_motion_vector() function 354 result = svq1_decode_motion_vector(bitbuf, &mv, pmv); in svq1_motion_inter_block() 397 result = svq1_decode_motion_vector(bitbuf, &mv, pmv); in svq1_motion_inter_4v_block() 409 result = svq1_decode_motion_vector(bitbuf, &motion[0], pmv); in svq1_motion_inter_4v_block() 417 result = svq1_decode_motion_vector(bitbuf, &motion[(x / 8) + 2], pmv); in svq1_motion_inter_4v_block() 425 result = svq1_decode_motion_vector(bitbuf, pmv[3], pmv); in svq1_motion_inter_4v_block()
|