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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddcadec.c1827 int start_posn = get_bits_count(&s->gb); local
1934 if(start_posn + chset_fsize[chset] * 8 != i) {
1935 j = start_posn + chset_fsize[chset] * 8 - i;
2012 int start_posn; local
2019 start_posn = get_bits_count(&s->gb) - 32;
2091 if (start_posn + hdrsize * 8 > j)
2092 skip_bits_long(&s->gb, start_posn + hdrsize * 8 - j);
2095 start_posn = get_bits_count(&s->gb);
2111 if (start_posn + asset_size[i] * 8 > j)
2112 skip_bits_long(&s->gb, start_posn
[all...]

Completed in 78 milliseconds