Searched refs:align_image_dimension (Results 1 – 1 of 1) sorted by relevance
19 static INLINE unsigned int align_image_dimension(unsigned int d, in align_image_dimension() function93 w = align_image_dimension(d_w, xcs, size_align); in img_alloc_helper()94 h = align_image_dimension(d_h, ycs, size_align); in img_alloc_helper()