HomeSort by relevance Sort by last modified time
    Searched full:u4_dst_x_offset (Results 1 - 1 of 1) sorted by null

  /external/libmpeg2/decoder/
impeg2d_d_pic.c 168 UWORD32 u4_dst_x_offset = u4_frm_offset + (ps_dec->u2_mb_x << 4); local
170 UWORD8 *pu1_vld_buf8 = ps_cur_frm_buf->pu1_y + u4_dst_x_offset + u4_dst_y_offset;
210 u4_dst_x_offset >>= 1;
213 pu1_vld_buf = ps_cur_frm_buf->pu1_u + u4_dst_x_offset + u4_dst_y_offset;
223 pu1_vld_buf = ps_cur_frm_buf->pu1_v + u4_dst_x_offset + u4_dst_y_offset;

Completed in 69 milliseconds