[vlc-commits] YUV->RGB convertor in NEON

Sébastien Toque git at videolan.org
Sun Jan 22 09:31:21 CET 2012


vlc | branch: master | Sébastien Toque <xilasz at gmail.com> | Tue Oct  4 22:38:36 2011 +0200| [6983b2f386678ebc9554e334b0d5622f301c0c35] | committer: Rafaël Carré

YUV->RGB convertor in NEON

Signed-off-by: Rafaël Carré <funman at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6983b2f386678ebc9554e334b0d5622f301c0c35
---

 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.git/?a=commitdiff;h=6983b2f386678ebc9554e334b0d5622f301c0c35


More information about the vlc-commits mailing list