Searched refs:DOWN_ALIGN (Results 1 – 2 of 2) sorted by relevance
29 #define DOWN_ALIGN(val, align) ((val) & ~((align) - 1)) macro
867 dst.width = DOWN_ALIGN(dst.width, 2); in imresize()868 dst.height = DOWN_ALIGN(dst.height, 2); in imresize()1577 dst.width = DOWN_ALIGN(dst.width, 2); in imresizeTask()1578 dst.height = DOWN_ALIGN(dst.height, 2); in imresizeTask()