vpx/vp9/encoder
Deb Mukherjee b80020d4db Refactoring motion search libs
The core motion estimation fucntions all return sad now consistently.
The only exception is vp9_full_pixel_diamond(), however the core diamond
and refining search routines called from vp9_full_pixel_diamond() also
return SAD. If variance of pred error + mv cost is desired it must be
calculated explicitly outside these functions. For very fast encoding,
hopefully this will eliminate some redundant computations.

Also suggests reimplementing FAST_HEX with the vp9_pattern_search
framework. It is not exactly the same as the existing FAST_HEX, but
performance is slightly better and speed is very similar. Enables
removing a lot of duplicate code.

Change-Id: I152736393438c25bdf7e96b37cbb8ce330f4f94a
2014-03-03 15:13:59 -08:00
..
2014-02-12 16:32:51 -08:00
2014-03-03 15:13:59 -08:00
2014-03-03 15:13:59 -08:00
2014-03-03 15:13:59 -08:00
2014-01-31 16:30:04 -08:00
2014-03-03 15:13:59 -08:00
2014-01-29 08:39:39 -08:00
2014-02-28 10:11:31 -08:00
2014-03-03 15:13:59 -08:00
2014-01-25 09:39:48 -08:00
2014-02-05 11:31:15 -08:00
2013-10-04 14:08:37 -07:00
2014-01-29 14:15:34 -08:00
2014-01-29 14:15:34 -08:00