| 105 | } |
| 106 | |
| 107 | void RangeDecoder::destroySymbolModel(EntropyModel* model) |
| 108 | { |
| 109 | RangeModel* m = (RangeModel*)model; |
| 110 | delete m; |
| 111 | } |
| 112 | |
| 113 | U32 RangeDecoder::decodeBit(EntropyModel* model) |
| 114 | { |
nothing calls this directly
no outgoing calls
no test coverage detected