Home
last modified time | relevance | path

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

/external/libhevc/decoder/x86/
Dihevcd_fmt_conv_ssse3_intr.c51 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/libhevc/decoder/
Dihevcd_fmt_conv.c591 UWORD8 *pu1_v_dst, in ihevcd_fmt_conv_420sp_to_420p() argument
649 pu1_v_dst[j] = pu1_v_src[j * 2]; in ihevcd_fmt_conv_420sp_to_420p()
653 pu1_v_dst += dst_strd; in ihevcd_fmt_conv_420sp_to_420p()
694 UWORD8 *pu1_v_dst, in ihevcd_fmt_conv() argument
762 pu1_v_dst_tmp = pu1_v_dst + (cur_row / 2) * ps_codec->i4_disp_strd / 2; in ihevcd_fmt_conv()
Dihevcd_fmt_conv.h81 UWORD8 *pu1_v_dst,
Dihevcd_decode.c88 UWORD8 *pu1_v_dst,
Dihevcd_process_slice.c96 UWORD8 *pu1_v_dst,