Searched refs:table_hash (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dsc/ |
H A D | rc_calc_fpu.c | 31 #define table_hash(mode, bpc, max_min) ((mode << 16) | (bpc << 8) | max_min) macro 37 #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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/ |
H A D | rc_calc.c | 32 #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)): \ 48 int sel = table_hash(mode, bpc, max_min); in get_qp_set()
|
Completed in 2 milliseconds