Home
last modified time | relevance | path

Searched refs:rec_q (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/jffs2/
Dcompr_rubin.c40 unsigned long rec_q; member
156 rs->rec_q = 0; in init_decode()
159 rs->rec_q = rs->rec_q * 2 + (long) (pullbit(&rs->pp))) in init_decode()
167 unsigned long rec_q; in __do_decode() local
190 rec_q = rs->rec_q; in __do_decode()
193 rec_q &= lower_bits_rubin; in __do_decode()
194 rec_q <<= 1; in __do_decode()
195 rec_q += c; in __do_decode()
197 rs->rec_q = rec_q; in __do_decode()
217 symbol = rs->rec_q >= threshold; in decode()
[all …]