Yes, the JPEG/MPEG coding consists of many highly parallel operations. Only the BitStream packing and ZigZag reordering parts can't take any significant advantage of SIMD optimizations, but most other stuff such as DTC/iDCT, colorspace conversion and shifting gains a lot from SIMD.Quote:
Originally posted by Arcadian:
I can't find where I read it, but someone on Ace's Forums had a theory that the compression codec found in mpeg and jpeg files is a very optimized codec with very predictable program flow. This is really what the Pentium 4 accels at, and also what it was designed from the beginning to do well in.
