Parent Directory
|
Revision Log
|
Patch
revision 1.1.2.3, Mon Dec 9 10:47:05 2002 UTC | revision 1.1.2.4, Tue Dec 10 11:13:50 2002 UTC | |
---|---|---|
# | Line 43 | Line 43 |
43 | extern FILTER_DIFF_18X18_TO_8X8 xvid_Filter_Diff_18x18_To_8x8_C; | extern FILTER_DIFF_18X18_TO_8X8 xvid_Filter_Diff_18x18_To_8x8_C; |
44 | extern FILTER_DIFF_18X18_TO_8X8 xvid_Filter_Diff_18x18_To_8x8_mmx; | extern FILTER_DIFF_18X18_TO_8X8 xvid_Filter_Diff_18x18_To_8x8_mmx; |
45 | ||
46 | ||
47 | /* rrv motion vector scale-up */ | |
48 | #define RRV_MV_SCALEUP(a) ( (a)>0 ? 2*(a)-1 : (a)<0 ? 2*(a)+1 : (a) ) | |
49 | ||
50 | #endif /* _REDUCED_H_ */ | #endif /* _REDUCED_H_ */ |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |