[email protected] | c2e431ab | 2014-05-09 01:22:26 | [diff] [blame] | 1 | Name: etc1 |
| 2 | Version: 0 |
| 3 | URL: https://source.android.com/ |
| 4 | License: Apache 2.0 |
| 5 | Security Critical: no |
| 6 | |
| 7 | Description: |
yusufo | 06adebb | 2014-09-17 22:09:23 | [diff] [blame] | 8 | This directory contains an ETC1 encoding/decoding API. The source derives from |
[email protected] | c2e431ab | 2014-05-09 01:22:26 | [diff] [blame] | 9 | frameworks/base/opengl/include/ETC1/etc1.cpp from the Android Open Source |
| 10 | Project. |
| 11 | |
| 12 | Local modifications: |
| 13 | - Removed decoding. |
| 14 | - Generalize so that output size is independent of input size. |
| 15 | - Handle cases of out-of-bounds blocks along the image boundary. |
yusufo | 06adebb | 2014-09-17 22:09:23 | [diff] [blame] | 16 | - Added ARGB8888 decoding option. |