Searched refs:temp_pq_str0_16x8b (Results 1 – 1 of 1) sorted by relevance
246 __m128i temp_pq_str0_16x8b; in ihevc_deblk_luma_vert_ssse3() local264 temp_pq_str0_16x8b = _mm_srli_epi64(src_row0_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()272 temp_pq_str0_16x8b = _mm_unpacklo_epi32(temp_str0_16x8b, temp_str1_16x8b); in ihevc_deblk_luma_vert_ssse3()274 temp_pq_str0_16x8b = _mm_maddubs_epi16(temp_pq_str0_16x8b, const2_8x16b); 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()339 temp_pq_str0_16x8b = _mm_add_epi16(temp_pq_str0_16x8b, const2_8x16b); in ihevc_deblk_luma_vert_ssse3()343 temp_pq_str0_16x8b = _mm_add_epi16(temp_pq1_str0_16x8b, temp_pq_str0_16x8b); in ihevc_deblk_luma_vert_ssse3()[all …]