Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dbitstream.c192 int table_size, table_index, index, code_prefix, symbol, subtable_bits; in build_table() local
236 code_prefix = code >> (32 - table_nb_bits); in build_table()
245 if (code >> (32 - table_nb_bits) != code_prefix) in build_table()
252 … j = (flags & INIT_VLC_OUTPUT_LE) ? bitswap_32(code_prefix) >> (32 - table_nb_bits) : code_prefix; in build_table()
Dqdmc.c76 static const unsigned code_prefix[] = { variable
330 if (v >= FF_ARRAY_ELEMS(code_prefix)) in qdmc_get_vlc()
333 v = code_prefix[v] + get_bitsz(gb, v >> 2); in qdmc_get_vlc()