Displaying 1 result from an estimated 1 matches for "mvx2".
Did you mean:
avx2
2011 Mar 24
1
Various typo in spec
...ise details of how these vectors are used to compute predictors for
each
block are described in Section 7.9.1. "
But nowhere, decoded values are divided by two. Algorithm in 7.5.1
gives MVX and MVY in -31..31. Algorithm in section 7.5.2 keep these
values. In section 7.9.1.3, the use of MVX2 and MVY2 seem to be the
solution but in algorithm 7.9.4, these two variables are initialized
with the same value :
B. Assign MVX the value
|MVECTS[bi ]x | ? sign(MVECTS[bi ]x ).
C. Assign MVY the value
|MVECTS[bi ]y | ? sign(MVECTS[bi ]y ).
D. Assign MVX2 the value
|MVECTS[bi ]x | ? sign(MVECTS[b...