get_uint          318 libavcodec/shorten.c         s->internal_ftype = get_uint(s, TYPESIZE);
get_uint          320 libavcodec/shorten.c         s->channels = get_uint(s, CHANSIZE);
get_uint          329 libavcodec/shorten.c             s->blocksize = get_uint(s, av_log2(DEFAULT_BLOCK_SIZE));
get_uint          330 libavcodec/shorten.c             maxnlpc = get_uint(s, LPCQSIZE);
get_uint          331 libavcodec/shorten.c             s->nmean = get_uint(s, 0);
get_uint          333 libavcodec/shorten.c             skip_bytes = get_uint(s, NSKIPSIZE);
get_uint          473 libavcodec/shorten.c                 s->blocksize = get_uint(s, av_log2(s->blocksize));