Commit 233ce567 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Forgotten stuff

parent 5b4d6cf4
......@@ -11,6 +11,7 @@ libaudio_format_neon_plugin_la_DEPENDENCIES =
libchroma_yuv_neon_plugin_la_SOURCES = \
i420_yuyv.S \
i422_yuyv.S \
chroma_yuv.c chroma_neon.h
libchroma_yuv_neon_plugin_la_CFLAGS = $(AM_CFLAGS)
libchroma_yuv_neon_plugin_la_LIBADD = $(AM_LIBADD)
......
......@@ -54,6 +54,7 @@ i422_yuyv_neon:
subs COUNT, COUNT, #16
vld1.u8 {q0}, [Y,:128]!
vzip.u8 q0, q1
TODO: unroll (1 cycle stall)
vst1.u8 {q0-q1}, [O,:128]!
bgt 2b
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment