Searched refs:horz (Results 1 - 2 of 2) sorted by relevance

/include/drm/
H A Ddrm_rect.h85 * @horz: horizontal downscale factor
88 * Divide the coordinates of rectangle @r by @horz and @vert.
90 static inline void drm_rect_downscale(struct drm_rect *r, int horz, int vert) argument
92 r->x1 /= horz;
94 r->x2 /= horz;
/include/media/davinci/
H A Disif.h196 struct isif_horz_bclamp horz; member in struct:isif_black_clamp

Completed in 386 milliseconds