Lines Matching refs:off
93 static int sum_bits(short *buf, short shift, short off)
98 int b = buf[i]-off;
126 int off;
154 off = bitsum - NELLY_DETAIL_BITS;
156 for(shift=0; FFABS(off) <= 16383; shift++)
157 off *= 2;
159 off = (off * NELLY_BASE_OFF) >> 15;
162 off = signed_shift(off, shift);
166 small_off += off;
187 off = (big_off+small_off)>>1;
188 bitsum = sum_bits(sbuf, shift_saved, off);
190 big_off=off;
193 small_off = off;