]> git.sesse.net Git - x264/commit
x86-64: fix trellis asm with interlacing
authorFiona Glaser <fiona@x264.com>
Mon, 11 Feb 2013 00:12:34 +0000 (16:12 -0800)
committerFiona Glaser <fiona@x264.com>
Mon, 25 Feb 2013 20:14:21 +0000 (12:14 -0800)
commit5743b19a8264415ab3ed443abd2fefd81a038d6a
tree6098ad2e117b6ac2d8a205c9fd8c13c80bd87b5f
parent9475e6ac48af90e526611b5f11a2690fa077b0ba
x86-64: fix trellis asm with interlacing

Regression in r2145.
Assembly assumed array was [2][64] when it was actually [2][63].
Tiny (~0.1%) compression improvement.
encoder/cabac.c