Searched refs:TABLE_CASE (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dsc/ |
D | rc_calc.c | 38 #define TABLE_CASE(mode, bpc, max) case (table_hash(mode, BPC_##bpc, max)): \ macro 55 TABLE_CASE(444, 8, max); in get_qp_set() 56 TABLE_CASE(444, 8, min); in get_qp_set() 57 TABLE_CASE(444, 10, max); in get_qp_set() 58 TABLE_CASE(444, 10, min); in get_qp_set() 59 TABLE_CASE(444, 12, max); in get_qp_set() 60 TABLE_CASE(444, 12, min); in get_qp_set() 61 TABLE_CASE(422, 8, max); in get_qp_set() 62 TABLE_CASE(422, 8, min); in get_qp_set() 63 TABLE_CASE(422, 10, max); in get_qp_set() [all …]
|