(s)
| 11411 | * This takes 10 bits, of which 7 may remain in the bit buffer. |
| 11412 | */ |
| 11413 | function _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 | /* =========================================================================== |