vpx/vp8
Timothy B. Terriberry 05c6eca4db Fix new MV clamping scheme for chroma MVs.
The new scheme introduced in I68d35a2f did not clamp chroma MVs in the SPLITMV
 case, and clamped them incorrectly (to the luma plane bounds) in every other
 case.
Because chroma MVs are computed from the luma MVs before clamping occurs, they
 could still point outside of the frame buffer and cause crashes.
This clamping happens outside of the MV prediction loop, and so should not
 affect bitstream decoding.
2010-06-10 18:42:24 -04:00
..
common Remove secondary mv clamping from decode stage 2010-06-09 11:47:24 -04:00
decoder Fix new MV clamping scheme for chroma MVs. 2010-06-10 18:42:24 -04:00
encoder Merge "Adjust to avoid long line" 2010-06-10 03:24:54 -07:00
exports_dec shared library support (.so) 2010-06-05 16:47:23 -04:00
exports_enc shared library support (.so) 2010-06-05 16:47:23 -04:00
vp8_common.mk LICENSE: update with latest text 2010-06-04 16:19:40 -04:00
vp8_cx_iface.c Remove reference to 'vpx Technologies' 2010-06-10 12:08:01 -04:00
vp8_dx_iface.c Remove reference to 'vpx Technologies' 2010-06-10 12:08:01 -04:00
vp8cx_arm.mk LICENSE: update with latest text 2010-06-04 16:19:40 -04:00
vp8cx.mk shared library support (.so) 2010-06-05 16:47:23 -04:00
vp8dx_arm.mk LICENSE: update with latest text 2010-06-04 16:19:40 -04:00
vp8dx.mk shared library support (.so) 2010-06-05 16:47:23 -04:00