Searched refs:d_uv_stride (Results 1 – 2 of 2) sorted by relevance
394 RK_U32 d_uv_stride, x_div, y_div; in RGA2_set_reg_dst_info() local529 d_uv_stride = (d_stride << 2) / x_div; in RGA2_set_reg_dst_info()587 …u_addr = (RK_U32)msg->dst.uv_addr + (msg->dst.y_offset / y_div) * d_uv_stride + msg->dst.x_offset … in RGA2_set_reg_dst_info()588 …v_addr = (RK_U32)msg->dst.v_addr + (msg->dst.y_offset / y_div) * d_uv_stride + msg->dst.x_offset /… in RGA2_set_reg_dst_info()623 u_ld_addr = u_addr + ((msg->dst.act_h / y_div) - 1) * (d_uv_stride); in RGA2_set_reg_dst_info()624 v_ld_addr = v_addr + ((msg->dst.act_h / y_div) - 1) * (d_uv_stride); in RGA2_set_reg_dst_info()
672 u32 d_uv_stride, x_div, y_div; in RGA2_set_reg_dst_info() local1092 d_uv_stride = (d_stride << 2) / x_div; in RGA2_set_reg_dst_info()1166 (msg->dst.y_offset / y_div) * d_uv_stride + in RGA2_set_reg_dst_info()1169 (msg->dst.y_offset / y_div) * d_uv_stride + in RGA2_set_reg_dst_info()1203 u_ld_addr = u_addr + ((msg->dst.act_h / y_div) - 1) * (d_uv_stride); in RGA2_set_reg_dst_info()1204 v_ld_addr = v_addr + ((msg->dst.act_h / y_div) - 1) * (d_uv_stride); in RGA2_set_reg_dst_info()