Thread: MPEG2Dec3 v1.10
View Single Post
Old 3rd July 2003, 09:26   #245  |  Link
skal
Registered User
 
Join Date: Jun 2003
Posts: 121
using sparse version of idct=6

Hi all,

just a quick note: if you're building MPEG2dec3 from
source code, you may try to use the "sparse" version
of idct=6, by adding in global.h an:

extern "C" void Skl_IDct16_Sparse_SSE(short *block);

and changing line 194 of vfapidec.cpp to:

idctFunc = Skl_IDct16_Sparse_SSE

(note that there are MMX-only versions, too)

Should work ok. I'd be curious about the speed, then...

bye
skal is offline   Reply With Quote