toneck

Results 9 comments of toneck

After trying some more commits, 2dbb61c8a30158e94924df04af60396c5680a72b already has this bug, which is the next commit after e6293f0970527024f772adf455447a413e344777 (which doesn't). Therefore the bug was introduced in 2dbb61c8a30158e94924df04af60396c5680a72b

I also think it's an alignment issue. I didn't have my esp on hand, so I ran it on my phone in termux (aarch64) That being said, I am quite...

Ok, so, I was able to test it both on my laptop (amd64) and on my esp32. It appears to work on both of them. The problem seems to be...

I didn't have time yesterday, but I managed to test it today. The columns are not missing anymore. Thanks for the help On the other hand, the bug with the...

Should I close this bug and open a different bug for that one?

Thank you for your help, unfortunately, it gives a compilation error ``` In file included from main.c:11: ../src/jpeg.inl:3565:26: error: incompatible type for argument 1 of ‘vrev16q_u8’ 3565 | vrev16q_u8(u168Temp); |...

I think the problem is that the variable is declared as _uint16x8_t_ uint16x8_t u168Temp, u168Temp2; it appears that _vrev16q_u8_ expects a _uint8x16_t_ : [link](https://developer.arm.com/architectures/instruction-sets/intrinsics/vrev16q_u8)

Here is the gcc that I use if it helps: I use a chroot ubuntu environment in termux, this is the gcc verision that I use ![image](https://github.com/bitbank2/JPEGDEC/assets/72277701/31fd1f5f-d497-47a3-bf82-9fb89a64dc90) I tried the...

Hi again, Sorry for the very late reply. I got busy and forgot. I just checked all three formats RGB565 little and BIG endian and RGB888 for all scalings and...