Searched refs:table_hash (Results 1 – 1 of 1) sorted by relevance
31 #define table_hash(mode, bpc, max_min) ((mode << 16) | (bpc << 8) | max_min) macro37 #define TABLE_CASE(mode, bpc, max) case (table_hash(mode, BPC_##bpc, max)): \68 int sel = table_hash(mode, bpc, max_min); in get_qp_set()
Completed in 4 milliseconds