shshankjain / webm

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

MV encoding specification incorrect range #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Section 17.1 of the spec says:

17.1 Coding of Each Component
Each component is a signed integer V representing a vertical or horizontal luma 
displacement of V quarter-
pixels (and a chroma displacement of V eighth-pixels). The absolute value of V, 
if non-zero, is followed by a
boolean sign. V may take any value between -255 and +255, inclusive.

MVs are coded in quarter-pel, so V should be [-1023,1023].

Original issue reported on code.google.com by jkoles...@google.com on 7 Sep 2010 at 12:51

GoogleCodeExporter commented 9 years ago

Original comment by jkoles...@google.com on 20 Mar 2011 at 6:38

GoogleCodeExporter commented 9 years ago

Original comment by louquil...@google.com on 28 Mar 2011 at 8:41

GoogleCodeExporter commented 9 years ago

Original comment by albe...@google.com on 8 Mar 2012 at 12:10