Searched refs:encodedWidth (Results 1 – 3 of 3) sorted by relevance
531 etc1_uint32 encodedWidth = (width + 3) & ~3; in etc1_encode_image() local540 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) { in etc1_encode_image()584 etc1_uint32 encodedWidth = (width + 3) & ~3; in etc1_decode_image() local592 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) { in etc1_decode_image()643 etc1_uint32 encodedWidth = (width + 3) & ~3; in etc1_pkm_format_header() local646 writeBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET, encodedWidth); in etc1_pkm_format_header()659 etc1_uint32 encodedWidth = readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET); in etc1_pkm_is_valid() local664 encodedWidth >= width && encodedWidth - width < 4 && in etc1_pkm_is_valid()
318 encodedWidth = data.encodedWidth; in EncodedVideoData()352 encodedWidth = data.encodedWidth;385 WebRtc_UWord32 encodedWidth; variable
267 uint32_t encodedWidth = etc1_pkm_get_width(bytes); in load_etc1_texture() local272 if (encodedWidth != static_cast<uint32_t>(bm.width()) || in load_etc1_texture()