MIN_CACHE_BITS    495 libavcodec/apedec.c     else if(rice->k <= MIN_CACHE_BITS) {
MIN_CACHE_BITS    266 libavcodec/dvdec.c     while (bits_left >= MIN_CACHE_BITS) {
MIN_CACHE_BITS    267 libavcodec/dvdec.c         put_bits(pb, MIN_CACHE_BITS, get_bits(gb, MIN_CACHE_BITS));
MIN_CACHE_BITS    268 libavcodec/dvdec.c         bits_left -= MIN_CACHE_BITS;
MIN_CACHE_BITS    168 libavcodec/eatgv.c     if (vector_bits > MIN_CACHE_BITS || !vector_bits) {
MIN_CACHE_BITS    341 libavcodec/get_bits.h     } else if (n <= MIN_CACHE_BITS) {
MIN_CACHE_BITS    385 libavcodec/get_bits.h     if (n <= MIN_CACHE_BITS) {
MIN_CACHE_BITS    320 libavcodec/golomb.h     if (log - k >= 32 - MIN_CACHE_BITS + (MIN_CACHE_BITS == 32) &&
MIN_CACHE_BITS    664 libavcodec/mjpegdec.c             if (code > MIN_CACHE_BITS - 16)
MIN_CACHE_BITS    728 libavcodec/mjpegdec.c                 if (code > MIN_CACHE_BITS - 16)
MIN_CACHE_BITS    480 libavcodec/mss2.c                ARITH2_PADDING + (MIN_CACHE_BITS + 7) / 8);
MIN_CACHE_BITS    282 libavcodec/tta.c             if (k > MIN_CACHE_BITS) {
MIN_CACHE_BITS    142 libavcodec/wma.c     if (s->byte_offset_bits + 3 > MIN_CACHE_BITS) {