Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c1336 int horz_div_c = 0; in CalculateDCCConfiguration() local
1379 horz_div_c = 1; in CalculateDCCConfiguration()
1394 horz_div_c = 0; in CalculateDCCConfiguration()
1409 * BytePerPixelC / (1 + horz_div_c) in CalculateDCCConfiguration()
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c5363 unsigned int horz_div_c; in dml32_CalculateDCCConfiguration() local
5374 horz_div_c = 1; in dml32_CalculateDCCConfiguration()
5393 BytePerPixelC / (1 + horz_div_c) / (1 + yuv420)); in dml32_CalculateDCCConfiguration()
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c1498 int horz_div_c; local
1536 horz_div_c = 1;
1547 horz_div_c = 0;
1557 + (double) RequestHeight256ByteChroma * BytePerPixelC / (1 + horz_div_c) / (1 + yuv420));
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c1518 int horz_div_c; local
1556 horz_div_c = 1;
1567 horz_div_c = 0;
1577 + (double) RequestHeight256ByteChroma * BytePerPixelC / (1 + horz_div_c) / (1 + yuv420));