vpx/vp9
John Koleszar 472eeaf082 Set scale factors consistently for SPLITMV
This commit updates the 4x4 prediction to consistently use the
build_2x1_inter_predictor() method. That function is updated to
calculate the scale offset, rather than relying on the caller
to calculate it. In the case that the 2x1 prediction can not
be used, the scale offset is recalculated for each 1x1 block.
The idea here is that the offsets are calculated before each
call to vp9_build_scaled_inter_predictor().

Change-Id: I0ac3343dd54e2846efa3c4195fcd328b709ca04d
2013-02-27 08:22:39 -08:00
..
common Set scale factors consistently for SPLITMV 2013-02-27 08:22:39 -08:00
decoder Combined motion compensation with scaled predictors 2013-02-27 08:22:39 -08:00
encoder Combined motion compensation with scaled predictors 2013-02-27 08:22:39 -08:00
exports_dec support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
exports_enc support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
vp9_common.mk Add tile column size limits (256 pixels min, 4096 pixels max). 2013-02-12 10:33:34 -08:00
vp9_cx_iface.c Merge lossless experiment 2013-02-20 07:54:28 -08:00
vp9_dx_iface.c [WIP] Add column-based tiling. 2013-02-05 15:43:03 -08:00
vp9cx.mk Remove some Y2-related code. 2013-02-15 14:06:25 -08:00
vp9dx.mk Merge vp9-preview changes into experimental branch 2013-01-08 10:19:59 -08:00