Searched refs:nxt8 (Results 1 – 1 of 1) sorted by relevance
132 …u8 nxt8 = (u8)((bits == 8) ? ((const u8*)buffer)[i + 1] : (((const u16*)buffer)[i + 1] >> 8)); in DrawWaveGraph() local134 int nxt = isSigned ? (((s8)nxt8) + 128) : nxt8; in DrawWaveGraph()