Load 8bit uint8_t as uint32_t?

后端 未结 5 957
-上瘾入骨i
-上瘾入骨i 2021-01-01 03:26

my image processing project works with grayscale images. I have ARM Cortex-A8 processor platform. I want to make use of the NEON.

I have a grayscale image( consider

5条回答
  •  时光取名叫无心
    2021-01-01 04:20

    Depends on your compiler and (possible lack of) extensions.

    Ie. for GCC, this might be a starting point: http://gcc.gnu.org/onlinedocs/gcc/ARM-NEON-Intrinsics.html

提交回复
热议问题