Searched refs:u4_y_dst_offset (Results 1 – 2 of 2) sorted by relevance
200 UWORD32 u4_y_dst_offset = 0; in impeg2d_dec_i_slice() local208 u4_y_dst_offset = (ps_dec->u2_mb_y << 4) * u4_frame_width; in impeg2d_dec_i_slice()209 pu1_out_p = ps_cur_frm_buf->pu1_y + u4_x_dst_offset + u4_y_dst_offset; in impeg2d_dec_i_slice()253 u4_y_dst_offset >>= 2; in impeg2d_dec_i_slice()265 pu1_out_p = ps_cur_frm_buf->pu1_u + u4_x_dst_offset + u4_y_dst_offset; in impeg2d_dec_i_slice()293 pu1_out_p = ps_cur_frm_buf->pu1_v + u4_x_dst_offset + u4_y_dst_offset; in impeg2d_dec_i_slice()
499 UWORD32 u4_y_dst_offset = 0; in impeg2d_dec_p_b_slice() local516 u4_y_dst_offset = (ps_dec->u2_mb_y << 4) * ps_dec->u2_picture_width; in impeg2d_dec_p_b_slice()517 pu1_out_p = ps_cur_frm_buf->pu1_y + u4_x_dst_offset + u4_y_dst_offset; in impeg2d_dec_p_b_slice()610 u4_y_dst_offset >>= 2; in impeg2d_dec_p_b_slice()617 pu1_out_p = ps_cur_frm_buf->pu1_u + u4_x_dst_offset + u4_y_dst_offset; in impeg2d_dec_p_b_slice()663 pu1_out_p = ps_cur_frm_buf->pu1_v + u4_x_dst_offset + u4_y_dst_offset; in impeg2d_dec_p_b_slice()