Lines Matching refs:bitshift
104 int bitshift; member
175 if (s->bitshift == 32) { in fix_bitshift()
178 } else if (s->bitshift != 0) { in fix_bitshift()
180 buffer[i] *= 1U << s->bitshift; in fix_bitshift()
513 s->bitshift = 0; in read_header()
635 unsigned bitshift = get_ur_golomb_shorten(&s->gb, BITSHIFTSIZE); in shorten_decode_frame() local
636 if (bitshift > 32) { in shorten_decode_frame()
638 bitshift); in shorten_decode_frame()
641 s->bitshift = bitshift; in shorten_decode_frame()
693 coffset = s->bitshift == 0 ? coffset : coffset >> s->bitshift - 1 >> 1; in shorten_decode_frame()
718 …s->offset[channel][s->nmean - 1] = s->bitshift == 32 ? 0 : (sum / s->blocksize) * (1LL << s->bitsh… in shorten_decode_frame()