Renderscript provides a platform-independent computation engine that operates at the native level. Use it to accelerate your apps that require extensive computational horsepower.
Blog Articles
Levels in Renderscript
For ICS, Renderscript (RS) has been updated with several new features to simplify adding compute acceleration to your application. RS is interesting for compute acceleration when you have large buffers of data on which you need to do significant processing. In this example we will look at applying a levels/saturation operation on a bitmap.
Renderscript Part 2
In Introducing Renderscript I gave a brief overview of this technology. In this post I’ll look at "compute" in more detail. In Renderscript we use "compute" to mean offloading of data processing from Dalvik code to Renderscript code which may run on the same or different processor(s).