Lines Matching refs:VP56mv
850 void clamp_mv(VP8mvbounds *s, VP56mv *dst, const VP56mv *src) in clamp_mv()
926 VP56mv *top_mv; in decode_splitmvs()
927 VP56mv *left_mv = left_mb->bmv; in decode_splitmvs()
928 VP56mv *cur_mv = mb->bmv; in decode_splitmvs()
1012 static const VP56mv *get_bmv_ptr(const VP8Macroblock *mb, int subblock) in get_bmv_ptr()
1025 VP56mv near_mv[3]; in vp7_decode_mvs()
1120 VP56mv near_mv[4]; in vp8_decode_mvs()
1174 FFSWAP( VP56mv, near_mv[CNT_NEAREST], near_mv[CNT_NEAR]); in vp8_decode_mvs()
1810 ThreadFrame *ref, const VP56mv *mv, in vp8_mc_luma()
1868 uint8_t *dst2, ThreadFrame *ref, const VP56mv *mv, in vp8_mc_chroma()
1920 int width, int height, VP56mv *mv) in vp8_mc_part()
1922 VP56mv uvmv = *mv; in vp8_mc_part()
1984 VP56mv *bmv = mb->bmv; in inter_predict()
1993 VP56mv uvmv; in inter_predict()