Searched refs:pu1_u_dst (Results 1 – 9 of 9) sorted by relevance
/external/libhevc/decoder/x86/ |
D | ihevcd_fmt_conv_ssse3_intr.c | 50 UWORD8 *pu1_u_dst, in ihevcd_fmt_conv_420sp_to_420p_ssse3() argument 91 UWORD8 *temp = pu1_u_dst; in ihevcd_fmt_conv_420sp_to_420p_ssse3() 92 pu1_u_dst = pu1_v_dst; in ihevcd_fmt_conv_420sp_to_420p_ssse3() 140 pu1_u_dst_temp = pu1_u_dst; in ihevcd_fmt_conv_420sp_to_420p_ssse3() 203 pu1_u_dst += 4 * dst_strd; in ihevcd_fmt_conv_420sp_to_420p_ssse3() 216 pu1_u_dst_temp = pu1_u_dst; in ihevcd_fmt_conv_420sp_to_420p_ssse3() 239 pu1_u_dst += dst_strd; in ihevcd_fmt_conv_420sp_to_420p_ssse3() 244 pu1_u_dst -= (num_rows * dst_strd); in ihevcd_fmt_conv_420sp_to_420p_ssse3() 250 pu1_u_dst += (cols << 4); in ihevcd_fmt_conv_420sp_to_420p_ssse3() 258 pu1_u_dst[j] = pu1_u_src[j * 2]; in ihevcd_fmt_conv_420sp_to_420p_ssse3() [all …]
|
/external/libhevc/decoder/ |
D | ihevcd_fmt_conv.c | 592 UWORD8 *pu1_u_dst, in ihevcd_fmt_conv_420sp_to_420p() argument 650 pu1_u_dst[j] = pu1_u_src[j * 2]; in ihevcd_fmt_conv_420sp_to_420p() 654 pu1_u_dst += dst_strd; in ihevcd_fmt_conv_420sp_to_420p() 695 UWORD8 *pu1_u_dst, in ihevcd_fmt_conv() argument 766 pu1_u_dst = ps_codec->s_disp_buffer[i].pu1_bufs[1]; in ihevcd_fmt_conv() 767 pu1_u_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2); in ihevcd_fmt_conv() 780 pu1_uv_dst_tmp = pu1_u_dst + (cur_row / 2) * ps_codec->i4_disp_strd; in ihevcd_fmt_conv() 781 pu1_u_dst_tmp = pu1_u_dst + (cur_row / 2) * ps_codec->i4_disp_strd / 2; in ihevcd_fmt_conv()
|
D | ihevcd_decode.c | 89 UWORD8 *pu1_u_dst, 285 UWORD8 *pu1_u_dst = NULL, *pu1_v_dst = NULL; in ihevcd_fill_outargs() local 291 pu1_u_dst = ps_codec->s_disp_buffer[i].pu1_bufs[1]; in ihevcd_fill_outargs() 292 pu1_u_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2); in ihevcd_fill_outargs() 299 ps_dec_op->s_disp_frm_buf.pv_u_buf = pu1_u_dst; in ihevcd_fill_outargs()
|
D | ihevcd_fmt_conv.h | 80 UWORD8 *pu1_u_dst,
|
D | ihevcd_process_slice.c | 95 UWORD8 *pu1_u_dst,
|
/external/libavc/decoder/ |
D | ih264d_format_conv.c | 581 UWORD8 *pu1_u_dst, in ih264d_fmt_conv_420sp_to_420p() argument 638 pu1_u_dst[j] = pu1_u_src[j * 2]; in ih264d_fmt_conv_420sp_to_420p() 642 pu1_u_dst += dst_strd; in ih264d_fmt_conv_420sp_to_420p() 703 UWORD8 *pu1_y_dst, *pu1_u_dst, *pu1_v_dst; in ih264d_format_convert() local 718 pu1_u_dst = (UWORD8 *)pv_disp_op->s_disp_frm_buf.pv_u_buf; in ih264d_format_convert() 719 pu1_u_dst += start_uv * pv_disp_op->s_disp_frm_buf.u4_u_strd; in ih264d_format_convert() 727 pu1_u_dst, in ih264d_format_convert()
|
D | ih264d_format_conv.h | 67 UWORD8 *pu1_u_dst,
|
/external/libavc/encoder/ |
D | ih264e_fmt_conv.c | 470 UWORD8 *pu1_u_dst, in ih264e_fmt_conv_420sp_to_420p() argument 527 pu1_u_dst[j] = pu1_u_src[j * 2]; in ih264e_fmt_conv_420sp_to_420p() 531 pu1_u_dst += dst_strd; in ih264e_fmt_conv_420sp_to_420p() 795 UWORD8 *pu1_u_dst, in ih264e_fmt_conv() argument 836 pu1_uv_dst_tmp = pu1_u_dst + (cur_row / 2) * u4_dst_uv_strd; in ih264e_fmt_conv() 837 pu1_u_dst_tmp = pu1_u_dst + (cur_row / 2) * u4_dst_uv_strd; in ih264e_fmt_conv()
|
D | ih264e_fmt_conv.h | 49 UWORD8 *pu1_u_dst, 90 UWORD8 *pu1_u_dst,
|