[x264-devel] commit: faster ESA init (Loren Merritt )
    git version control 
    git at videolan.org
       
    Mon Dec 22 01:20:31 CET 2008
    
    
  
x264 | branch: master | Loren Merritt <pengvado at akuvian.org> | Thu Dec 11 19:47:17 2008 +0000| [a4ec1020efb1a2a6757f8f891d78c2dd9344bb91] | committer: Loren Merritt 
faster ESA init
reduce memory if using ESA and not p4x4
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=a4ec1020efb1a2a6757f8f891d78c2dd9344bb91
---
 common/common.h      |    1 +
 common/frame.c       |    2 +-
 common/mc.c          |   71 +++++++++++++++++++++++++++++-------
 common/mc.h          |    6 +++
 common/x86/mc-a2.asm |   98 ++++++++++++++++++++++++++++++++++++++++++++++++++
 common/x86/mc-c.c    |   16 ++++++++
 encoder/encoder.c    |    3 ++
 tools/checkasm.c     |   66 +++++++++++++++++++++++-----------
 8 files changed, 227 insertions(+), 36 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=a4ec1020efb1a2a6757f8f891d78c2dd9344bb91
    
    
More information about the x264-devel
mailing list