Lines Matching refs:bitshift
105 int bitshift; member
176 if (s->bitshift == 32) { in fix_bitshift()
179 } else if (s->bitshift != 0) { in fix_bitshift()
181 buffer[i] *= 1U << s->bitshift; in fix_bitshift()
518 s->bitshift = 0; in read_header()
639 unsigned bitshift = get_ur_golomb_shorten(&s->gb, BITSHIFTSIZE); in shorten_decode_frame() local
640 if (bitshift > 32) { in shorten_decode_frame()
642 bitshift); in shorten_decode_frame()
645 s->bitshift = bitshift; in shorten_decode_frame()
697 coffset = s->bitshift == 0 ? coffset : coffset >> s->bitshift - 1 >> 1; in shorten_decode_frame()
722 …s->offset[channel][s->nmean - 1] = s->bitshift == 32 ? 0 : (sum / s->blocksize) * (1LL << s->bitsh… in shorten_decode_frame()