Searched refs:temp_pq_str1_16x8b (Results 1 – 1 of 1) sorted by relevance
249 __m128i temp_pq_str1_16x8b; in ihevc_deblk_luma_vert_ssse3() local265 temp_pq_str1_16x8b = _mm_srli_epi64(src_row1_8x16b, 16); in ihevc_deblk_luma_vert_ssse3()267 temp_str0_16x8b = _mm_unpacklo_epi16(temp_pq_str0_16x8b, temp_pq_str1_16x8b); in ihevc_deblk_luma_vert_ssse3()268 temp_str1_16x8b = _mm_unpackhi_epi16(temp_pq_str0_16x8b, temp_pq_str1_16x8b); in ihevc_deblk_luma_vert_ssse3()325 temp_pq_str1_16x8b = _mm_shuffle_epi32(temp_pq_str0_16x8b, 0x4e); in ihevc_deblk_luma_vert_ssse3()326 temp_pq_str0_16x8b = _mm_add_epi16(temp_pq_str0_16x8b, temp_pq_str1_16x8b); in ihevc_deblk_luma_vert_ssse3()333 temp_pq_str1_16x8b = _mm_srli_epi16(temp_str3_16x8b, 8); in ihevc_deblk_luma_vert_ssse3()357 temp_pq2_str0_16x8b = _mm_unpackhi_epi16(temp_pq2_str0_16x8b, temp_pq_str1_16x8b); in ihevc_deblk_luma_vert_ssse3()359 temp_pq_str1_16x8b = _mm_unpacklo_epi32(temp_str2_16x8b, temp_str0_16x8b); in ihevc_deblk_luma_vert_ssse3()365 src_row0_8x16b = _mm_unpacklo_epi64(temp_pq_str1_16x8b, temp_str0_16x8b); in ihevc_deblk_luma_vert_ssse3()[all …]