ARM: introduced 'fetch_mask_pixblock' macro to simplify code
authorSiarhei Siamashka <siarhei.siamashka@nokia.com>
Sun, 28 Nov 2010 19:45:06 +0000 (21:45 +0200)
committerSiarhei Siamashka <siarhei.siamashka@nokia.com>
Fri, 3 Dec 2010 13:37:06 +0000 (15:37 +0200)
commit3be86a92ccab240859062a541cdb871d81c9501a
treee8c37bf0b2902668f008a0ff1d248f88db6c3c5b
parent98d08b37f17a3379d0ceff8bb7de8f943873fbd8
ARM: introduced 'fetch_mask_pixblock' macro to simplify code

This macro hides the implementation details of pixels fetching
for the mask image just like 'fetch_src_pixblock' does for the
source image. This provides more possibilities for reusing the
same code blocks in different compositing functions.

This patch does not introduce any functional changes and the
resulting code in the compiled object file is exactly the same.
pixman/pixman-arm-neon-asm.S
pixman/pixman-arm-neon-asm.h