Searched defs:u4_x_dst_offset (Results 1 - 2 of 2) sorted by relevance

/external/libmpeg2/decoder/
H A Dimpeg2d_i_pic.c199 UWORD32 u4_x_dst_offset = 0; local
207 u4_x_dst_offset = u4_frm_offset + (ps_dec->u2_mb_x << 4);
209 pu1_out_p = ps_cur_frm_buf->pu1_y + u4_x_dst_offset + u4_y_dst_offset;
252 u4_x_dst_offset >>= 1;
265 pu1_out_p = ps_cur_frm_buf->pu1_u + u4_x_dst_offset + u4_y_dst_offset;
293 pu1_out_p = ps_cur_frm_buf->pu1_v + u4_x_dst_offset + u4_y_dst_offset;
H A Dimpeg2d_pnb_pic.c538 UWORD32 u4_x_dst_offset = 0; local
561 u4_x_dst_offset = u4_frm_offset + (ps_dec->u2_mb_x << 4);
563 pu1_out_p = ps_cur_frm_buf->pu1_y + u4_x_dst_offset + u4_y_dst_offset;
655 u4_x_dst_offset >>= 1;
663 pu1_out_p = ps_cur_frm_buf->pu1_u + u4_x_dst_offset + u4_y_dst_offset;
709 pu1_out_p = ps_cur_frm_buf->pu1_v + u4_x_dst_offset + u4_y_dst_offset;

Completed in 253 milliseconds