Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h9070 static void writeUInt(char buf[4], unsigned int i) { in writeUInt() function
9111 writeUInt(compressed, im); in hufCompress()
9112 writeUInt(compressed + 4, iM); in hufCompress()
9113 writeUInt(compressed + 8, tableLength); in hufCompress()
9114 writeUInt(compressed + 12, nBits); in hufCompress()
9115 writeUInt(compressed + 16, 0); // room for future extensions in hufCompress()