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

Function writeWord

static/webuploader/webuploader.custom.js:5825–5829  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

5823 }
5824
5825 function writeWord(value)
5826 {
5827 writeByte((value>>8)&0xFF);
5828 writeByte((value )&0xFF);
5829 }
5830
5831 // DCT & quantization core
5832 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