]> git.sesse.net Git - vlc/commit
chromas converstion: optimize MMX/SSE acceleration even more by leveraging out of...
authorDamien Fouilleul <damienf@videolan.org>
Fri, 1 Jun 2007 14:23:25 +0000 (14:23 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Fri, 1 Jun 2007 14:23:25 +0000 (14:23 +0000)
commit88e3b3e2e1d946eb94ba4fde7f8a20ef44d8825b
tree965264c6e0961b90ecf83f43366425d202ad856c
parentbe2879d8232e60b386382017839e9649a1cc9c8d
chromas converstion: optimize MMX/SSE acceleration even more by leveraging out of order execution, basically avoid CPU stalls by using more registers and by spacing memory fetch and use as much as possible (CPU will run available instructions while waiting for memory fecth to complete)
modules/video_chroma/i420_yuy2.c
modules/video_chroma/i420_yuy2.h