Intel IPP v4.0 mentions RGB565/RGB555 16/15bit color representations.
There are functions which can convert YCbCr to RGB565 and vice versa.
Unfortunately thereare no functions that can convert 24bit RGB/BGR to 16 bit RGB565 by truncation of least significant bits. Orusing zero paddingfor RGB565 to RGB/BGR conversion.It'srelatively easyto implement it.E.g. myMMX/SSE implementation is about 3X faster than optimized C implementation.
I think it's a good idea to add this type of functions to IPPI
Message Edited by karabas on 05-12-2004 09:40 AM
链接已复制
3 回复数
Thank you for your suggestions. It would be better to submit this as a feature request through the intel premier channel. So, your request will be analized for the planningof future IPP versions.
Regards,
Vladimir