Category Archives for Uncategorized

SSE intrinsics, moving between 32-bit and 16-bit integer types

Recently, I have been using SSE intrinsics to optimize some code which processes raw image/video data in YUYV 422 format. Now similar to other raw video formats, YUYV is packed in 2-byte (16-bit) chunks making it ideal for SSE processing … Continue reading

30. January 2012 by Gavin Smith
Leave a comment

QMutex, what Nokia never told you

Who is a big fan of easy-to-use, third-party cross-platform code? Yeah, hands down. I love it just as much as the rest of you. Over the years, I have come to realize that one disadvantage to using third party libraries … Continue reading

19. November 2011 by Gavin Smith
Leave a comment