HDD6330: implement lcd_yuv_blit() function. The inner loop is written in assembler...
commita472b78b947cb9214ea2cb0c40ea6b8adca93e04
authorb0hoon <b0hoon@a1c6a512-1295-4272-9138-f99709370657>
Sun, 5 Dec 2010 19:45:50 +0000 (5 19:45 +0000)
committerb0hoon <b0hoon@a1c6a512-1295-4272-9138-f99709370657>
Sun, 5 Dec 2010 19:45:50 +0000 (5 19:45 +0000)
tree5d582e03e49e400d445c9c0f23e182e790524b6d
parent0513fcb6450406bae2ccf4118c05171f86a7eee4
HDD6330: implement lcd_yuv_blit() function. The inner loop is written in assembler and the entire function is about 20% faster than the original from the ipod color.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28737 a1c6a512-1295-4272-9138-f99709370657
firmware/SOURCES
firmware/target/arm/philips/hdd6330/lcd-as-hdd6330.S [new file with mode: 0644]
firmware/target/arm/philips/hdd6330/lcd-hdd6330.c