ARM: Fix normal2x scaler for width % 4 != 0
The first jump to 'thin:' didn't leave r14 (remaining width) in the right state.
This commit is contained in:
parent
ef3484646a
commit
a1f12c25ca
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ Normal2xARM:
|
|||
ADD r3, r3, r6
|
||||
yloop:
|
||||
SUBS r14,r4, #4
|
||||
ADDLT r14,r14, #4
|
||||
BLT thin
|
||||
xloop:
|
||||
LDRH r6, [r0], #2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue