| 140 | } |
| 141 | |
| 142 | void RangeEncoder::destroySymbolModel(EntropyModel* model) |
| 143 | { |
| 144 | assert(model); |
| 145 | RangeModel* m = (RangeModel*)model; |
| 146 | delete m; |
| 147 | } |
| 148 | |
| 149 | void RangeEncoder::encodeBit(EntropyModel* model, U32 bit) |
| 150 | { |
nothing calls this directly
no outgoing calls
no test coverage detected