Searched refs:pu1_v_dst (Results 1 – 9 of 9) sorted by relevance
/external/libhevc/decoder/x86/ |
D | ihevcd_fmt_conv_ssse3_intr.c | 51 UWORD8 *pu1_v_dst, in ihevcd_fmt_conv_420sp_to_420p_ssse3() argument 92 pu1_u_dst = pu1_v_dst; in ihevcd_fmt_conv_420sp_to_420p_ssse3() 93 pu1_v_dst = temp; in ihevcd_fmt_conv_420sp_to_420p_ssse3() 141 pu1_v_dst_temp = pu1_v_dst; in ihevcd_fmt_conv_420sp_to_420p_ssse3() 204 pu1_v_dst += 4 * dst_strd; in ihevcd_fmt_conv_420sp_to_420p_ssse3() 217 pu1_v_dst_temp = pu1_v_dst; in ihevcd_fmt_conv_420sp_to_420p_ssse3() 240 pu1_v_dst += dst_strd; in ihevcd_fmt_conv_420sp_to_420p_ssse3() 245 pu1_v_dst -= (num_rows * dst_strd); in ihevcd_fmt_conv_420sp_to_420p_ssse3() 251 pu1_v_dst += (cols << 4); in ihevcd_fmt_conv_420sp_to_420p_ssse3() 259 pu1_v_dst[j] = pu1_v_src[j * 2]; in ihevcd_fmt_conv_420sp_to_420p_ssse3() [all …]
|
/external/libavc/decoder/ |
D | ih264d_format_conv.c | 582 UWORD8 *pu1_v_dst, in ih264d_fmt_conv_420sp_to_420p() argument 639 pu1_v_dst[j] = pu1_v_src[j * 2]; in ih264d_fmt_conv_420sp_to_420p() 643 pu1_v_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 721 pu1_v_dst = (UWORD8 *)pv_disp_op->s_disp_frm_buf.pv_v_buf; in ih264d_format_convert() 722 pu1_v_dst += start_uv * pv_disp_op->s_disp_frm_buf.u4_v_strd; in ih264d_format_convert() 728 pu1_v_dst, in ih264d_format_convert()
|
D | ih264d_format_conv.h | 68 UWORD8 *pu1_v_dst,
|
/external/libhevc/decoder/ |
D | ihevcd_fmt_conv.c | 593 UWORD8 *pu1_v_dst, in ihevcd_fmt_conv_420sp_to_420p() argument 651 pu1_v_dst[j] = pu1_v_src[j * 2]; in ihevcd_fmt_conv_420sp_to_420p() 655 pu1_v_dst += dst_strd; in ihevcd_fmt_conv_420sp_to_420p() 696 UWORD8 *pu1_v_dst, in ihevcd_fmt_conv() argument 769 pu1_v_dst = ps_codec->s_disp_buffer[i].pu1_bufs[2]; in ihevcd_fmt_conv() 770 pu1_v_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2); in ihevcd_fmt_conv() 782 pu1_v_dst_tmp = pu1_v_dst + (cur_row / 2) * ps_codec->i4_disp_strd / 2; in ihevcd_fmt_conv()
|
D | ihevcd_decode.c | 90 UWORD8 *pu1_v_dst, 285 UWORD8 *pu1_u_dst = NULL, *pu1_v_dst = NULL; in ihevcd_fill_outargs() local 294 pu1_v_dst = ps_codec->s_disp_buffer[i].pu1_bufs[2]; in ihevcd_fill_outargs() 295 pu1_v_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2); in ihevcd_fill_outargs() 300 ps_dec_op->s_disp_frm_buf.pv_v_buf = pu1_v_dst; in ihevcd_fill_outargs()
|
D | ihevcd_fmt_conv.h | 81 UWORD8 *pu1_v_dst,
|
D | ihevcd_process_slice.c | 96 UWORD8 *pu1_v_dst,
|
/external/libavc/encoder/ |
D | ih264e_fmt_conv.h | 50 UWORD8 *pu1_v_dst, 91 UWORD8 *pu1_v_dst,
|
D | ih264e_fmt_conv.c | 471 UWORD8 *pu1_v_dst, in ih264e_fmt_conv_420sp_to_420p() argument 528 pu1_v_dst[j] = pu1_v_src[j * 2]; in ih264e_fmt_conv_420sp_to_420p() 532 pu1_v_dst += dst_strd; in ih264e_fmt_conv_420sp_to_420p() 796 UWORD8 *pu1_v_dst, in ih264e_fmt_conv() argument 838 pu1_v_dst_tmp = pu1_v_dst + (cur_row / 2) * u4_dst_uv_strd; in ih264e_fmt_conv()
|