Searched refs:pmv (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | svq1dec.c | 69 svq1_pmv *pmv; member 292 svq1_pmv **pmv) in svq1_decode_motion_vector() 309 mv->y = sign_extend(diff + mid_pred(pmv[0]->y, pmv[1]->y, pmv[2]->y), 6); in svq1_decode_motion_vector() 311 mv->x = sign_extend(diff + mid_pred(pmv[0]->x, pmv[1]->x, pmv[2]->x), 6); in svq1_decode_motion_vector() 342 svq1_pmv *pmv[3]; in svq1_motion_inter_block() local 346 pmv[ in svq1_motion_inter_block() 291 svq1_decode_motion_vector(GetBitContext *bitbuf, svq1_pmv *mv, svq1_pmv **pmv) svq1_decode_motion_vector() argument 385 svq1_pmv *pmv[4]; svq1_motion_inter_4v_block() local [all...] |
H A D | vp9mvs.c | 38 VP56mv *pmv, int ref, int z, int idx, int sb) in find_ref_mvs() 80 AV_WN32A(pmv, m); \ in find_ref_mvs() 85 AV_WN32A(pmv, m); \ in find_ref_mvs() 110 AV_WN32A(pmv, m); \ in find_ref_mvs() 118 AV_WN32A(pmv, m); \ in find_ref_mvs() 121 AV_WN32A(pmv, 0); \ in find_ref_mvs() 128 clamp_mv(pmv, &mv, td); \ in find_ref_mvs() 133 clamp_mv(pmv, &mv, td); \ in find_ref_mvs() 229 AV_ZERO32(pmv); in find_ref_mvs() 230 clamp_mv(pmv, pm in find_ref_mvs() 37 find_ref_mvs(VP9TileData *td, VP56mv *pmv, int ref, int z, int idx, int sb) find_ref_mvs() argument [all...] |
Completed in 2 milliseconds