Home
last modified time | relevance | path

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

/linux-3.3/fs/jffs2/
Dcompr_rubin.c38 unsigned long rec_q; member
159 rs->rec_q = 0; in init_decode()
162 rs->rec_q = rs->rec_q * 2 + (long) (pullbit(&rs->pp))) in init_decode()
170 unsigned long rec_q; in __do_decode() local
193 rec_q = rs->rec_q; in __do_decode()
196 rec_q &= lower_bits_rubin; in __do_decode()
197 rec_q <<= 1; in __do_decode()
198 rec_q += c; in __do_decode()
200 rs->rec_q = rec_q; in __do_decode()
220 symbol = rs->rec_q >= threshold; in decode()
[all …]