Searched refs:EVEN_CEIL (Results 1 – 2 of 2) sorted by relevance
29 #define EVEN_CEIL(x) ((IS_ODD(x)) ? ((x) + 1) : (x)) macro
988 wd_even_ceil = EVEN_CEIL(crop_res->width); in ia_css_frame_find_crop_resolution()989 ht_even_ceil = EVEN_CEIL(crop_res->height); in ia_css_frame_find_crop_resolution()