get_sr_golomb_shorten  259 libavcodec/shorten.c         coeffs[i] = get_sr_golomb_shorten(&s->gb, LPCQUANT);
get_sr_golomb_shorten  265 libavcodec/shorten.c         s->decoded[channel][i] = get_sr_golomb_shorten(&s->gb, residual_size) + (sum >> LPCQUANT);
get_sr_golomb_shorten  408 libavcodec/shorten.c                                 s->decoded[channel][i] = get_sr_golomb_shorten(&s->gb, residual_size) + coffset;
get_sr_golomb_shorten  412 libavcodec/shorten.c                                 s->decoded[channel][i] = get_sr_golomb_shorten(&s->gb, residual_size) + s->decoded[channel][i - 1];
get_sr_golomb_shorten  416 libavcodec/shorten.c                                 s->decoded[channel][i] = get_sr_golomb_shorten(&s->gb, residual_size) + 2*s->decoded[channel][i-1]
get_sr_golomb_shorten  421 libavcodec/shorten.c                                 s->decoded[channel][i] = get_sr_golomb_shorten(&s->gb, residual_size) + 3*s->decoded[channel][i-1]