Searched refs:full_swath_bytes_vert_wc_c (Results 1 – 1 of 1) sorted by relevance
3774 unsigned int full_swath_bytes_vert_wc_c; in dcn5_calculate_dcc_configuration() local3821 full_swath_bytes_vert_wc_c = eff_surf_height_c * 256 / RequestHeight256ByteChroma; in dcn5_calculate_dcc_configuration()3824 full_swath_bytes_vert_wc_c = 0; in dcn5_calculate_dcc_configuration()3831 …full_swath_bytes_vert_wc_c = (unsigned int)(math_ceil2((double)full_swath_bytes_vert_wc_c * 2.0 / … in dcn5_calculate_dcc_configuration()3848 if (2 * full_swath_bytes_vert_wc_l + 2 * full_swath_bytes_vert_wc_c <= DETBufferSizeForDCC) { in dcn5_calculate_dcc_configuration()3851 …l_swath_bytes_vert_wc_l < 1.5 * full_swath_bytes_vert_wc_c && 2 * full_swath_bytes_vert_wc_l + ful… in dcn5_calculate_dcc_configuration()3854 …_swath_bytes_vert_wc_l >= 1.5 * full_swath_bytes_vert_wc_c && full_swath_bytes_vert_wc_l + 2 * ful… in dcn5_calculate_dcc_configuration()3883 …DML_LOG_VERBOSE("DML::%s: full_swath_bytes_vert_wc_c = %u\n", __func__, full_swath_bytes_vert_wc_c… in dcn5_calculate_dcc_configuration()