Lines Matching refs:MPP_ALIGN
212 (MPP_ALIGN(w, 32) >> 5) * (MPP_ALIGN(h, 32) >> 5) * 20 : in get_mdinfo_size()
213 (MPP_ALIGN(w, 64) >> 6) * (MPP_ALIGN(h, 16) >> 4) * 16; in get_mdinfo_size()
215 md_size = (MPP_ALIGN(w, 64) >> 6) * (MPP_ALIGN(h, 64) >> 6) * 32; in get_mdinfo_size()
218 (MPP_ALIGN(w, 32) >> 5) * (MPP_ALIGN(h, 32) >> 5) * 16 : in get_mdinfo_size()
219 (MPP_ALIGN(w, 64) >> 6) * (MPP_ALIGN(h, 16) >> 4) * 16; in get_mdinfo_size()
276 (MPP_ALIGN(cmd->width, 16)); in test_ctx_init()
278 (MPP_ALIGN(cmd->height, 16)); in test_ctx_init()
346 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 3 / 2; in test_ctx_init()
355 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 2; in test_ctx_init()
372 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64); in test_ctx_init()
376 p->frame_size = MPP_ALIGN(p->hor_stride, 64) * MPP_ALIGN(p->ver_stride, 64) * 4; in test_ctx_init()
382 … p->header_size = MPP_ALIGN(MPP_ALIGN(p->width, 16) * MPP_ALIGN(p->height, 16) / 16, SZ_4K); in test_ctx_init()
384 p->header_size = MPP_ALIGN(p->width, 16) * MPP_ALIGN(p->height, 16) / 16; in test_ctx_init()
787 psnr_const = (16 + log2(MPP_ALIGN(p->width, sse_unit_in_pixel) * in test_mpp_run()
788 MPP_ALIGN(p->height, sse_unit_in_pixel))); in test_mpp_run()
943 region->x = MPP_ALIGN(p->width / 8, 16); in test_mpp_run()
944 region->y = MPP_ALIGN(p->height / 8, 16); in test_mpp_run()
953 region->x = MPP_ALIGN(p->width / 2, 16); in test_mpp_run()
954 region->y = MPP_ALIGN(p->height / 4, 16); in test_mpp_run()