Searched refs:eff_surf_width_l (Results 1 – 2 of 2) sorted by relevance
1429 long eff_surf_width_l = 0; in CalculateDCCConfiguration() local1496 eff_surf_width_l = in CalculateDCCConfiguration()1498 eff_surf_width_c = eff_surf_width_l / (1 + yuv420); in CalculateDCCConfiguration()1504 full_swath_bytes_horz_wc_l = eff_surf_width_l * RequestHeight256ByteLuma * BytePerPixelY; in CalculateDCCConfiguration()
1618 int eff_surf_width_l; local1682 eff_surf_width_l = (SurfaceWidthLuma > max_vp_horz_width ? max_vp_horz_width : SurfaceWidthLuma);1683 eff_surf_width_c = eff_surf_width_l / (1 + yuv420);1687 full_swath_bytes_horz_wc_l = eff_surf_width_l * RequestHeight256ByteLuma * BytePerPixelY;