Home
last modified time | relevance | path

Searched refs:code_prefix (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvlc.c182 uint32_t code_prefix; in build_table() local
186 code_prefix = code >> (32 - table_nb_bits); in build_table()
195 if (code >> (32 - table_nb_bits) != code_prefix) in build_table()
202 … j = (flags & INIT_VLC_OUTPUT_LE) ? bitswap_32(code_prefix) >> (32 - table_nb_bits) : code_prefix; in build_table()
Dqdmc.c79 static const unsigned code_prefix[] = { variable
335 if (v >= FF_ARRAY_ELEMS(code_prefix)) in qdmc_get_vlc()
338 v = code_prefix[v] + get_bitsz(gb, v >> 2); in qdmc_get_vlc()