Searched refs:code_prefix (Results 1 – 2 of 2) sorted by relevance
182 uint32_t code_prefix; in build_table() local186 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()
79 static const unsigned code_prefix[] = { variable335 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()