get_uint 419 libavcodec/shorten.c s->internal_ftype = get_uint(s, TYPESIZE); get_uint 421 libavcodec/shorten.c s->channels = get_uint(s, CHANSIZE); get_uint 438 libavcodec/shorten.c blocksize = get_uint(s, av_log2(DEFAULT_BLOCK_SIZE)); get_uint 447 libavcodec/shorten.c maxnlpc = get_uint(s, LPCQSIZE); get_uint 452 libavcodec/shorten.c s->nmean = get_uint(s, 0); get_uint 458 libavcodec/shorten.c skip_bytes = get_uint(s, NSKIPSIZE); get_uint 645 libavcodec/shorten.c unsigned blocksize = get_uint(s, av_log2(s->blocksize));