HomeSort by relevance Sort by last modified time
    Searched refs:pu1_out_p (Results 1 - 2 of 2) sorted by null

  /external/libmpeg2/decoder/
impeg2d_i_pic.c 179 UWORD8 *pu1_out_p; local
209 pu1_out_p = ps_cur_frm_buf->pu1_y + u4_x_dst_offset + u4_y_dst_offset;
241 pu1_out_p + u4_blk_pos,
265 pu1_out_p = ps_cur_frm_buf->pu1_u + u4_x_dst_offset + u4_y_dst_offset;
277 pu1_out_p,
293 pu1_out_p = ps_cur_frm_buf->pu1_v + u4_x_dst_offset + u4_y_dst_offset;
304 pu1_out_p,
impeg2d_pnb_pic.c 485 UWORD8 *pu1_out_p; local
503 pu1_out_p = ps_cur_frm_buf->pu1_y + u4_x_dst_offset + u4_y_dst_offset;
572 pu1_pred = pu1_out_p + u4_y_offset * ps_dec->u2_picture_width + u4_x_offset;
584 pu1_out_p + u4_y_offset * ps_dec->u2_picture_width + u4_x_offset,
603 pu1_out_p = ps_cur_frm_buf->pu1_u + u4_x_dst_offset + u4_y_dst_offset;
624 pu1_pred = pu1_out_p;
636 pu1_out_p,
649 pu1_out_p = ps_cur_frm_buf->pu1_v + u4_x_dst_offset + u4_y_dst_offset;
669 pu1_pred = pu1_out_p;
681 pu1_out_p,
    [all...]

Completed in 46 milliseconds