| 127 | } |
| 128 | |
| 129 | EntropyModel* RangeEncoder::createSymbolModel(U32 n) |
| 130 | { |
| 131 | RangeModel* m = new RangeModel(n, TRUE); |
| 132 | return (EntropyModel*)m; |
| 133 | } |
| 134 | |
| 135 | void RangeEncoder::initSymbolModel(EntropyModel* model, U32 *table) |
| 136 | { |
nothing calls this directly
no outgoing calls
no test coverage detected