Searched refs:UPPER_BIT_RUBIN (Results 1 – 1 of 1) sorted by relevance
23 #define UPPER_BIT_RUBIN (((long) 1)<<(RUBIN_REG_SIZE-1)) macro98 rs->p = (long) (2 * UPPER_BIT_RUBIN); in init_rubin()113 while ((rs->q >= UPPER_BIT_RUBIN) || in encode()114 ((rs->p + rs->q) <= UPPER_BIT_RUBIN)) { in encode()117 ret = pushbit(&rs->pp, (rs->q & UPPER_BIT_RUBIN) ? 1 : 0, 0); in encode()149 pushbit(&rs->pp, (UPPER_BIT_RUBIN & rs->q) ? 1 : 0, 1); in end_rubin()185 } while ((q >= UPPER_BIT_RUBIN) || ((p + q) <= UPPER_BIT_RUBIN)); in __do_decode()211 if (q >= UPPER_BIT_RUBIN || ((p + q) <= UPPER_BIT_RUBIN)) in decode()