Searched refs:top_8x8b (Results 1 - 1 of 1) sorted by relevance

/external/libavc/common/x86/
H A Dih264_luma_intra_pred_filters_ssse3.c874 __m128i top_8x8b; local
879 top_8x8b = _mm_loadl_epi64((__m128i *)pu1_top);
881 _mm_storel_epi64((__m128i *)(pu1_dst + 0 * dst_strd), top_8x8b);
882 _mm_storel_epi64((__m128i *)(pu1_dst + 1 * dst_strd), top_8x8b);
883 _mm_storel_epi64((__m128i *)(pu1_dst + 2 * dst_strd), top_8x8b);
884 _mm_storel_epi64((__m128i *)(pu1_dst + 3 * dst_strd), top_8x8b);
885 _mm_storel_epi64((__m128i *)(pu1_dst + 4 * dst_strd), top_8x8b);
886 _mm_storel_epi64((__m128i *)(pu1_dst + 5 * dst_strd), top_8x8b);
887 _mm_storel_epi64((__m128i *)(pu1_dst + 6 * dst_strd), top_8x8b);
888 _mm_storel_epi64((__m128i *)(pu1_dst + 7 * dst_strd), top_8x8b);
[all...]

Completed in 57 milliseconds