MCPcopy Create free account
hub / github.com/hoothin/UserScripts / _tr_align

Function _tr_align

Picviewer CE+/dist.user.js:11413–11417  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

11411 * This takes 10 bits, of which 7 may remain in the bit buffer.
11412 */
11413function _tr_align(s) {
11414 send_bits(s, STATIC_TREES << 1, 3);
11415 send_code(s, END_BLOCK, static_ltree);
11416 bi_flush(s);
11417}
11418
11419
11420/* ===========================================================================

Callers

nothing calls this directly

Calls 3

send_bitsFunction · 0.70
send_codeFunction · 0.70
bi_flushFunction · 0.70

Tested by

no test coverage detected