(dyn_tree, stat_desc)
| 22517 | |
| 22518 | |
| 22519 | function TreeDesc(dyn_tree, stat_desc) { |
| 22520 | this.dyn_tree = dyn_tree; /* the dynamic tree */ |
| 22521 | this.max_code = 0; /* largest code with non zero frequency */ |
| 22522 | this.stat_desc = stat_desc; /* the corresponding static tree */ |
| 22523 | } |
| 22524 | |
| 22525 | |
| 22526 |
nothing calls this directly
no outgoing calls
no test coverage detected