[x264-devel] commit: Cosmetics and loop unrolling (Jason Garrett-Glaser )

git version control git at videolan.org
Mon Jun 16 03:02:27 CEST 2008


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Sun Jun 15 11:50:17 2008 -0600| [23132cb6b0e18f3cf8e1f73a729ea65f1095dda0]

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.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=23132cb6b0e18f3cf8e1f73a729ea65f1095dda0
---

 common/cabac.h      |    2 +-
 common/frame.c      |  225 ++++++++++++++++++++++++--------------------------
 common/macroblock.c |   33 +++++---
 3 files changed, 128 insertions(+), 132 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=23132cb6b0e18f3cf8e1f73a729ea65f1095dda0


More information about the x264-devel mailing list