NEON decode support in WebP

Change-Id: I0d6fa456ca68468353adcd64669f1737d1446f65
This commit is contained in:
Somnath Banerjee
2011-09-12 13:03:01 +00:00
committed by James Zern
parent 0ee683b593
commit d4e9f5598d
7 changed files with 185 additions and 3 deletions

View File

@ -23,7 +23,8 @@ extern "C" {
typedef enum {
kSSE2,
kSSE3
kSSE3,
kNEON
} CPUFeature;
// returns true if the CPU supports the feature.
typedef int (*VP8CPUInfo)(CPUFeature feature);