| 92 | } |
| 93 | |
| 94 | EntropyModel* RangeDecoder::createSymbolModel(U32 n) |
| 95 | { |
| 96 | RangeModel* m = new RangeModel(n, FALSE); |
| 97 | return (EntropyModel*)m; |
| 98 | } |
| 99 | |
| 100 | void RangeDecoder::initSymbolModel(EntropyModel* model, U32 *table) |
| 101 | { |
nothing calls this directly
no outgoing calls
no test coverage detected