Home
last modified time | relevance | path

Searched refs:pu1_dst_v (Results 1 – 5 of 5) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d_deinterlace.c186 UWORD8 *pu1_dst_y, *pu1_dst_u, *pu1_dst_v; in impeg2d_deinterlace() local
224 pu1_dst_v = ps_disp_frm_buf->pv_v_buf; in impeg2d_deinterlace()
242 pu1_dst_v = pu1_buf_v; in impeg2d_deinterlace()
251 impeg2d_get_pic(&s_dst_frm, pu1_dst_y, pu1_dst_u, pu1_dst_v, in impeg2d_deinterlace()
273 s_src_pic.pu1_v = pu1_dst_v; in impeg2d_deinterlace()
Dimpeg2d_pic_proc.c54 UWORD8 *pu1_dst_y,*pu1_dst_u,*pu1_dst_v; in impeg2d_format_convert() local
67pu1_dst_v = (UWORD8 *)ps_disp_frm_buf->pv_v_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()
/external/libmpeg2/common/
Dimpeg2_format_conv.c109 UWORD8 *pu1_dst_v, in impeg2_copy_frm_yuv420p() argument
141 memcpy(pu1_dst_v, pu1_src_v, i4_uv_width); in impeg2_copy_frm_yuv420p()
142 pu1_dst_v += (u4_dst_stride_v); in impeg2_copy_frm_yuv420p()
Dimpeg2_format_conv.h86 UWORD8 *pu1_dst_v,
/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c675 UWORD8 *pu1_dst = NULL, *pu1_dst_v = NULL; in ihevcd_iquant_itrans_recon_ctb() local
870pu1_dst_v = pu1_dst + 1 + chroma_yuv420sp_vu_v_offset; /* Pointing to start byte of V*/ in ihevcd_iquant_itrans_recon_ctb()
1109 pu1_dst_v, src_strd, in ihevcd_iquant_itrans_recon_ctb()
1124 pu1_dst_v, in ihevcd_iquant_itrans_recon_ctb()
1134 ps_codec->apf_itrans_recon_dc[c_idx](pu1_pred_v, pu1_dst_v, in ihevcd_iquant_itrans_recon_ctb()