gshORTON / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Use Halide to generate image processing code #830

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Halide (http://halide-lang.org/) is an image processing language that separates 
the implementation of an algorithm from its optimization.
It makes code easier to develop and maintain and it makes it easier to explore 
new optimizations.

I'm not sure if this practicable or even makes sense for libvpx. What do you 
think?

Original issue reported on code.google.com by thembr...@gmail.com on 23 Jul 2014 at 11:01

GoogleCodeExporter commented 9 years ago
Good suggestion. We will consider it in the future. Patches welcome if you do 
have it. Thanks.

Original comment by renganat...@google.com on 9 Oct 2014 at 10:13