Searched refs:svq1_pmv (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | svq1dec.c | 58 } svq1_pmv; typedef 68 svq1_pmv *pmv; 290 static int svq1_decode_motion_vector(GetBitContext *bitbuf, svq1_pmv *mv, in svq1_decode_motion_vector() 291 svq1_pmv **pmv) in svq1_decode_motion_vector() 335 ptrdiff_t pitch, svq1_pmv *motion, int x, int y, in svq1_motion_inter_block() 340 svq1_pmv mv; in svq1_motion_inter_block() 341 svq1_pmv *pmv[3]; in svq1_motion_inter_block() 378 ptrdiff_t pitch, svq1_pmv *motion, int x, int y, in svq1_motion_inter_4v_block() 383 svq1_pmv mv; in svq1_motion_inter_4v_block() 384 svq1_pmv *pmv[4]; in svq1_motion_inter_4v_block() [all …]
|