From 6eed071a6d08ce02d6632964a6aaea851b85c877 Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Mon, 24 May 2010 18:57:11 +0000 Subject: 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 --- firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S') 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: @ r5 = yuv_src[1] = Cb_p @ r6 = yuv_src[2] = Cr_p @ - ldr r14, [sp, #40] @ Line up pattern and kernel quadrant + ldr r14, [sp, #36] @ Line up pattern and kernel quadrant sub r2, r2, #1 @ stride =- 1 eor r14, r14, r3 @ and r14, r14, #0x2 @ -- cgit v1.2.3