OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pu1_dst_v
(Results
1 - 3
of
3
) sorted by null
/external/libmpeg2/decoder/
impeg2d_deinterlace.c
186
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
;
impeg2d_pic_proc.c
54
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/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c
673
UWORD8 *pu1_dst = NULL, *
pu1_dst_v
= NULL;
local
868
pu1_dst_v
= pu1_dst + 1 + chroma_yuv420sp_vu_v_offset; /* Pointing to start byte of V*/
[
all
...]
Completed in 6788 milliseconds