Home
last modified time | relevance | path

Searched refs:TABLE_CASE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dsc/
H A Drc_calc_fpu.c37 #define TABLE_CASE(mode, bpc, max) case (table_hash(mode, BPC_##bpc, max)): \ macro
76 TABLE_CASE(444, 8, max); in get_qp_set()
77 TABLE_CASE(444, 8, min); in get_qp_set()
78 TABLE_CASE(444, 10, max); in get_qp_set()
79 TABLE_CASE(444, 10, min); in get_qp_set()
80 TABLE_CASE(444, 12, max); in get_qp_set()
81 TABLE_CASE(444, 12, min); in get_qp_set()
82 TABLE_CASE(422, 8, max); in get_qp_set()
83 TABLE_CASE(422, 8, min); in get_qp_set()
84 TABLE_CASE(42 in get_qp_set()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
H A Drc_calc.c38 #define TABLE_CASE(mode, bpc, max) case (table_hash(mode, BPC_##bpc, max)): \ macro
56 TABLE_CASE(444, 8, max); in get_qp_set()
57 TABLE_CASE(444, 8, min); in get_qp_set()
58 TABLE_CASE(444, 10, max); in get_qp_set()
59 TABLE_CASE(444, 10, min); in get_qp_set()
60 TABLE_CASE(444, 12, max); in get_qp_set()
61 TABLE_CASE(444, 12, min); in get_qp_set()
62 TABLE_CASE(422, 8, max); in get_qp_set()
63 TABLE_CASE(422, 8, min); in get_qp_set()
64 TABLE_CASE(42 in get_qp_set()
[all...]

Completed in 1 milliseconds