Searched defs:encodedWidth (Results 1 – 7 of 7) sorted by relevance
531 etc1_uint32 encodedWidth = (width + 3) & ~3; in etc1_encode_image() local584 etc1_uint32 encodedWidth = (width + 3) & ~3; in etc1_decode_image() local643 etc1_uint32 encodedWidth = (width + 3) & ~3; in etc1_pkm_format_header() local659 etc1_uint32 encodedWidth = readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET); in etc1_pkm_is_valid() local
150 uint32_t encodedWidth = etc1_pkm_get_width(bytes); in load_etc1_texture() local
474 etc1_uint32 encodedWidth = (outWidth + 3) & ~3; in etc1_encode_image() local
373 uint32_t encodedWidth; variable
385 WebRtc_UWord32 encodedWidth; variable