Searched refs:full_vp_width (Results 1 – 4 of 4) sorted by relevance
163 static bool calculate_h_split_for_scaling_transform(int full_vp_width, int h_active, int num_pipes, in calculate_h_split_for_scaling_transform() argument174 slice_width = full_vp_width / num_pipes; in calculate_h_split_for_scaling_transform()184 if (pipe_vp_x_end[i] > full_vp_width - MAX_SCL_VP_OVERLAP - 1) in calculate_h_split_for_scaling_transform()185 pipe_vp_x_end[i] = full_vp_width - 1; in calculate_h_split_for_scaling_transform()
1798 unsigned int full_vp_width; member
4995 dml2_printf("DML::%s: full_vp_width = %u\n", __func__, p->full_vp_width); in calculate_mcache_row_bytes()5009 if (p->full_vp_height == 0 && p->full_vp_width == 0) { in calculate_mcache_row_bytes()5034 …full_vp_width_mvmpg_aligned = (unsigned int)(math_floor2((p->vp_start_x + p->full_vp_width) + *p->… in calculate_mcache_row_bytes()5044 …*p->meta_row_width_ub = (unsigned int)math_ceil2((double)p->full_vp_width - 1, *p->mvmpg_width) + … in calculate_mcache_row_bytes()5157 l->l_p.full_vp_width = p->full_vp_width_l; in calculate_mcache_setting()5192 l->c_p.full_vp_width = p->full_vp_width_c; in calculate_mcache_setting()
2324 dml2_printf("DML::%s: full_vp_width = %u\n", __func__, p->full_vp_width); in calculate_mcache_row_bytes()2338 if (p->full_vp_height == 0 && p->full_vp_width == 0) { in calculate_mcache_row_bytes()2363 …full_vp_width_mvmpg_aligned = (unsigned int)(math_floor2((p->vp_start_x + p->full_vp_width) + *p->… in calculate_mcache_row_bytes()2373 …*p->meta_row_width_ub = (unsigned int)math_ceil2((double)p->full_vp_width - 1, *p->mvmpg_width) + … in calculate_mcache_row_bytes()2482 l->l_p.full_vp_width = p->full_vp_width_l; in calculate_mcache_setting()2517 l->c_p.full_vp_width = p->full_vp_width_c; in calculate_mcache_setting()