]> granicus.if.org Git - libx264/commit
Cosmetics and loop unrolling
authorFiona Glaser <fiona@x264.com>
Sun, 15 Jun 2008 17:50:17 +0000 (11:50 -0600)
committerFiona Glaser <fiona@x264.com>
Sun, 15 Jun 2008 17:50:17 +0000 (11:50 -0600)
commitdba0e5a2e089cd675e201cdf4e3358eb7a0e22cc
treeee8f9f0d5f88a3f52422a4a9f8bafec64082ade4
parentd108f91937cdb67b2bfa4f6e7fc1cf6b776febbf
Cosmetics and loop unrolling
GCC is not very good at loop unrolling in cases where it can perform constant propagation, so the unrolling unfortunately has to be done manually.
common/cabac.h
common/frame.c
common/macroblock.c