Home
last modified time | relevance | path

Searched refs:decodedElementBytes (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/common/etc/
Detc_unittest.cpp42 void decodeEacTest(const etc1_byte* bytesEncoded, int decodedElementBytes, in decodeEacTest() argument
44 etc1_byte decoded[cAlphaPatchSize * decodedElementBytes]; in decodeEacTest()
45 eac_decode_single_channel_block(bytesEncoded, decodedElementBytes, isSigned, decoded); in decodeEacTest()
46 for (int i=0; i<cAlphaPatchSize * decodedElementBytes; i++) { in decodeEacTest()
Detc.cpp441 int decodedElementBytes, bool isSigned, in eac_decode_single_channel_block() argument
443 assert(decodedElementBytes == 1 || decodedElementBytes == 2 || decodedElementBytes == 4); in eac_decode_single_channel_block()
458 etc1_byte* q = pOut + outIdx * decodedElementBytes; in eac_decode_single_channel_block()
475 if (decodedElementBytes == 1) { in eac_decode_single_channel_block()
/hardware/google/gfxstream/common/etc/include/gfxstream/
Detc.h74 int decodedElementBytes, bool isSigned,