Home
last modified time | relevance | path

Searched refs:MIN_CACHE_BITS (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dgolomb.h471 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()
Dget_bits.h124 # define MIN_CACHE_BITS 64 macro
126 # define MIN_CACHE_BITS 32 macro
128 # define MIN_CACHE_BITS 25 macro
555 } else if (n <= MIN_CACHE_BITS) { in get_bits_long()
604 if (n <= MIN_CACHE_BITS) { in show_bits_long()
Ddvdec.c328 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()
Dspeedhq.c258 #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()
Deatgv.c170 if (vector_bits > MIN_CACHE_BITS || !vector_bits) { in tgv_decode_inter()
Dtta.c294 if (k > MIN_CACHE_BITS || unary > INT32_MAX >> k) { in tta_decode_frame()
Dwma.c141 if (s->byte_offset_bits + 3 > MIN_CACHE_BITS) { in ff_wma_init()
Dproresdec2.c448 if (bits > FFMIN(MIN_CACHE_BITS, 31)) \
Dmjpegdec.c834 if (code > MIN_CACHE_BITS - 16) in decode_block()
899 if (code > MIN_CACHE_BITS - 16) in decode_block_progressive()
Dapedec.c514 else if(rice->k <= MIN_CACHE_BITS) { in ape_decode_value_3860()