Home
last modified time | relevance | path

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

/external/libhevc/decoder/x86/
Dihevcd_fmt_conv_ssse3_intr.c132 UWORD8 *pu1_uv_src_temp, *pu1_u_dst_temp, *pu1_v_dst_temp; in ihevcd_fmt_conv_420sp_to_420p_ssse3() local
141 pu1_v_dst_temp = pu1_v_dst; in ihevcd_fmt_conv_420sp_to_420p_ssse3()
157 _mm_storeu_si128((__m128i *)(pu1_v_dst_temp), src_v_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
170 _mm_storeu_si128((__m128i *)(pu1_v_dst_temp + (1 * dst_strd)), src_v_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
183 _mm_storeu_si128((__m128i *)(pu1_v_dst_temp + (2 * dst_strd)), src_v_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
196 _mm_storeu_si128((__m128i *)(pu1_v_dst_temp + (3 * dst_strd)), src_v_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
199 pu1_v_dst_temp += 16; in ihevcd_fmt_conv_420sp_to_420p_ssse3()
213 UWORD8 *pu1_uv_src_temp, *pu1_u_dst_temp, *pu1_v_dst_temp; in ihevcd_fmt_conv_420sp_to_420p_ssse3() local
217 pu1_v_dst_temp = pu1_v_dst; in ihevcd_fmt_conv_420sp_to_420p_ssse3()
232 _mm_storeu_si128((__m128i *)(pu1_v_dst_temp), src_v_8x16b); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
[all …]