This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
AVG_PIXELS8_XY2: fix typo, make code actually work
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.2
Michael Niedermayer
12 years ago
parent
5327a45552
commit
edde562130
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/x86/hpeldsp.asm
+ 1
- 1
libavcodec/x86/hpeldsp.asm
View File
@@ -458,7 +458,7 @@ cglobal avg_pixels8_xy2, 4,5
pavgb m2, [r0]
pavgb m2, [r0]
pavgb m1, [r0+r2]
pavgb m1, [r0+r2]
mova [r0], m2
mova [r0], m2
mova [r0+r2], m
2
mova [r0+r2], m
1
add r0, r4
add r0, r4
sub r3d, 4
sub r3d, 4
jne .loop
jne .loop
Write
Preview
Loading…
Cancel
Save