Lines Matching refs:w
94 regs->dst0 += (req->dst_rect.w - in rotate_dst_addr_x()
95 min((uint32_t)16, req->dst_rect.w)) * regs->dst_bpp; in rotate_dst_addr_x()
96 regs->dst1 += (req->dst_rect.w - in rotate_dst_addr_x()
97 min((uint32_t)16, req->dst_rect.w)) * regs->dst_bpp; in rotate_dst_addr_x()
354 dst_h = req->dst_rect.w; in get_edge_cond()
356 dst_w = req->dst_rect.w; in get_edge_cond()
364 get_edge_info(req->src_rect.w, req->src_rect.x, dst_w, in get_edge_cond()
369 luma_interp[IMG_RIGHT] = req->src_rect.x + req->src_rect.w - 1; in get_edge_cond()
384 chroma_bound[IMG_RIGHT] = req->src_rect.x + req->src_rect.w - 1; in get_edge_cond()
445 dst_h = req->dst_rect.w; in blit_scale()
447 dst_w = req->dst_rect.w; in blit_scale()
450 if ((req->src_rect.w == dst_w) && (req->src_rect.h == dst_h) && in blit_scale()
459 if (scale_params(req->src_rect.w, dst_w, 1, &phase_init_x, in blit_scale()
465 scale_factor_x = (dst_w * 10) / req->src_rect.w; in blit_scale()
520 #define IMG_LEN(rect_h, w, rect_w, bpp) (((rect_h) * w) * bpp) argument
529 *len0 = IMG_LEN(rect->h, img->width, rect->w, bpp); in get_len()
670 regs.src_rect = (req->src_rect.h << 16) | req->src_rect.w; in mdp_ppp_blit()
675 regs.dst_rect = (req->dst_rect.h << 16) | req->dst_rect.w; in mdp_ppp_blit()
722 req->src_rect.w = req->src_rect.w & (~0x1); in mdp_ppp_blit()
724 req->dst_rect.w = req->dst_rect.w & (~0x1); in mdp_ppp_blit()