Searched refs:svq1_pmv (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | svq1dec.c | 59 } svq1_pmv; typedef 69 svq1_pmv *pmv; 291 static int svq1_decode_motion_vector(GetBitContext *bitbuf, svq1_pmv *mv, in svq1_decode_motion_vector() 292 svq1_pmv **pmv) in svq1_decode_motion_vector() 336 ptrdiff_t pitch, svq1_pmv *motion, int x, int y, in svq1_motion_inter_block() 341 svq1_pmv mv; in svq1_motion_inter_block() 342 svq1_pmv *pmv[3]; in svq1_motion_inter_block() 379 ptrdiff_t pitch, svq1_pmv *motion, int x, int y, in svq1_motion_inter_4v_block() 384 svq1_pmv mv; in svq1_motion_inter_4v_block() 385 svq1_pmv *pm in svq1_motion_inter_4v_block() [all...] |
Completed in 1 milliseconds