Browse Source

indent

Originally committed as revision 27322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
d78c1ea16f
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      libswscale/swscale_template.c

+ 8
- 8
libswscale/swscale_template.c View File

@@ -1006,14 +1006,14 @@ static inline void RENAME(yuv2yuv1)(SwsContext *c, int16_t *lumSrc, int16_t *chr
);
}
}else{
while(p--){
asm volatile(
YSCALEYUV2YV121
:: "r" (src[p]), "r" (dst[p] + counter[p]),
"g" (-counter[p])
: "%"REG_a
);
}
while(p--){
asm volatile(
YSCALEYUV2YV121
:: "r" (src[p]), "r" (dst[p] + counter[p]),
"g" (-counter[p])
: "%"REG_a
);
}
}

#else


Loading…
Cancel
Save