| 183 | } |
| 184 | |
| 185 | ArithmeticModel* ArithmeticEncoder::createSymbolModel(U32 n) |
| 186 | { |
| 187 | ArithmeticModel* m = new ArithmeticModel(n, true); |
| 188 | return m; |
| 189 | } |
| 190 | |
| 191 | void ArithmeticEncoder::initSymbolModel(ArithmeticModel* m, U32* table) |
| 192 | { |
no outgoing calls
no test coverage detected