| 167 | } |
| 168 | |
| 169 | ArithmeticBitModel* ArithmeticEncoder::createBitModel() |
| 170 | { |
| 171 | ArithmeticBitModel* m = new ArithmeticBitModel(); |
| 172 | return m; |
| 173 | } |
| 174 | |
| 175 | void ArithmeticEncoder::initBitModel(ArithmeticBitModel* m) |
| 176 | { |
no outgoing calls
no test coverage detected