Home
last modified time | relevance | path

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

/dports/games/scummvm-tools/scummvm-tools-2.5.0/
H A Dcompress.cpp452 const byte *rawDataUnsigned = (const byte *)rawData; in encodeRaw() local
455 buffer[j][i] = ((int)(rawDataUnsigned[i * numChannels + j]) - 128) / 128.0f; in encodeRaw()