| 144 | } |
| 145 | |
| 146 | ArithmeticModel* ArithmeticDecoder::createSymbolModel(U32 n) |
| 147 | { |
| 148 | ArithmeticModel* m = new ArithmeticModel(n, FALSE); |
| 149 | return m; |
| 150 | } |
| 151 | |
| 152 | void ArithmeticDecoder::initSymbolModel(ArithmeticModel* m, U32 *table) |
| 153 | { |
nothing calls this directly
no outgoing calls
no test coverage detected