Home
last modified time | relevance | path

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

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