Searched refs:MIN_CACHE_BITS (Results 1 – 10 of 10) sorted by relevance
471 if (log - k >= 32 - MIN_CACHE_BITS + (MIN_CACHE_BITS == 32) && in get_ur_golomb_jpegls()481 …for (i = 0; i + MIN_CACHE_BITS <= limit && SHOW_UBITS(re, gb, MIN_CACHE_BITS) == 0; i += MIN_CACHE… in get_ur_golomb_jpegls()486 LAST_SKIP_BITS(re, gb, MIN_CACHE_BITS); in get_ur_golomb_jpegls()497 if (k > MIN_CACHE_BITS - 1) { in get_ur_golomb_jpegls()
124 # define MIN_CACHE_BITS 64 macro126 # define MIN_CACHE_BITS 32 macro128 # define MIN_CACHE_BITS 25 macro555 } else if (n <= MIN_CACHE_BITS) { in get_bits_long()604 if (n <= MIN_CACHE_BITS) { in show_bits_long()
328 while (bits_left >= MIN_CACHE_BITS) { in bit_copy()329 put_bits(pb, MIN_CACHE_BITS, get_bits(gb, MIN_CACHE_BITS)); in bit_copy()330 bits_left -= MIN_CACHE_BITS; in bit_copy()
258 #if MIN_CACHE_BITS < 6 + 6 + 12 in decode_dct_block()259 #error MIN_CACHE_BITS is too small for the escape code, add UPDATE_CACHE in decode_dct_block()
170 if (vector_bits > MIN_CACHE_BITS || !vector_bits) { in tgv_decode_inter()
294 if (k > MIN_CACHE_BITS || unary > INT32_MAX >> k) { in tta_decode_frame()
141 if (s->byte_offset_bits + 3 > MIN_CACHE_BITS) { in ff_wma_init()
448 if (bits > FFMIN(MIN_CACHE_BITS, 31)) \
834 if (code > MIN_CACHE_BITS - 16) in decode_block()899 if (code > MIN_CACHE_BITS - 16) in decode_block_progressive()
514 else if(rice->k <= MIN_CACHE_BITS) { in ape_decode_value_3860()