Other Parts Discussed in Thread: 66AK2L06
Hello,
I am currently trying to port x264 on 66AK2L06,
and I am trying to improve the performance by replacing
x264_pixel_sad_16x16 (*sad: sum of absolute difference)
with one of the functions provided by IMGLIB, i.e. IMG_sad_16x16.
The thing is, IMG_sad_16x16 can handle only 8bit depth image,
whereas I need to handle 16-bit depth image.
In SPRU037C, it says IMGLIB can handle 16-bit depth, but it is only for TMS320C55x.
Is there any way that I can get some help on this?
Thanks,
Kang-A Choi