Searched defs:res_temp5_8x16b (Results 1 - 2 of 2) sorted by relevance

/external/libhevc/common/x86/
H A Dihevc_inter_pred_filters_ssse3_intr.c277 __m128i res_temp1_8x16b, res_temp2_8x16b, res_temp3_8x16b, res_temp4_8x16b, res_temp5_8x16b, res_temp6_8x16b, res_temp7_8x16b, res_temp8_8x16b; local
356 res_temp5_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp2_8x16b);
358 res_temp5_8x16b = _mm_add_epi16(res_temp5_8x16b, res_temp6_8x16b);
360 res_temp6_8x16b = _mm_adds_epi16(res_temp5_8x16b, offset_8x16b); /* row = 0 */
362 res_temp5_8x16b = _mm_packus_epi16(res_temp6_8x16b, res_temp6_8x16b); /* row = 0 */
364 _mm_storel_epi64((__m128i *)(pu1_dst + offset), res_temp5_8x16b);
445 res_temp5_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp2_8x16b);
447 res_temp5_8x16b = _mm_add_epi16(res_temp5_8x16b, res_temp6_8x16
1642 __m128i res_temp1_8x16b, res_temp2_8x16b, res_temp3_8x16b, res_temp4_8x16b, res_temp5_8x16b, res_temp6_8x16b; local
3627 __m128i res_temp1_8x16b, res_temp2_8x16b, res_temp3_8x16b, res_temp4_8x16b, res_temp5_8x16b, res_temp6_8x16b, res_temp7_8x16b; local
[all...]
H A Dihevc_intra_pred_filters_ssse3_intr.c731 __m128i res_temp4_8x16b, res_temp5_8x16b, res_temp6_8x16b, res_temp7_8x16b; local
749 res_temp5_8x16b = _mm_unpackhi_epi8(res_temp1_8x16b, src_temp_8x16b); /* row=1*/
760 res_temp5_8x16b = _mm_maddubs_epi16(res_temp5_8x16b, nt_row1_16x8b);
765 res_temp1_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp5_8x16b);
807 __m128i res_temp4_8x16b, res_temp5_8x16b, res_temp6_8x16b, res_temp7_8x16b; local
827 res_temp5_8x16b = _mm_unpacklo_epi8(res_temp2_8x16b, src_temp_8x16b); /* row=1*/
838 res_temp5_8x16b = _mm_maddubs_epi16(res_temp5_8x16b, nt_row1_16x8b);
843 res_temp1_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp5_8x16b);
885 __m128i res_temp4_8x16b, res_temp5_8x16b, res_temp6_8x16b, res_temp7_8x16b; local
[all...]

Completed in 78 milliseconds