[x264-devel] commit: Cleanup and simplification of macroblock_load ( Jason Garrett-Glaser )
git at videolan.org
git at videolan.org
Sun Apr 11 06:50:30 CEST 2010
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Wed Apr 7 07:43:46 2010 -0700| [469fae24c53a1e52246b89ca9d412b63f8831abd] | committer: Jason Garrett-Glaser
Cleanup and simplification of macroblock_load
Doesn't do anything now, but will be useful for many future changes.
Splitting out neighbour calculation will make MBAFF implementation easier.
Calculation of neighbour_frame value (actual neighbouring MBs, ignoring slices) will be useful for some future patches.
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=469fae24c53a1e52246b89ca9d412b63f8831abd
---
common/common.h | 4 +
common/macroblock.c | 335 ++++++++++++++++++++++++++------------------------
common/macroblock.h | 2 +-
encoder/cabac.c | 4 +-
4 files changed, 181 insertions(+), 164 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=469fae24c53a1e52246b89ca9d412b63f8831abd
More information about the x264-devel
mailing list