Searched refs:table_hash (Results 1 – 1 of 1) sorted by relevance
32 #define table_hash(mode, bpc, max_min) ((mode << 16) | (bpc << 8) | max_min) macro38 #define TABLE_CASE(mode, bpc, max) case (table_hash(mode, BPC_##bpc, max)): \47 int sel = table_hash(mode, bpc, max_min); in get_qp_set()