[x264-devel] commit: factor mallocs out of hpel, ssim, and esa. (Steven Walters )
git version control
git at videolan.org
Wed Dec 31 04:48:12 CET 2008
x264 | branch: master | Steven Walters <kemuri9 at gmail.com> | Mon Dec 29 05:14:26 2008 +0000| [045ae4045a1827555b3eaab4fbf3c9809e98c58f] | committer: Loren Merritt
factor mallocs out of hpel, ssim, and esa.
there should now be no memory allocation outside of init-time.
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=045ae4045a1827555b3eaab4fbf3c9809e98c58f
---
common/common.h | 2 ++
common/macroblock.c | 9 +++++++++
common/mc.c | 7 +++----
common/mc.h | 2 +-
common/pixel.c | 8 +++-----
common/pixel.h | 2 +-
common/x86/mc-c.c | 9 +++------
encoder/encoder.c | 2 +-
encoder/me.c | 13 ++-----------
encoder/me.h | 5 +++++
tools/checkasm.c | 9 +++++----
11 files changed, 35 insertions(+), 33 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=045ae4045a1827555b3eaab4fbf3c9809e98c58f
More information about the x264-devel
mailing list