Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用基于 ARM 的嵌入式系统(Gumstix Overo)的 NEON 来加速一些视频帧转换。源为单色(Y12 或 Y10),目标为 RGB565、RGB888 或 RGB32。是否有一些特定的技术/技巧可供学习和使用 ARM NEON 来加速这种转换并将其与标准 C 实现进行基准测试。
您最好了解一下 Neon 架构及其编译器支持。您可以从阅读本文开始。这对新用户来说非常有用。