Home
last modified time | relevance | path

Searched refs:pu1_uv_dst (Results 1 – 9 of 9) sorted by relevance

/external/libavc/decoder/
Dih264d_format_conv.c376 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()
Dih264d_format_conv.h81 UWORD8 *pu1_uv_dst,
92 UWORD8 *pu1_uv_dst,
/external/libhevc/encoder/arm/
Dihevce_copy_neon.c64 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/
Dih264e_fmt_conv.c362 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()
Dih264e_fmt_conv.h79 UWORD8 *pu1_uv_dst,
102 UWORD8 *pu1_y_dst, UWORD8 *pu1_uv_dst,
Dih264e_structs.h153 UWORD8 *pu1_y_dst, UWORD8 *pu1_uv_dst,
/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c724 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()
Dihevcd_fmt_conv.c384 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()
Dihevcd_fmt_conv.h70 UWORD8 *pu1_uv_dst,