Searched refs:xEnd (Results 1 – 4 of 4) sorted by relevance
64 int xStart, xEnd; in deltaPanelRendering() local75 xEnd = X_LAST - X_START_TABLE[y]; in deltaPanelRendering()77 pPixelEnd = ((uint32_t*)pData) + xEnd; in deltaPanelRendering()
114 uint32_t xEnd = width - x; in rgtc_decode_image() local115 if (xEnd > kBlockSize) { in rgtc_decode_image()116 xEnd = kBlockSize; in rgtc_decode_image()137 std::memcpy(data_out, pixels + kBlockSize * texel_size * cy, texel_size * xEnd); in rgtc_decode_image()
832 etc1_uint32 xEnd = width - x; in etc1_encode_image() local833 if (xEnd > 4) { in etc1_encode_image()834 xEnd = 4; in etc1_encode_image()836 int mask = ymask & kXMask[xEnd]; in etc1_encode_image()841 memcpy(q, p, xEnd * 3); in etc1_encode_image()843 for (etc1_uint32 cx = 0; cx < xEnd; cx++) { in etc1_encode_image()889 etc1_uint32 xEnd = width - x; in etc2_decode_image() local890 if (xEnd > 4) { in etc2_decode_image()891 xEnd = 4; in etc2_decode_image()934 memcpy(p, q, xEnd * pixelSize); in etc2_decode_image()[all …]
176 uint32_t xEnd;