MCPcopy Create free account
hub / github.com/TruthHun/BookStack / writeWord

Function writeWord

static/webuploader/webuploader.js:5814–5818  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

5812 }
5813
5814 function writeWord(value)
5815 {
5816 writeByte((value>>8)&0xFF);
5817 writeByte((value )&0xFF);
5818 }
5819
5820 // DCT & quantization core
5821 function fDCTQuant(data, fdtbl)

Callers 6

writeAPP0Function · 0.70
writeSOF0Function · 0.70
writeDQTFunction · 0.70
writeDHTFunction · 0.70
writeSOSFunction · 0.70
JPEGEncoderFunction · 0.70

Calls 1

writeByteFunction · 0.70

Tested by

no test coverage detected