From 6b25501bf1b5f7f729665c39cb3e25a7b1edf385 Mon Sep 17 00:00:00 2001 From: Scott LaVarnway Date: Thu, 12 May 2011 10:50:16 -0400 Subject: Using int_mv instead of MV The compiler produces better assembly when using int_mv for assignments. The compiler shifts and ors the two 16bit values when assigning MV. Change-Id: I52ce4bc2bfbfaf3f1151204b2f21e1e0654f960f --- vp8/encoder/rdopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vp8/encoder/rdopt.h') diff --git a/vp8/encoder/rdopt.h b/vp8/encoder/rdopt.h index 1d5f9a3a8..fbbf9077f 100644 --- a/vp8/encoder/rdopt.h +++ b/vp8/encoder/rdopt.h @@ -25,7 +25,7 @@ extern void vp8_mv_pred VP8_COMP *cpi, MACROBLOCKD *xd, const MODE_INFO *here, - MV *mvp, + int_mv *mvp, int refframe, int *ref_frame_sign_bias, int *sr, -- cgit v1.2.3