Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
H A Damdgpu_rc_calc.c36 #define table_hash(mode, bpc, max_min) ((mode << 16) | (bpc << 8) | max_min) macro
42 #define TABLE_CASE(mode, bpc, max) case (table_hash(mode, BPC_##bpc, max)): \
51 int sel = table_hash(mode, bpc, max_min); in get_qp_set()