InterpFilter type: Create an enum.

We use a single enum instead of multiple #defines.
- Ensures better type checking
- Enum values are generated implicitly, and hard-coded #defines are not
required.
- We use ATTRIBUTE_PACKED to indicate that the enum should still use the
smallest integral type.

Change-Id: I7532428da31744d3441b363bd932a7f233ee7ab5
3 files changed