vpx/vp9
John Koleszar a37ee9d2e8 Fix non-4:2:0 chroma MV calculation for SPLITMV
The previous code was somewhat vestigial for 16x16 MI units, but was
incorrect when called with chroma blocks larger than 4x4 because the
block index caused a reference to a non-existent BMI. This patch uses
the same MV for all chroma subblocks in SPLITMV mode, which is
suboptimal for non-4:2:0 subsamplings, but as SPLITMV may be removed
in the near future, will use this as a stop gap.

Change-Id: I3211cee5ccf1cfb426e5eef5353b0ce5bb92b4cd
2013-05-09 20:14:39 -07:00
..
common Fix non-4:2:0 chroma MV calculation for SPLITMV 2013-05-09 20:14:39 -07:00
decoder Subsampling aware allocs and bitstream 2013-05-09 17:50:12 -07:00
encoder Fix 4:2:0 assumptions in debug plane output 2013-05-09 20:14:35 -07: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 Removing vp9_swap_yv12_buffer function and corresponding files. 2013-05-07 16:49:22 -07:00
vp9_cx_iface.c Subsampling aware allocs and bitstream 2013-05-09 17:50:12 -07:00
vp9_dx_iface.c Merge branch 'master' into experimental 2013-04-26 12:57:10 -07:00
vp9_iface_common.h Subsampling aware allocs and bitstream 2013-05-09 17:50:12 -07:00
vp9cx.mk Automatically flag intrinsic files 2013-05-03 15:35:13 -07:00
vp9dx.mk Automatically flag intrinsic files 2013-05-03 15:35:13 -07:00