| 122 | } |
| 123 | |
| 124 | void RangeEncoder::destroyBitModel(EntropyModel* model) |
| 125 | { |
| 126 | destroySymbolModel(model); |
| 127 | } |
| 128 | |
| 129 | EntropyModel* RangeEncoder::createSymbolModel(U32 n) |
| 130 | { |
nothing calls this directly
no outgoing calls
no test coverage detected