MIN_CACHE_BITS 497 libavcodec/apedec.c else if(rice->k <= MIN_CACHE_BITS) { MIN_CACHE_BITS 264 libavcodec/dvdec.c while (bits_left >= MIN_CACHE_BITS) { MIN_CACHE_BITS 265 libavcodec/dvdec.c put_bits(pb, MIN_CACHE_BITS, get_bits(gb, MIN_CACHE_BITS)); MIN_CACHE_BITS 266 libavcodec/dvdec.c bits_left -= MIN_CACHE_BITS; MIN_CACHE_BITS 169 libavcodec/eatgv.c if (vector_bits > MIN_CACHE_BITS || !vector_bits) { MIN_CACHE_BITS 555 libavcodec/get_bits.h } else if (n <= MIN_CACHE_BITS) { MIN_CACHE_BITS 604 libavcodec/get_bits.h if (n <= MIN_CACHE_BITS) { MIN_CACHE_BITS 471 libavcodec/golomb.h if (log - k >= 32 - MIN_CACHE_BITS + (MIN_CACHE_BITS == 32) && MIN_CACHE_BITS 481 libavcodec/golomb.h for (i = 0; i + MIN_CACHE_BITS <= limit && SHOW_UBITS(re, gb, MIN_CACHE_BITS) == 0; i += MIN_CACHE_BITS) { MIN_CACHE_BITS 486 libavcodec/golomb.h LAST_SKIP_BITS(re, gb, MIN_CACHE_BITS); MIN_CACHE_BITS 497 libavcodec/golomb.h if (k > MIN_CACHE_BITS - 1) { MIN_CACHE_BITS 821 libavcodec/mjpegdec.c if (code > MIN_CACHE_BITS - 16) MIN_CACHE_BITS 886 libavcodec/mjpegdec.c if (code > MIN_CACHE_BITS - 16) MIN_CACHE_BITS 420 libavcodec/proresdec2.c if (bits > FFMIN(MIN_CACHE_BITS, 31)) \ MIN_CACHE_BITS 257 libavcodec/speedhq.c #if MIN_CACHE_BITS < 6 + 6 + 12 MIN_CACHE_BITS 288 libavcodec/tta.c if (k > MIN_CACHE_BITS || unary > INT32_MAX >> k) { MIN_CACHE_BITS 143 libavcodec/wma.c if (s->byte_offset_bits + 3 > MIN_CACHE_BITS) {