Searched refs:temp_pq0_str0_16x8b (Results 1 – 1 of 1) sorted by relevance
703 __m128i temp_pq0_str0_16x8b; in ihevc_deblk_luma_horz_ssse3() local716 temp_pq0_str0_16x8b = _mm_unpacklo_epi8(src_p1_8x16b, src_p0_8x16b); in ihevc_deblk_luma_horz_ssse3()720 temp_pq0_str0_16x8b = _mm_unpacklo_epi64(temp_pq0_str0_16x8b, temp_str0_16x8b); in ihevc_deblk_luma_horz_ssse3()723 temp_pq0_str0_16x8b = _mm_maddubs_epi16(temp_pq0_str0_16x8b, const2_8x16b); in ihevc_deblk_luma_horz_ssse3()772 temp_str0_16x8b = _mm_shuffle_epi32(temp_pq0_str0_16x8b, 0x4e); in ihevc_deblk_luma_horz_ssse3()773 temp_pq0_str0_16x8b = _mm_add_epi16(temp_pq0_str0_16x8b, temp_str0_16x8b); in ihevc_deblk_luma_horz_ssse3()783 temp_pq0_str0_16x8b = _mm_add_epi16(temp_pq0_str0_16x8b, const2_8x16b); in ihevc_deblk_luma_horz_ssse3()787 temp_pq0_str0_16x8b = _mm_add_epi16(temp_pq1_str0_16x8b, temp_pq0_str0_16x8b); in ihevc_deblk_luma_horz_ssse3()792 temp_pq0_str0_16x8b = _mm_srai_epi16(temp_pq0_str0_16x8b, 3); in ihevc_deblk_luma_horz_ssse3()796 temp_pq0_str0_16x8b = _mm_packus_epi16(temp_pq0_str0_16x8b, temp_pq1_str0_16x8b); in ihevc_deblk_luma_horz_ssse3()[all …]