| 128 | } |
| 129 | |
| 130 | ArithmeticBitModel* ArithmeticDecoder::createBitModel() |
| 131 | { |
| 132 | ArithmeticBitModel* m = new ArithmeticBitModel(); |
| 133 | return m; |
| 134 | } |
| 135 | |
| 136 | void ArithmeticDecoder::initBitModel(ArithmeticBitModel* m) |
| 137 | { |
nothing calls this directly
no outgoing calls
no test coverage detected