Home
last modified time | relevance | path

Searched refs:pu1_uv_src_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
139 pu1_uv_src_temp = pu1_uv_src; in ihevcd_fmt_conv_420sp_to_420p_ssse3()
147 src_uv0_8x16b = _mm_loadu_si128((__m128i *)pu1_uv_src_temp); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
148 src_uv1_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + 16)); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
160 src_uv0_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (1 * src_strd))); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
161 … src_uv1_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (1 * src_strd) + 16)); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
173 src_uv0_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (2 * src_strd))); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
174 … src_uv1_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (2 * src_strd) + 16)); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
186 src_uv0_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (3 * src_strd))); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
187 … src_uv1_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (3 * src_strd) + 16)); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
[all …]