summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-05-24 18:57:11 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-05-24 18:57:11 +0000
commit6eed071a6d08ce02d6632964a6aaea851b85c877 (patch)
treec98f586012e724feab6240bdd3531b161fe045a9 /firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
parent66f20d2664abdcaf4f0b80bad03bddc7d1a522a9 (diff)
downloadrockbox-6eed071a6d08ce02d6632964a6aaea851b85c877.tar.gz
rockbox-6eed071a6d08ce02d6632964a6aaea851b85c877.zip
fix YUV Dither for the other targets too, like in r26064.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26266 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S')
-rw-r--r--firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S b/firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
index 2a16d3a6cd..c5f85baa44 100644
--- a/firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
+++ b/firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
@@ -287,7 +287,7 @@ lcd_write_yuv420_lines_odither:
287 @ r5 = yuv_src[1] = Cb_p 287 @ r5 = yuv_src[1] = Cb_p
288 @ r6 = yuv_src[2] = Cr_p 288 @ r6 = yuv_src[2] = Cr_p
289 @ 289 @
290 ldr r14, [sp, #40] @ Line up pattern and kernel quadrant 290 ldr r14, [sp, #36] @ Line up pattern and kernel quadrant
291 sub r2, r2, #1 @ stride =- 1 291 sub r2, r2, #1 @ stride =- 1
292 eor r14, r14, r3 @ 292 eor r14, r14, r3 @
293 and r14, r14, #0x2 @ 293 and r14, r14, #0x2 @