| 979 | } |
| 980 | |
| 981 | inline void decodeISEBitBlock (ISEDecodedResult* dst, BitAccessStream& data, int numBits) |
| 982 | { |
| 983 | dst[0].m = data.getNext(numBits); |
| 984 | dst[0].v = dst[0].m; |
| 985 | } |
| 986 | |
| 987 | void decodeISE (ISEDecodedResult* dst, int numValues, BitAccessStream& data, const ISEParams& params) |
| 988 | { |