| 101 | #include "arithmeticmodel.hpp" |
| 102 | |
| 103 | ArithmeticDecoder::ArithmeticDecoder() |
| 104 | { |
| 105 | instream = 0; |
| 106 | length = 0; |
| 107 | value = 0; |
| 108 | } |
| 109 | |
| 110 | BOOL ArithmeticDecoder::init(ByteStreamIn* instream, BOOL really_init) |
| 111 | { |
nothing calls this directly
no outgoing calls
no test coverage detected