get_uint          341 libavcodec/shorten.c     s->internal_ftype = get_uint(s, TYPESIZE);
get_uint          343 libavcodec/shorten.c     s->channels = get_uint(s, CHANSIZE);
get_uint          360 libavcodec/shorten.c         blocksize = get_uint(s, av_log2(DEFAULT_BLOCK_SIZE));
get_uint          369 libavcodec/shorten.c         maxnlpc  = get_uint(s, LPCQSIZE);
get_uint          370 libavcodec/shorten.c         s->nmean = get_uint(s, 0);
get_uint          372 libavcodec/shorten.c         skip_bytes = get_uint(s, NSKIPSIZE);
get_uint          519 libavcodec/shorten.c                 unsigned blocksize = get_uint(s, av_log2(s->blocksize));