Home
last modified time | relevance | path

Searched refs:pu1_uv_dst (Results 1 – 8 of 8) 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/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.c722 UWORD8 *pu1_uv_dst = pu1_uv_dst_ctb; in ihevcd_iquant_itrans_recon_ctb() local
734 pu1_uv_dst += tu_x + (tu_y >> 1) * pic_strd; in ihevcd_iquant_itrans_recon_ctb()
754 pu1_uv_dst = pu1_uv_dst + chroma_yuv420sp_vu_u_offset; in ihevcd_iquant_itrans_recon_ctb()
761 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++; in ihevcd_iquant_itrans_recon_ctb()
765 pu1_uv_dst = pu1_uv_dst + 1 + chroma_yuv420sp_vu_v_offset; in ihevcd_iquant_itrans_recon_ctb()
772 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++; in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_fmt_conv.c382 UWORD8 *pu1_uv_dst, in ihevcd_fmt_conv_420sp_to_420sp() argument
413 pu1_dst = (UWORD8 *)pu1_uv_dst; in ihevcd_fmt_conv_420sp_to_420sp()
481 UWORD8 *pu1_uv_dst, in ihevcd_fmt_conv_420sp_to_420sp_swap_uv() argument
512 pu1_dst = (UWORD8 *)pu1_uv_dst; in ihevcd_fmt_conv_420sp_to_420sp_swap_uv()
Dihevcd_fmt_conv.h70 UWORD8 *pu1_uv_dst,