Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dsc/
Drc_calc.c32 #define table_hash(mode, bpc, max_min) ((mode << 16) | (bpc << 8) | max_min) macro
38 #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()