]> git.sesse.net Git - vlc/commit
Add i420->rv16 neon converter
authorSébastien Toque <xilasz@gmail.com>
Tue, 5 Mar 2013 20:20:39 +0000 (21:20 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 10 Mar 2013 16:22:20 +0000 (17:22 +0100)
commit21a9fec8a4177d63eb297d32bd5e080593afb68b
tree59efcf5ea18c1e4347e663ad6fc12cb3dd962e4e
parent23a3b08de9177fe2c0b2d2865afe674c3841325d
Add i420->rv16 neon converter

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/arm_neon/Modules.am
modules/arm_neon/chroma_neon.h
modules/arm_neon/i420_rv16.S [new file with mode: 0644]
modules/arm_neon/yuv_rgb.c