[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 20:38:04 CEST 2010
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Mon Jun 7 14:15:33 2010 -0700| [0c947690373f6347f6f9df2e712b01ba756622ec] | 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=0c947690373f6347f6f9df2e712b01ba756622ec
---
common/common.h | 2 +
common/deblock.c | 2 +-
common/frame.c | 16 +++++-----
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, 99 insertions(+), 95 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=0c947690373f6347f6f9df2e712b01ba756622ec
More information about the x264-devel
mailing list