Lines Matching refs:get_ur_golomb_shorten
165 k = get_ur_golomb_shorten(&s->gb, ULONGSIZE);
169 return get_ur_golomb_shorten(&s->gb, k);
359 pred_order = get_ur_golomb_shorten(&s->gb, LPCQSIZE);
480 if (get_ur_golomb_shorten(&s->gb, FNSIZE) != FN_VERBATIM) {
486 s->header_size = get_ur_golomb_shorten(&s->gb, VERBATIM_CKSIZE_SIZE);
495 s->header[i] = (char)get_ur_golomb_shorten(&s->gb, VERBATIM_BYTE_SIZE);
618 cmd = get_ur_golomb_shorten(&s->gb, FNSIZE);
630 len = get_ur_golomb_shorten(&s->gb, VERBATIM_CKSIZE_SIZE);
637 get_ur_golomb_shorten(&s->gb, VERBATIM_BYTE_SIZE);
640 unsigned bitshift = get_ur_golomb_shorten(&s->gb, BITSHIFTSIZE);
678 residual_size = get_ur_golomb_shorten(&s->gb, ENERGYSIZE);