[x264-devel] commit: Remove double-dereferences for MB width/height data ( Jason Garrett-Glaser )

git at videolan.org git at videolan.org
Wed Jun 9 18:39:09 CEST 2010


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Mon Jun  7 14:15:33 2010 -0700| [5ea4d02695bf8984fee6e4958a4aa1a2535ad1d2] | committer: Jason Garrett-Glaser 

Remove double-dereferences for MB width/height data
Store it in x264_t instead of going through the SPS.

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

 common/common.h       |    2 +
 common/deblock.c      |    2 +-
 common/frame.c        |   12 ++++----
 common/macroblock.c   |   22 +++++++-------
 common/mvpred.c       |    4 +-
 common/visualize.c    |    8 ++--
 encoder/encoder.c     |   52 ++++++++++++++++++----------------
 encoder/ratecontrol.c |   14 ++++----
 encoder/slicetype.c   |   74 ++++++++++++++++++++++++------------------------
 9 files changed, 97 insertions(+), 93 deletions(-)

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


More information about the x264-devel mailing list