Home
last modified time | relevance | path

Searched refs:pu1_dst_u (Results 1 – 4 of 4) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d_deinterlace.c186 UWORD8 *pu1_dst_y, *pu1_dst_u, *pu1_dst_v; in impeg2d_deinterlace() local
223 pu1_dst_u = ps_disp_frm_buf->pv_u_buf; in impeg2d_deinterlace()
241 pu1_dst_u = pu1_buf_u; in impeg2d_deinterlace()
251 impeg2d_get_pic(&s_dst_frm, pu1_dst_y, pu1_dst_u, pu1_dst_v, in impeg2d_deinterlace()
272 s_src_pic.pu1_u = pu1_dst_u; in impeg2d_deinterlace()
Dimpeg2d_pic_proc.c54 UWORD8 *pu1_dst_y,*pu1_dst_u,*pu1_dst_v; in impeg2d_format_convert() local
66pu1_dst_u = (UWORD8 *)ps_disp_frm_buf->pv_u_buf +((u4_start_row >> 1)*(ps_dec->u4_frm_buf_stride… in impeg2d_format_convert()
72 pu1_dst_u, pu1_dst_v, in impeg2d_format_convert()
116pu1_dst_u = (UWORD8 *)ps_disp_frm_buf->pv_u_buf +((u4_start_row >> 1)*(ps_dec->u4_frm_buf_stride… in impeg2d_format_convert()
133 pu1_dst_u, in impeg2d_format_convert()
149 pu1_dst_u, in impeg2d_format_convert()
/external/libmpeg2/common/
Dimpeg2_format_conv.c108 UWORD8 *pu1_dst_u, in impeg2_copy_frm_yuv420p() argument
133 memcpy(pu1_dst_u, pu1_src_u, i4_uv_width); in impeg2_copy_frm_yuv420p()
134 pu1_dst_u += (u4_dst_stride_u); in impeg2_copy_frm_yuv420p()
Dimpeg2_format_conv.h85 UWORD8 *pu1_dst_u,