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

/external/libavc/common/x86/
H A Dih264_luma_intra_pred_filters_ssse3.c501 __m128i w121_a1_8x16b, w121_a2_8x16b, w121_sh_8x16b; local
514 w121_a1_8x16b = _mm_unpacklo_epi8(val_16x8b, zero_vector); //l2 l1 l0 tl t0 t1 t2 t3
516 w121_a2_8x16b = _mm_srli_si128(w121_a1_8x16b, 2); //l1 l0 tl t0 t1 t2 t3 0
519 w121_a1_8x16b = _mm_add_epi16(w121_a1_8x16b, w121_a2_8x16b); //l2+l1 l1+l0 l0+tl tl+t0 t0+t1 t1+t2 t2+t3 t3
521 w121_a2_8x16b = _mm_srli_si128(w121_a1_8x16b, 2); //l1+l0 l0+tl tl+t0 t0+t1 t1+t2 t2+t3 t3 0
524 w121_a1_8x16b = _mm_add_epi16(w121_a1_8x16b, w121_a2_8x16b); //l2+2*l1+l0 l1+2*l0+tl ...
525 w121_a1_8x16b = _mm_add_epi16(w121_a1_8x16b, const_2_8x16
594 __m128i w121_a1_8x16b, w121_a2_8x16b, w121_16x8b; local
688 __m128i w121_a1_8x16b, w121_a2_8x16b; local
778 __m128i w121_a1_8x16b, w121_a2_8x16b, w121_16x8b; local
[all...]

Completed in 621 milliseconds