Lines Matching defs:hsub
1535 int hsub;
1538 intel_fb_plane_get_subsampling(&hsub, &vsub, fb, ccs_plane);
1548 x = aux_x / hsub;
1556 aux_x = x * hsub + aux_x % hsub;
1774 int hsub, vsub;
1782 intel_fb_plane_get_subsampling(&hsub, &vsub, fb, ccs_plane);
1784 hsub *= main_hsub;
1786 x = src_x / hsub;
1796 plane_state->view.color_plane[ccs_plane].x = (x * hsub + src_x % hsub) / main_hsub;