Searched refs:pu1_uv_dst (Results 1 – 9 of 9) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_format_conv.c | 376 UWORD8 *pu1_uv_dst, in ih264d_fmt_conv_420sp_to_420sp() argument 407 pu1_dst = (UWORD8 *)pu1_uv_dst; in ih264d_fmt_conv_420sp_to_420sp() 473 UWORD8 *pu1_uv_dst, in ih264d_fmt_conv_420sp_to_420sp_swap_uv() argument 504 pu1_dst = (UWORD8 *)pu1_uv_dst; in ih264d_fmt_conv_420sp_to_420sp_swap_uv() 742 UWORD8* pu1_y_dst, *pu1_uv_dst; in ih264d_format_convert() local 747 pu1_uv_dst = (UWORD8 *)pv_disp_op->s_disp_frm_buf.pv_u_buf; in ih264d_format_convert() 748 pu1_uv_dst += start_uv * pv_disp_op->s_disp_frm_buf.u4_u_strd; in ih264d_format_convert() 755 pu1_uv_dst, in ih264d_format_convert() 768 pu1_uv_dst, in ih264d_format_convert()
|
D | ih264d_format_conv.h | 81 UWORD8 *pu1_uv_dst, 92 UWORD8 *pu1_uv_dst,
|
/external/libhevc/encoder/arm/ |
D | ihevce_copy_neon.c | 64 UWORD8 *pu1_uv_dst, in ihevce_chroma_interleave_2d_copy_neon() argument 84 dst_0 = vld1_u8(pu1_uv_dst); in ihevce_chroma_interleave_2d_copy_neon() 86 vst1_u8(pu1_uv_dst, dst_0); in ihevce_chroma_interleave_2d_copy_neon() 88 pu1_uv_dst += dst_strd; in ihevce_chroma_interleave_2d_copy_neon() 99 UWORD8 *dst_ol = pu1_uv_dst + j * dst_strd; in ihevce_chroma_interleave_2d_copy_neon()
|
/external/libavc/encoder/ |
D | ih264e_fmt_conv.c | 362 UWORD8 *pu1_uv_dst, in ih264e_fmt_conv_420sp_to_420sp() argument 393 pu1_dst = (UWORD8 *) pu1_uv_dst; in ih264e_fmt_conv_420sp_to_420sp() 414 UWORD8 *pu1_uv_dst, in ih264e_fmt_conv_420sp_to_420sp_swap_uv() argument 445 pu1_dst = (UWORD8 *) pu1_uv_dst; in ih264e_fmt_conv_420sp_to_420sp_swap_uv() 598 UWORD8 *pu1_uv_dst, in ih264e_fmt_conv_420p_to_420sp() argument 636 pu1_dst = pu1_uv_dst; in ih264e_fmt_conv_420p_to_420sp()
|
D | ih264e_fmt_conv.h | 79 UWORD8 *pu1_uv_dst, 102 UWORD8 *pu1_y_dst, UWORD8 *pu1_uv_dst,
|
D | ih264e_structs.h | 153 UWORD8 *pu1_y_dst, UWORD8 *pu1_uv_dst,
|
/external/libhevc/decoder/ |
D | ihevcd_iquant_itrans_recon_ctb.c | 724 UWORD8 *pu1_uv_dst = pu1_uv_dst_ctb; in ihevcd_iquant_itrans_recon_ctb() local 736 pu1_uv_dst += tu_x + (tu_y >> 1) * pic_strd; in ihevcd_iquant_itrans_recon_ctb() 756 pu1_uv_dst = pu1_uv_dst + chroma_yuv420sp_vu_u_offset; in ihevcd_iquant_itrans_recon_ctb() 763 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++; in ihevcd_iquant_itrans_recon_ctb() 767 pu1_uv_dst = pu1_uv_dst + 1 + chroma_yuv420sp_vu_v_offset; in ihevcd_iquant_itrans_recon_ctb() 774 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++; in ihevcd_iquant_itrans_recon_ctb()
|
D | ihevcd_fmt_conv.c | 384 UWORD8 *pu1_uv_dst, in ihevcd_fmt_conv_420sp_to_420sp() argument 415 pu1_dst = (UWORD8 *)pu1_uv_dst; in ihevcd_fmt_conv_420sp_to_420sp() 483 UWORD8 *pu1_uv_dst, in ihevcd_fmt_conv_420sp_to_420sp_swap_uv() argument 514 pu1_dst = (UWORD8 *)pu1_uv_dst; in ihevcd_fmt_conv_420sp_to_420sp_swap_uv()
|
D | ihevcd_fmt_conv.h | 70 UWORD8 *pu1_uv_dst,
|