Searched refs:pu1_buf_y (Results 1 – 3 of 3) sorted by relevance
/external/libmpeg2/decoder/ |
D | impeg2d_deinterlace.c | 73 UWORD8 *pu1_buf_y, in impeg2d_get_pic() argument 92 ps_dst->apu1_buf[0] = pu1_buf_y; in impeg2d_get_pic() 231 UWORD8 *pu1_buf_y; in impeg2d_deinterlace() local 237 pu1_buf_y = ps_dec->pu1_deint_fmt_buf; in impeg2d_deinterlace() 238 pu1_buf_u = pu1_buf_y + wd * ht; in impeg2d_deinterlace() 247 pu1_dst_y = pu1_buf_y; in impeg2d_deinterlace()
|
/external/libhevc/encoder/ |
D | ihevce_enc_subpel_gen.c | 218 UWORD8 *pu1_src, *pu1_src_uv, *pu1_buf_y, *pu1_buf_uv; in ihevce_pad_interp_recon_ctb() local 295 pu1_buf_y = pu1_src; in ihevce_pad_interp_recon_ctb() 321 pu1_buf_y = pu1_src - PAD_VERT * stride; in ihevce_pad_interp_recon_ctb() 353 (pu1_buf_y - top_extra_pix * stride), in ihevce_pad_interp_recon_ctb() 372 (pu1_buf_y - (top_extra_pix * stride) + wd), in ihevce_pad_interp_recon_ctb()
|
/external/libavc/decoder/ |
D | ih264d_format_conv.c | 55 #define INSERT_LOGO(pu1_buf_y,pu1_buf_u,pu1_buf_v, u4_stride, u4_x_pos, u4_y_pos, u4_yuv_fmt, u4_di… argument 56 ih264d_insert_logo(pu1_buf_y,pu1_buf_u,pu1_buf_v, u4_stride,\ 59 #define INSERT_LOGO(pu1_buf_y,pu1_buf_u,pu1_buf_v, u4_stride, u4_x_pos, u4_y_pos, u4_yuv_fmt, u4_di… argument
|