| 147 | } |
| 148 | |
| 149 | void RangeEncoder::encodeBit(EntropyModel* model, U32 bit) |
| 150 | { |
| 151 | encodeSymbol(model, bit); |
| 152 | } |
| 153 | |
| 154 | void RangeEncoder::encodeSymbol(EntropyModel* model, U32 sym) |
| 155 | { |
nothing calls this directly
no outgoing calls
no test coverage detected