Searched refs:get_uint (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dshorten.c165 static inline unsigned int get_uint(ShortenContext *s, int k) function
339 s->internal_ftype = get_uint(s, TYPESIZE);
341 s->channels = get_uint(s, CHANSIZE);
358 blocksize = get_uint(s, av_log2(DEFAULT_BLOCK_SIZE));
367 maxnlpc = get_uint(s, LPCQSIZE);
368 s->nmean = get_uint(s, 0);
370 skip_bytes = get_uint(s, NSKIPSIZE);
508 unsigned blocksize = get_uint(s, av_log2(s->blocksize));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dshorten.c158 static inline unsigned int get_uint(ShortenContext *s, int k) function
341 s->internal_ftype = get_uint(s, TYPESIZE);
343 s->channels = get_uint(s, CHANSIZE);
360 blocksize = get_uint(s, av_log2(DEFAULT_BLOCK_SIZE));
369 maxnlpc = get_uint(s, LPCQSIZE);
370 s->nmean = get_uint(s, 0);
372 skip_bytes = get_uint(s, NSKIPSIZE);
519 unsigned blocksize = get_uint(s, av_log2(s->blocksize));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_h323_asn1.c111 static unsigned int get_uint(bitstr_t *bs, int b);
245 static unsigned int get_uint(bitstr_t *bs, int b) function
325 unsigned int v = get_uint(bs, len) + f->lb;

Completed in 162 milliseconds