... @author shohei909
staticinline read onlyFAST_HUFFMAN_LENGTH:Int = 10
staticinline read onlyFAST_HUFFMAN_TABLE_MASK:Int = FAST_HUFFMAN_TABLE_SIZE - 1
staticinline read onlyFAST_HUFFMAN_TABLE_SIZE:Int = (1 << FAST_HUFFMAN_LENGTH)
staticinline read onlyMAX_CHANNELS:Int = 16
staticinline read onlyPUSHDATA_CRC_COUNT:Int = 4