ARM: NEON scanline functions for bilinear scaling
authorTaekyun Kim <tkq.kim@samsung.com>
Wed, 13 Apr 2011 02:48:40 +0000 (11:48 +0900)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 18 Apr 2011 20:49:43 +0000 (16:49 -0400)
commite8185f1cb43417d9f7b1d2856bb899f1b84fde81
tree2552541bd43e462775042808775d0246d087cb82
parent00939d35628e733fab63606cfb1d7fcb667860d3
ARM: NEON scanline functions for bilinear scaling

General fetch->combine->store based bilinear scanline functions.
Need further optimizations and eventually will be replaced with optimal
functions one by one.
General functions should be located in pixman-arm-neon-asm-bilinear.S and
optimal functions in pixman-arm-neon-asm.S

Following general bilinear scanline functions are implemented
    over_8888_8888
    add_8888_8888
    src_8888_8_8888
    src_8888_8_0565
    src_0565_8_x888
    src_0565_8_0565
    over_8888_8_8888
    add_8888_8_8888
pixman/Makefile.am
pixman/pixman-arm-neon-asm-bilinear.S [new file with mode: 0644]