Lines Matching refs:MPP_ALIGN
154 (MPP_ALIGN(cmd->width, 16)); in test_ctx_init()
156 (MPP_ALIGN(cmd->height, 16)); in test_ctx_init()
179 (MPP_ALIGN(p->hor_stride, 32) >> 5) * in test_ctx_init()
180 (MPP_ALIGN(p->ver_stride, 32) >> 5) * 16 : in test_ctx_init()
181 (MPP_ALIGN(p->hor_stride, 64) >> 6) * in test_ctx_init()
182 (MPP_ALIGN(p->ver_stride, 16) >> 4) * 16; in test_ctx_init()
218 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 3 / 2; in test_ctx_init()
227 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 2; in test_ctx_init()
243 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64); in test_ctx_init()
247 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 4; in test_ctx_init()
253 … p->header_size = MPP_ALIGN(MPP_ALIGN(p->width, 16) * MPP_ALIGN(p->height, 16) / 16, SZ_4K); in test_ctx_init()
255 p->header_size = MPP_ALIGN(p->width, 16) * MPP_ALIGN(p->height, 16) / 16; in test_ctx_init()
706 region->x = MPP_ALIGN(p->width / 8, 16); in test_mpp_run()
707 region->y = MPP_ALIGN(p->height / 8, 16); in test_mpp_run()
716 region->x = MPP_ALIGN(p->width / 2, 16); in test_mpp_run()
717 region->y = MPP_ALIGN(p->height / 4, 16); in test_mpp_run()