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

/external/libmpeg2/decoder/
H A Dimpeg2d_deinterlace.c186 UWORD8 *pu1_dst_y, *pu1_dst_u, *pu1_dst_v; local
224 pu1_dst_v = ps_disp_frm_buf->pv_v_buf;
242 pu1_dst_v = pu1_buf_v;
251 impeg2d_get_pic(&s_dst_frm, pu1_dst_y, pu1_dst_u, pu1_dst_v,
273 s_src_pic.pu1_v = pu1_dst_v;
H A Dimpeg2d_pic_proc.c54 UWORD8 *pu1_dst_y,*pu1_dst_u,*pu1_dst_v; local
67 pu1_dst_v = (UWORD8 *)ps_disp_frm_buf->pv_v_buf +((u4_start_row >> 1)*(ps_dec->u4_frm_buf_stride >> 1));
72 pu1_dst_u, pu1_dst_v,
/external/libmpeg2/common/
H A Dimpeg2_format_conv.h86 UWORD8 *pu1_dst_v,
H A Dimpeg2_format_conv.c76 /* pu1_dst_v, - UWORD8 pointer to dest v plane. */
109 UWORD8 *pu1_dst_v,
141 memcpy(pu1_dst_v, pu1_src_v, i4_uv_width);
142 pu1_dst_v += (u4_dst_stride_v);
104 impeg2_copy_frm_yuv420p(UWORD8 *pu1_src_y, UWORD8 *pu1_src_u, UWORD8 *pu1_src_v, UWORD8 *pu1_dst_y, UWORD8 *pu1_dst_u, UWORD8 *pu1_dst_v, UWORD32 u4_width, UWORD32 u4_height, UWORD32 u4_src_stride_y, UWORD32 u4_src_stride_u, UWORD32 u4_src_stride_v, UWORD32 u4_dst_stride_y, UWORD32 u4_dst_stride_u, UWORD32 u4_dst_stride_v) argument
/external/libhevc/decoder/
H A Dihevcd_iquant_itrans_recon_ctb.c675 UWORD8 *pu1_dst = NULL, *pu1_dst_v = NULL; local
870 pu1_dst_v = pu1_dst + 1 + chroma_yuv420sp_vu_v_offset; /* Pointing to start byte of V*/
1106 pu1_dst_v, src_strd,
1121 pu1_dst_v,
1131 ps_codec->apf_itrans_recon_dc[c_idx](pu1_pred_v, pu1_dst_v,

Completed in 143 milliseconds