Searched refs:encodedHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp524 etc1_uint32 encodedHeight = (height + 3) & ~3; local
526 for (etc1_uint32 y = 0; y < encodedHeight; y += 4) {
577 etc1_uint32 encodedHeight = (height + 3) & ~3; local
579 for (etc1_uint32 y = 0; y < encodedHeight; y += 4) {
636 etc1_uint32 encodedHeight = (height + 3) & ~3; local
639 writeBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET, encodedHeight);
652 etc1_uint32 encodedHeight = readBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET); local
657 encodedHeight >= height && encodedHeight - height < 4;

Completed in 969 milliseconds