Searched defs:encodedWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp523 etc1_uint32 encodedWidth = (width + 3) & ~3; local
532 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) {
576 etc1_uint32 encodedWidth = (width + 3) & ~3; local
584 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) {
635 etc1_uint32 encodedWidth = (width + 3) & ~3; local
638 writeBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET, encodedWidth);
651 etc1_uint32 encodedWidth = readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET); local
656 encodedWidth >= width && encodedWidth - width < 4 &&

Completed in 21 milliseconds