[cvs] / xvidcore / src / xvid.c Repository:
ViewVC logotype

Diff of /xvidcore/src/xvid.c

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

revision 1.33.2.6, Sat Oct 5 21:33:39 2002 UTC revision 1.33.2.8, Thu Oct 10 12:15:48 2002 UTC
# Line 225  Line 225 
225          interpolate8x8_halfpel_v  = interpolate8x8_halfpel_v_c;          interpolate8x8_halfpel_v  = interpolate8x8_halfpel_v_c;
226          interpolate8x8_halfpel_hv = interpolate8x8_halfpel_hv_c;          interpolate8x8_halfpel_hv = interpolate8x8_halfpel_hv_c;
227    
228            interpolate16x16_lowpass_h = interpolate16x16_lowpass_h_c;
229            interpolate16x16_lowpass_v = interpolate16x16_lowpass_v_c;
230            interpolate16x16_lowpass_hv = interpolate16x16_lowpass_hv_c;
231    
232          interpolate8x8_lowpass_h = interpolate8x8_lowpass_h_c;          interpolate8x8_lowpass_h = interpolate8x8_lowpass_h_c;
233          interpolate8x8_lowpass_v = interpolate8x8_lowpass_v_c;          interpolate8x8_lowpass_v = interpolate8x8_lowpass_v_c;
234          interpolate8x8_lowpass_hv = interpolate8x8_lowpass_hv_c;          interpolate8x8_lowpass_hv = interpolate8x8_lowpass_hv_c;
# Line 252  Line 256 
256          yv12_to_rgb565 = yv12_to_rgb565_c;          yv12_to_rgb565 = yv12_to_rgb565_c;
257          yv12_to_rgb24  = yv12_to_rgb24_c;          yv12_to_rgb24  = yv12_to_rgb24_c;
258          yv12_to_rgb32  = yv12_to_rgb32_c;          yv12_to_rgb32  = yv12_to_rgb32_c;
259            yv12_to_abgr  = yv12_to_abgr_c;
260            yv12_to_rgba  = yv12_to_rgba_c;
261          yv12_to_yuv    = yv12_to_yuv_c;          yv12_to_yuv    = yv12_to_yuv_c;
262          yv12_to_yuyv   = yv12_to_yuyv_c;          yv12_to_yuyv   = yv12_to_yuyv_c;
263          yv12_to_uyvy   = yv12_to_uyvy_c;          yv12_to_uyvy   = yv12_to_uyvy_c;

Legend:
Removed from v.1.33.2.6  
changed lines
  Added in v.1.33.2.8

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