Home
last modified time | relevance | path

Searched refs:nxt8 (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.1.0/build/demos.TWL/dsp/snd-mic/src/
Dmain.c132 …u8 nxt8 = (u8)((bits == 8) ? ((const u8*)buffer)[i + 1] : (((const u16*)buffer)[i + 1] >> 8)); in DrawWaveGraph() local
134 int nxt = isSigned ? (((s8)nxt8) + 128) : nxt8; in DrawWaveGraph()