Searched refs:encodedWidth (Results 1 – 1 of 1) sorted by relevance
523 etc1_uint32 encodedWidth = (width + 3) & ~3; in etc1_encode_image() local532 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) { in etc1_encode_image()576 etc1_uint32 encodedWidth = (width + 3) & ~3; in etc1_decode_image() local584 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() local638 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() local656 encodedWidth >= width && encodedWidth - width < 4 && in etc1_pkm_is_valid()