]> git.sesse.net Git - x264/commit
Simplify addressing logic for interlaced-related arrays
authorFiona Glaser <fiona@x264.com>
Tue, 17 Aug 2010 00:47:11 +0000 (17:47 -0700)
committerFiona Glaser <fiona@x264.com>
Tue, 24 Aug 2010 15:28:45 +0000 (11:28 -0400)
commit2846aaa76f3e20b73225eaaa3f710ad701652152
tree6420808c9faac5038162992f0de1a0a6b9a79027
parentda6c3ecc955a5a7757efed84c542defd5b0fcc9b
Simplify addressing logic for interlaced-related arrays
In progressive mode, just make [0] and [1] point to the same place.
common/deblock.c
common/macroblock.c
encoder/encoder.c