[vlc-commits] YUV->RGB convertor in NEON
    Sébastien Toque 
    git at videolan.org
       
    Fri Jan 27 19:30:02 CET 2012
    
    
  
vlc/vlc-2.0 | branch: master | Sébastien Toque <xilasz at gmail.com> | Tue Oct  4 22:38:36 2011 +0200| [617106df879fb57222496e8c8b312dcd61f0cd94] | committer: Jean-Baptiste Kempf
YUV->RGB convertor in NEON
Signed-off-by: Rafaël Carré <funman at videolan.org>
(cherry picked from commit 6983b2f386678ebc9554e334b0d5622f301c0c35)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=617106df879fb57222496e8c8b312dcd61f0cd94
---
 modules/arm_neon/Modules.am    |   10 ++
 modules/arm_neon/chroma_neon.h |   12 +++
 modules/arm_neon/i420_rgb.S    |  209 ++++++++++++++++++++++++++++++++++++++++
 modules/arm_neon/nv12_rgb.S    |  206 +++++++++++++++++++++++++++++++++++++++
 modules/arm_neon/nv21_rgb.S    |  206 +++++++++++++++++++++++++++++++++++++++
 modules/arm_neon/yuv_rgb.c     |  179 ++++++++++++++++++++++++++++++++++
 6 files changed, 822 insertions(+), 0 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=617106df879fb57222496e8c8b312dcd61f0cd94
    
    
More information about the vlc-commits
mailing list