(s)
| 23393 | * This takes 10 bits, of which 7 may remain in the bit buffer. |
| 23394 | */ |
| 23395 | function _tr_align(s) { |
| 23396 | send_bits(s, STATIC_TREES << 1, 3); |
| 23397 | send_code(s, END_BLOCK, static_ltree); |
| 23398 | bi_flush(s); |
| 23399 | } |
| 23400 | |
| 23401 | |
| 23402 | /* =========================================================================== |