Searched refs:temp_pq1_str0_16x8b (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_deblk_ssse3_intr.c | 247 __m128i temp_pq1_str0_16x8b, temp_pq1_str1_16x8b; in ihevc_deblk_luma_vert_ssse3() local 277 temp_pq1_str0_16x8b = _mm_srli_epi64(src_row0_8x16b, 8); in ihevc_deblk_luma_vert_ssse3() 280 temp_str2_16x8b = _mm_unpacklo_epi16(temp_pq1_str0_16x8b, temp_pq1_str1_16x8b); in ihevc_deblk_luma_vert_ssse3() 281 temp_str3_16x8b = _mm_unpackhi_epi16(temp_pq1_str0_16x8b, temp_pq1_str1_16x8b); in ihevc_deblk_luma_vert_ssse3() 286 temp_pq1_str0_16x8b = _mm_unpackhi_epi32(temp_str2_16x8b, temp_str3_16x8b); in ihevc_deblk_luma_vert_ssse3() 290 temp_pq1_str0_16x8b = _mm_maddubs_epi16(temp_pq1_str0_16x8b, const2_8x16b); in ihevc_deblk_luma_vert_ssse3() 328 temp_pq1_str0_16x8b = _mm_add_epi16(temp_pq1_str0_16x8b, temp_pq1_str1_16x8b); in ihevc_deblk_luma_vert_ssse3() 337 temp_pq1_str0_16x8b = _mm_add_epi16(temp_pq1_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() 345 temp_pq2_str0_16x8b = _mm_add_epi16(temp_pq1_str0_16x8b, temp_pq2_str0_16x8b); in ihevc_deblk_luma_vert_ssse3() [all …]
|