Home
last modified time | relevance | path

Searched refs:pu1_u_dst (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/decoder/x86/
Dihevcd_fmt_conv_ssse3_intr.c50 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/
Dihevcd_fmt_conv.c590 UWORD8 *pu1_u_dst, in ihevcd_fmt_conv_420sp_to_420p() argument
648 pu1_u_dst[j] = pu1_u_src[j * 2]; in ihevcd_fmt_conv_420sp_to_420p()
652 pu1_u_dst += dst_strd; in ihevcd_fmt_conv_420sp_to_420p()
693 UWORD8 *pu1_u_dst, in ihevcd_fmt_conv() argument
760 pu1_uv_dst_tmp = pu1_u_dst + (cur_row / 2) * ps_codec->i4_disp_strd; in ihevcd_fmt_conv()
761 pu1_u_dst_tmp = pu1_u_dst + (cur_row / 2) * ps_codec->i4_disp_strd / 2; in ihevcd_fmt_conv()
Dihevcd_fmt_conv.h80 UWORD8 *pu1_u_dst,
Dihevcd_decode.c87 UWORD8 *pu1_u_dst,
Dihevcd_process_slice.c95 UWORD8 *pu1_u_dst,