forked from len0rd/rockbox
YUV Dither: r12 saving was removed but stacked parameter load offset wasn't changed to compensate, resulting in an improperly aligned dither kernel.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26064 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6f6dffa4a6
commit
dcf442e61f
2 changed files with 2 additions and 2 deletions
|
|
@ -278,7 +278,7 @@ lcd_write_yuv420_lines_odither:
|
|||
@ r5 = yuv_src[1] = Cb_p
|
||||
@ r6 = yuv_src[2] = Cr_p
|
||||
@
|
||||
ldr r0, [sp, #40] @ Line up pattern and kernel quadrant
|
||||
ldr r0, [sp, #36] @ Line up pattern and kernel quadrant
|
||||
eor r14, r3, r0 @
|
||||
and r14, r14, #0x2 @
|
||||
mov r14, r14, lsl #6 @ 0x00 or 0x80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue