Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dbgmc.c32 #define VALUE_BITS 18 // bits used to represent the values macro
33 #define TOP_VALUE ((1 << VALUE_BITS) - 1) // maximum value
491 if (get_bits_left(gb) < VALUE_BITS) in ff_bgmc_decode_init()
496 *v = get_bits(gb, VALUE_BITS); in ff_bgmc_decode_init()
505 skip_bits_long(gb, -(VALUE_BITS - 2)); in ff_bgmc_decode_end()

Completed in 2 milliseconds