[svn] / trunk / xvidcore / src / image / interpolate8x8.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/image/interpolate8x8.c

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

revision 1538, Sat Aug 28 13:07:56 2004 UTC revision 1539, Sun Aug 29 05:32:29 2004 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: interpolate8x8.c,v 1.13 2004-08-10 21:58:55 edgomez Exp $   * $Id: interpolate8x8.c,v 1.14 2004-08-29 05:32:29 syskin Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 53  Line 53 
53  INTERPOLATE8X8_6TAP_LOWPASS_PTR interpolate8x8_6tap_lowpass_h;  INTERPOLATE8X8_6TAP_LOWPASS_PTR interpolate8x8_6tap_lowpass_h;
54  INTERPOLATE8X8_6TAP_LOWPASS_PTR interpolate8x8_6tap_lowpass_v;  INTERPOLATE8X8_6TAP_LOWPASS_PTR interpolate8x8_6tap_lowpass_v;
55    
56  void __inline  void
57  interpolate8x8_avg2_c(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, const uint32_t stride, const uint32_t rounding, const uint32_t height)  interpolate8x8_avg2_c(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, const uint32_t stride, const uint32_t rounding, const uint32_t height)
58  {  {
59      uint32_t i;      uint32_t i;
# Line 76  Line 76 
76  }  }
77    
78  void  void
79  interpolate8x8_halfpel_add_c(uint8_t *dst, const uint8_t *src, const uint32_t stride, const uint32_t rounding)  interpolate8x8_halfpel_add_c(uint8_t * const dst, const uint8_t * const src, const uint32_t stride, const uint32_t rounding)
80  {  {
81          interpolate8x8_avg2_c(dst, dst, src, stride, 0, 8);          interpolate8x8_avg2_c(dst, dst, src, stride, 0, 8);
82  }  }

Legend:
Removed from v.1538  
changed lines
  Added in v.1539

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