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

  /external/libmpeg2/decoder/
impeg2d_i_pic.c 200 UWORD32 u4_y_dst_offset = 0; local
208 u4_y_dst_offset = (ps_dec->u2_mb_y << 4) * u4_frame_width;
209 pu1_out_p = ps_cur_frm_buf->pu1_y + u4_x_dst_offset + u4_y_dst_offset;
253 u4_y_dst_offset >>= 2;
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;
impeg2d_pnb_pic.c 534 UWORD32 u4_y_dst_offset = 0; local
557 u4_y_dst_offset = (ps_dec->u2_mb_y << 4) * ps_dec->u2_picture_width;
558 pu1_out_p = ps_cur_frm_buf->pu1_y + u4_x_dst_offset + u4_y_dst_offset;
651 u4_y_dst_offset >>= 2;
658 pu1_out_p = ps_cur_frm_buf->pu1_u + u4_x_dst_offset + u4_y_dst_offset;
704 pu1_out_p = ps_cur_frm_buf->pu1_v + u4_x_dst_offset + u4_y_dst_offset;

Completed in 4499 milliseconds