diff i386/h264dsp_mmx.c @ 4866:6c66ddbb054f libavcodec

Fix parts missed in clip -> av_clip rename
author reimar
date Thu, 19 Apr 2007 16:12:06 +0000
parents 33c6fe489f62
children 3409dc0e7797
line wrap: on
line diff
--- a/i386/h264dsp_mmx.c	Wed Apr 18 19:58:20 2007 +0000
+++ b/i386/h264dsp_mmx.c	Thu Apr 19 16:12:06 2007 +0000
@@ -370,7 +370,7 @@
         "paddusb %%mm6              , %%mm2 \n\t"
 
 // in: mm0=p1 mm1=p0 mm2=q0 mm3=q1 mm7=(tc&mask) %8=mm_bone
-// out: (q1addr) = clip( (q2+((p0+q0+1)>>1))>>1, q1-tc0, q1+tc0 )
+// out: (q1addr) = av_clip( (q2+((p0+q0+1)>>1))>>1, q1-tc0, q1+tc0 )
 // clobbers: q2, tmp, tc0
 #define H264_DEBLOCK_Q1(p1, q2, q2addr, q1addr, tc0, tmp)\
         "movq     %%mm1,  "#tmp"   \n\t"\