[svn] / branches / dev-api-4 / xvidcore / src / image / reduced.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/image/reduced.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1054, Mon Jun 9 13:55:56 2003 UTC revision 1122, Wed Aug 13 11:44:02 2003 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: reduced.h,v 1.2.2.1 2003-06-09 13:54:19 edgomez Exp $   * $Id: reduced.h,v 1.2.2.2 2003-08-13 11:43:58 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 43  Line 43 
43    
44  extern COPY_UPSAMPLED_8X8_16TO8 * copy_upsampled_8x8_16to8;  extern COPY_UPSAMPLED_8X8_16TO8 * copy_upsampled_8x8_16to8;
45  extern COPY_UPSAMPLED_8X8_16TO8 xvid_Copy_Upsampled_8x8_16To8_C;  extern COPY_UPSAMPLED_8X8_16TO8 xvid_Copy_Upsampled_8x8_16To8_C;
46    #ifdef ARCH_IS_IA32
47  extern COPY_UPSAMPLED_8X8_16TO8 xvid_Copy_Upsampled_8x8_16To8_mmx;  extern COPY_UPSAMPLED_8X8_16TO8 xvid_Copy_Upsampled_8x8_16To8_mmx;
48  extern COPY_UPSAMPLED_8X8_16TO8 xvid_Copy_Upsampled_8x8_16To8_xmm;  extern COPY_UPSAMPLED_8X8_16TO8 xvid_Copy_Upsampled_8x8_16To8_xmm;
49    #endif
50    
51  extern ADD_UPSAMPLED_8X8_16TO8 * add_upsampled_8x8_16to8;  extern ADD_UPSAMPLED_8X8_16TO8 * add_upsampled_8x8_16to8;
52  extern ADD_UPSAMPLED_8X8_16TO8 xvid_Add_Upsampled_8x8_16To8_C;  extern ADD_UPSAMPLED_8X8_16TO8 xvid_Add_Upsampled_8x8_16To8_C;
53    #ifdef ARCH_IS_IA32
54  extern ADD_UPSAMPLED_8X8_16TO8 xvid_Add_Upsampled_8x8_16To8_mmx;  extern ADD_UPSAMPLED_8X8_16TO8 xvid_Add_Upsampled_8x8_16To8_mmx;
55  extern ADD_UPSAMPLED_8X8_16TO8 xvid_Add_Upsampled_8x8_16To8_xmm;  extern ADD_UPSAMPLED_8X8_16TO8 xvid_Add_Upsampled_8x8_16To8_xmm;
56    #endif
57    
58  extern VFILTER_31 * vfilter_31;  extern VFILTER_31 * vfilter_31;
59  extern VFILTER_31 xvid_VFilter_31_C;  extern VFILTER_31 xvid_VFilter_31_C;
60    #ifdef ARCH_IS_IA32
61  extern VFILTER_31 xvid_VFilter_31_x86;  extern VFILTER_31 xvid_VFilter_31_x86;
62    #endif
63    
64  extern HFILTER_31 * hfilter_31;  extern HFILTER_31 * hfilter_31;
65  extern HFILTER_31 xvid_HFilter_31_C;  extern HFILTER_31 xvid_HFilter_31_C;
66    #ifdef ARCH_IS_IA32
67  extern HFILTER_31 xvid_HFilter_31_x86;  extern HFILTER_31 xvid_HFilter_31_x86;
68  extern HFILTER_31 xvid_HFilter_31_mmx;  extern HFILTER_31 xvid_HFilter_31_mmx;
69    #endif
70    
71  extern FILTER_18X18_TO_8X8 * filter_18x18_to_8x8;  extern FILTER_18X18_TO_8X8 * filter_18x18_to_8x8;
72  extern FILTER_18X18_TO_8X8 xvid_Filter_18x18_To_8x8_C;  extern FILTER_18X18_TO_8X8 xvid_Filter_18x18_To_8x8_C;
73    #ifdef ARCH_IS_IA32
74  extern FILTER_18X18_TO_8X8 xvid_Filter_18x18_To_8x8_mmx;  extern FILTER_18X18_TO_8X8 xvid_Filter_18x18_To_8x8_mmx;
75    #endif
76    
77  extern FILTER_DIFF_18X18_TO_8X8 * filter_diff_18x18_to_8x8;  extern FILTER_DIFF_18X18_TO_8X8 * filter_diff_18x18_to_8x8;
78  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;
79    #ifdef ARCH_IS_IA32
80  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;
81    #endif
82    
83    
84  /* rrv motion vector scale-up */  /* rrv motion vector scale-up */

Legend:
Removed from v.1054  
changed lines
  Added in v.1122

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4