vpx/vp9/encoder
Yunqing Wang 9f5811c2da Add joint motion search in comp_inter_inter mode(experiment)
In current code, motion vectors got from single prediction mode are used
in compound prediction mode directly. These motion vectors may not give
accurate prediction since they are searched independently. In this patch,
we took Pascal's suggestion, and did joint motion search in compound
prediction mode to find better motion vectors in this situation.
Test results:
Overall PSNR: 0.570%(derf), 0.918%(stdhd);
SSIM: 0.572%(derf), 1.009%(stdhd);

The encoder is a little slower. This can be improved since some c
code is used in motion search.

Change-Id: Ib30c9240f6c56c9b070867b4ca89412a76d9f3c6
2013-05-10 10:15:43 -07:00
..
2013-04-30 18:42:05 -07:00
2013-05-07 09:08:25 -07:00
2013-04-25 11:33:17 -07:00
2013-05-08 20:48:32 -07:00
2013-05-09 10:46:40 -07:00
2013-02-21 13:50:15 -08:00
2013-03-13 19:10:10 -07:00
2013-03-11 17:02:27 -07:00
2013-02-28 13:18:02 -08:00
2013-05-07 09:08:25 -07:00
2013-04-10 13:45:22 -07:00
2013-04-10 13:45:22 -07:00
2013-02-21 10:34:33 -08:00
2013-02-21 10:34:33 -08:00
2013-05-07 09:08:25 -07:00
2013-04-19 22:16:28 +01:00