Home | History | Annotate | Download | only in Tremolo

Lines Matching refs:bit

98 /* 32 bit float (not IEEE; nonnormalized mantissa +
167 int bit=(entry>>(length-j-1))&1;
174 if (chase < 0 || chase >= n || chase*2+bit > n*2+1) return 1;
175 if(!r[chase*2+bit])
176 r[chase*2+bit]=top;
177 chase=r[chase*2+bit];
181 int bit=(entry>>(length-j-1))&1;
186 r[chase*2+bit]= decpack(i,count++,quantvals,b,opb,maptype) |
226 * This probably wastes a bit of space, but it shouldn't
483 /* this is the correct boundary here; we lose one bit to
500 long total1=(s->q_bits*s->dim+8)/8; /* remember flag bit */
502 /* vector of column offsets; remember flag bit */
568 if( (s->q_bits*s->dim+8)/8 <=4){ /* remember flag bit */
665 int bit=(lok>>i)&1;
666 int next=t[chase+bit];
668 chase= (next<<8) | t[chase+bit+1+(!bit || t[chase]&0x80)];
695 int bit=(lok>>i)&1;
696 int next=t[chase+bit];
698 chase= (next<<16) | t[chase+bit+1+(!bit || t[chase]&0x8000)];