Home
last modified time | relevance | path

Searched refs:DOWN_ALIGN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.h29 #define DOWN_ALIGN(val, align) ((val) & ~((align) - 1)) macro
H A Dim2d.cpp867 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()