Searched refs:code_prefix (Results 1 – 2 of 2) sorted by relevance
192 int table_size, table_index, index, code_prefix, symbol, subtable_bits; in build_table() local236 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()
76 static const unsigned code_prefix[] = { variable330 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()