Home
last modified time | relevance | path

Searched refs:pu1_y_dst (Results 1 – 11 of 11) sorted by relevance

/external/libavc/decoder/
Dih264d_format_conv.c375 UWORD8 *pu1_y_dst, in ih264d_fmt_conv_420sp_to_420sp() argument
390 pu1_dst = (UWORD8 *)pu1_y_dst; in ih264d_fmt_conv_420sp_to_420sp()
472 UWORD8 *pu1_y_dst, in ih264d_fmt_conv_420sp_to_420sp_swap_uv() argument
487 pu1_dst = (UWORD8 *)pu1_y_dst; in ih264d_fmt_conv_420sp_to_420sp_swap_uv()
580 UWORD8 *pu1_y_dst, in ih264d_fmt_conv_420sp_to_420p() argument
601 pu1_dst = (UWORD8 *)pu1_y_dst; in ih264d_fmt_conv_420sp_to_420p()
703 UWORD8 *pu1_y_dst, *pu1_u_dst, *pu1_v_dst; in ih264d_format_convert() local
715 pu1_y_dst = (UWORD8 *)pv_disp_op->s_disp_frm_buf.pv_y_buf; in ih264d_format_convert()
716 pu1_y_dst += u4_start_y * pv_disp_op->s_disp_frm_buf.u4_y_strd; in ih264d_format_convert()
726 pu1_y_dst, in ih264d_format_convert()
[all …]
Dih264d_format_conv.h66 UWORD8 *pu1_y_dst,
80 UWORD8 *pu1_y_dst,
91 UWORD8 *pu1_y_dst,
/external/libavc/encoder/
Dih264e_fmt_conv.c361 UWORD8 *pu1_y_dst, in ih264e_fmt_conv_420sp_to_420sp() argument
376 pu1_dst = (UWORD8 *) pu1_y_dst; in ih264e_fmt_conv_420sp_to_420sp()
413 UWORD8 *pu1_y_dst, in ih264e_fmt_conv_420sp_to_420sp_swap_uv() argument
428 pu1_dst = (UWORD8 *) pu1_y_dst; in ih264e_fmt_conv_420sp_to_420sp_swap_uv()
469 UWORD8 *pu1_y_dst, in ih264e_fmt_conv_420sp_to_420p() argument
490 pu1_dst = (UWORD8 *) pu1_y_dst; in ih264e_fmt_conv_420sp_to_420p()
597 UWORD8 *pu1_y_dst, in ih264e_fmt_conv_420p_to_420sp() argument
620 pu1_dst = (UWORD8 *) pu1_y_dst; in ih264e_fmt_conv_420p_to_420sp()
794 UWORD8 *pu1_y_dst, in ih264e_fmt_conv() argument
830 pu2_rgb_dst_tmp = (UWORD16 *) pu1_y_dst; in ih264e_fmt_conv()
[all …]
Dih264e_fmt_conv.h48 UWORD8 *pu1_y_dst,
78 UWORD8 *pu1_y_dst,
89 UWORD8 *pu1_y_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_fmt_conv.c383 UWORD8 *pu1_y_dst, in ihevcd_fmt_conv_420sp_to_420sp() argument
398 pu1_dst = (UWORD8 *)pu1_y_dst; in ihevcd_fmt_conv_420sp_to_420sp()
482 UWORD8 *pu1_y_dst, in ihevcd_fmt_conv_420sp_to_420sp_swap_uv() argument
497 pu1_dst = (UWORD8 *)pu1_y_dst; in ihevcd_fmt_conv_420sp_to_420sp_swap_uv()
591 UWORD8 *pu1_y_dst, in ihevcd_fmt_conv_420sp_to_420p() argument
612 pu1_dst = (UWORD8 *)pu1_y_dst; in ihevcd_fmt_conv_420sp_to_420p()
694 UWORD8 *pu1_y_dst, in ihevcd_fmt_conv() argument
775 pu2_rgb_dst_tmp = (UWORD16 *)pu1_y_dst; in ihevcd_fmt_conv()
777 pu4_rgb_dst_tmp = (UWORD32 *)pu1_y_dst; in ihevcd_fmt_conv()
779 pu1_y_dst_tmp = pu1_y_dst + cur_row * ps_codec->i4_disp_strd; in ihevcd_fmt_conv()
Dihevcd_fmt_conv.h69 UWORD8 *pu1_y_dst,
79 UWORD8 *pu1_y_dst,
Dihevcd_iquant_itrans_recon_ctb.c723 UWORD8 *pu1_y_dst = pu1_y_dst_ctb; in ihevcd_iquant_itrans_recon_ctb() local
735 pu1_y_dst += tu_x + tu_y * pic_strd; in ihevcd_iquant_itrans_recon_ctb()
752 memcpy(&pu1_y_dst[i * pic_strd], pu1_buf, cb_size); in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_decode.c88 UWORD8 *pu1_y_dst,
Dihevcd_process_slice.c94 UWORD8 *pu1_y_dst,
/external/libhevc/decoder/x86/
Dihevcd_fmt_conv_ssse3_intr.c49 UWORD8 *pu1_y_dst, in ihevcd_fmt_conv_420sp_to_420p_ssse3() argument
73 pu1_dst = (UWORD8 *)pu1_y_dst; in ihevcd_fmt_conv_420sp_to_420p_ssse3()