flaccidware / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Wrong clamping of nearest and near motion vector when the block crosses over image border. #1037

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
clamping of zero motion vectors in this case may result in non-zero values that 
does not make any sense.

Original issue reported on code.google.com by ya...@google.com on 10 Jul 2015 at 11:49

GoogleCodeExporter commented 8 years ago
In addition, Nearest and Near MV clamping in clamp_mv_ref() wrong, 16 pixel 
should be replaced by actual block width or height.

Original comment by ya...@google.com on 10 Jul 2015 at 11:52

GoogleCodeExporter commented 8 years ago

Original comment by ya...@google.com on 14 Jul 2015 at 4:42

GoogleCodeExporter commented 8 years ago

Original comment by ya...@google.com on 12 Aug 2015 at 10:06