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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimc.c856 int counter, bitscount; local
932 bitscount = 0;
935 bitscount += 15;
949 bitscount += bits;
954 bitscount += !!chctx->bandWidthT[BANDS - 1];
956 bitscount += 16;
960 512 - bitscount - get_bits_count(&q->gb),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimc.c669 int counter, bitscount; local
741 bitscount = 0;
744 bitscount += 15;
755 bitscount += bits;
761 512 - bitscount - get_bits_count(&q->gb), flag)) < 0) {

Completed in 162 milliseconds