blob: a23eac6a0aa1f0fb9778792fbd5bc348abdb2b9e [file] [log] [blame]
[email protected]c2e431ab2014-05-09 01:22:261Name: etc1
2Version: 0
3URL: https://source.android.com/
4License: Apache 2.0
5Security Critical: no
6
7Description:
yusufo06adebb2014-09-17 22:09:238This directory contains an ETC1 encoding/decoding API. The source derives from
[email protected]c2e431ab2014-05-09 01:22:269frameworks/base/opengl/include/ETC1/etc1.cpp from the Android Open Source
10Project.
11
12Local 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.
yusufo06adebb2014-09-17 22:09:2316- Added ARGB8888 decoding option.