Searched refs:MAS_vp_vert_limit (Results 1 – 4 of 4) sorted by relevance
1355 long MAS_vp_vert_limit = 0; in CalculateDCCConfiguration() local 1422 MAS_vp_vert_limit = (BytePerPixelC > 0 ? 2880 : 5760); in CalculateDCCConfiguration() 1424 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in CalculateDCCConfiguration()
1522 int MAS_vp_vert_limit; local 1586 MAS_vp_vert_limit = (BytePerPixelC > 0 ? 2880 : 5760);1588 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit);
1505 int MAS_vp_vert_limit; local 1569 MAS_vp_vert_limit = (BytePerPixelC > 0 ? 2880 : 5760);1571 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit);
2034 unsigned int MAS_vp_vert_limit; in CalculateDCCConfiguration() local 2080 MAS_vp_vert_limit = SourcePixelFormat == dml2_rgbe_alpha ? 3840 : (BytePerPixelY == 8 ? 3072 : 6144); in CalculateDCCConfiguration() 2082 max_vp_vert_height = (unsigned int)(math_min2((double)MAS_vp_vert_limit, detile_buf_vp_vert_limit)); in CalculateDCCConfiguration()