Searched refs:pu1_y_dst (Results 1 – 11 of 11) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_format_conv.c | 375 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 …]
|
D | ih264d_format_conv.h | 66 UWORD8 *pu1_y_dst, 80 UWORD8 *pu1_y_dst, 91 UWORD8 *pu1_y_dst,
|
/external/libavc/encoder/ |
D | ih264e_fmt_conv.c | 361 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 …]
|
D | ih264e_fmt_conv.h | 48 UWORD8 *pu1_y_dst, 78 UWORD8 *pu1_y_dst, 89 UWORD8 *pu1_y_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_fmt_conv.c | 381 UWORD8 *pu1_y_dst, in ihevcd_fmt_conv_420sp_to_420sp() argument 396 pu1_dst = (UWORD8 *)pu1_y_dst; in ihevcd_fmt_conv_420sp_to_420sp() 480 UWORD8 *pu1_y_dst, in ihevcd_fmt_conv_420sp_to_420sp_swap_uv() argument 495 pu1_dst = (UWORD8 *)pu1_y_dst; in ihevcd_fmt_conv_420sp_to_420sp_swap_uv() 589 UWORD8 *pu1_y_dst, in ihevcd_fmt_conv_420sp_to_420p() argument 610 pu1_dst = (UWORD8 *)pu1_y_dst; in ihevcd_fmt_conv_420sp_to_420p() 692 UWORD8 *pu1_y_dst, in ihevcd_fmt_conv() argument 773 pu2_rgb_dst_tmp = (UWORD16 *)pu1_y_dst; in ihevcd_fmt_conv() 775 pu4_rgb_dst_tmp = (UWORD32 *)pu1_y_dst; in ihevcd_fmt_conv() 777 pu1_y_dst_tmp = pu1_y_dst + cur_row * ps_codec->i4_disp_strd; in ihevcd_fmt_conv()
|
D | ihevcd_fmt_conv.h | 69 UWORD8 *pu1_y_dst, 79 UWORD8 *pu1_y_dst,
|
D | ihevcd_iquant_itrans_recon_ctb.c | 723 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()
|
D | ihevcd_decode.c | 88 UWORD8 *pu1_y_dst,
|
D | ihevcd_process_slice.c | 94 UWORD8 *pu1_y_dst,
|
/external/libhevc/decoder/x86/ |
D | ihevcd_fmt_conv_ssse3_intr.c | 49 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()
|