Home
last modified time | relevance | path

Searched refs:MPP_ALIGN_DOWN (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/osal/
H A Dmpp_dmabuf.c77 sync.offset = MPP_ALIGN_DOWN(offset, CACHE_LINE_SIZE); in mpp_dmabuf_sync_partial_begin()
108 sync.offset = MPP_ALIGN_DOWN(offset, CACHE_LINE_SIZE); in mpp_dmabuf_sync_partial_end()
/rockchip-linux_mpp/osal/inc/
H A Dmpp_common.h32 #define MPP_ALIGN_DOWN(x, a) ((x)&~((a)-1)) macro
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dvdpp2.c405 …dst_reg->dci.reg2.sw_vdpp_src_pic_width = MPP_ALIGN_DOWN(src_params->src_width, hsd_sample_num) - … in set_hist_to_vdpp2_reg()
406 …dst_reg->dci.reg2.sw_vdpp_src_pic_height = MPP_ALIGN_DOWN(src_params->src_height, vsd_sample_num) … in set_hist_to_vdpp2_reg()