1 --- tvtime-1.0.1/plugins/tomsmocomp/TomsMoCompAll2.inc.gcc 2005-12-23 12:10:45.000000000 +0100
2 +++ tvtime-1.0.1/plugins/tomsmocomp/TomsMoCompAll2.inc 2005-12-23 12:19:35.000000000 +0100
7 -#define SEARCH_EFFORT_FUNC(n) DScalerFilterTomsMoComp::SEFUNC(n##_SB)
8 +#define SEARCH_EFFORT_FUNC(n) SEFUNC(n##_SB)
10 -#define SEARCH_EFFORT_FUNC(n) DScalerFilterTomsMoComp::SEFUNC(n)
11 +#define SEARCH_EFFORT_FUNC(n) SEFUNC(n)
14 int SEARCH_EFFORT_FUNC(0) // we don't try at all ;-)
15 --- tvtime-1.0.1/plugins/greedyh.asm.gcc 2005-08-14 18:16:43.000000000 +0200
16 +++ tvtime-1.0.1/plugins/greedyh.asm 2005-12-23 12:02:29.000000000 +0100
19 #include "x86-64_macros.inc"
21 -void DScalerFilterGreedyH::FUNCT_NAME(TDeinterlaceInfo* pInfo)
22 +void FUNCT_NAME(TDeinterlaceInfo* pInfo)
25 bool InfoIsOdd = (pInfo->PictureHistory[0]->Flags & PICTURE_INTERLACED_ODD) ? 1 : 0;
26 --- tvtime-1.0.1/plugins/tomsmocomp.cpp.gcc 2004-10-20 19:38:04.000000000 +0200
27 +++ tvtime-1.0.1/plugins/tomsmocomp.cpp 2005-12-23 12:02:29.000000000 +0100
32 -#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_MMX
33 +#define FUNCT_NAME filterDScaler_MMX
34 #include "tomsmocomp/TomsMoCompAll.inc"
40 #define SSE_TYPE 3DNOW
41 -#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_3DNOW
42 +#define FUNCT_NAME filterDScaler_3DNOW
43 #include "tomsmocomp/TomsMoCompAll.inc"
50 -#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_SSE
51 +#define FUNCT_NAME filterDScaler_SSE
52 #include "tomsmocomp/TomsMoCompAll.inc"