opencl-jpeg-encoder
opencl-jpeg-encoder copied to clipboard
ARM processor
Hi I tried to run this code on a Qualcomm processor with OpenCL on its GPU. The code compiled and ran without any problem. But the encoded jpeg was not correct, just noise.
Is this related to endian of ARM is different with Intel? It there any fix?
Thanks,
Dong
Is this related to endian of ARM is different with Intel? It there any fix?
ARM is, by default, little endian which is the same as Intel.