HomeSort by relevance Sort by last modified time
    Searched refs:res_temp1_8x16b (Results 1 - 4 of 4) sorted by null

  /external/libhevc/common/x86/
ihevc_chroma_intra_pred_filters_sse42_intr.c 184 __m128i res_temp_8x16b, row_8x16b, res_temp1_8x16b, res_temp2_8x16b; local
215 res_temp1_8x16b = _mm_mullo_epi16(src_temp_8x16b, row_8x16b);
223 res_temp1_8x16b = _mm_add_epi16(res_temp_8x16b, res_temp1_8x16b);
224 res_temp1_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp2_8x16b);
225 res_temp1_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp3_8x16b);
227 res_temp1_8x16b = _mm_srli_epi16(res_temp1_8x16b, (log2nt + 1))
    [all...]
ihevc_intra_pred_filters_ssse3_intr.c 730 __m128i res_temp_8x16b, res_temp1_8x16b, res_temp2_8x16b, res_temp3_8x16b; local
736 res_temp1_8x16b = _mm_set1_epi8(pu1_ref[two_nt - 1 - row]);
748 res_temp4_8x16b = _mm_unpacklo_epi8(res_temp1_8x16b, src_temp_8x16b); /* row=0*/
749 res_temp5_8x16b = _mm_unpackhi_epi8(res_temp1_8x16b, src_temp_8x16b); /* row=1*/
750 res_temp6_8x16b = _mm_unpacklo_epi8(res_temp1_8x16b, src_temp1_8x16b); /* row=2*/
751 res_temp7_8x16b = _mm_unpackhi_epi8(res_temp1_8x16b, src_temp1_8x16b); /* row=3*/
755 res_temp1_8x16b = _mm_maddubs_epi16(pu1_ref_16x8b, row1_16x8b);
765 res_temp1_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp5_8x16b);
770 res_temp1_8x16b = _mm_add_epi16(res_temp1_8x16b, const_temp6_4x32b)
806 __m128i res_temp_8x16b, res_temp1_8x16b, res_temp2_8x16b, res_temp3_8x16b; local
884 __m128i res_temp_8x16b, res_temp1_8x16b, res_temp2_8x16b, res_temp3_8x16b; local
961 __m128i res_temp_8x16b, row_8x16b, res_temp1_8x16b, res_temp2_8x16b; local
    [all...]
ihevc_inter_pred_filters_ssse3_intr.c 277 __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
336 res_temp1_8x16b = _mm_maddubs_epi16(src_temp3_16x8b, coeff0_1_8x16b); /* row = 0 */
356 res_temp5_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp2_8x16b);
425 res_temp1_8x16b = _mm_maddubs_epi16(src_temp3_16x8b, coeff0_1_8x16b); /* row = 0 */
445 res_temp5_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp2_8x16b);
527 res_temp1_8x16b = _mm_maddubs_epi16(src_temp3_16x8b, coeff0_1_8x16b); /* row = 0 */
547 res_temp5_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp2_8x16b);
583 res_temp1_8x16b = _mm_maddubs_epi16(src_temp3_16x8b, coeff0_1_8x16b); /* row = 0 */
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
4422 __m128i res_temp1_8x16b, res_temp2_8x16b, res_temp3_8x16b; local
    [all...]
ihevc_chroma_intra_pred_filters_ssse3_intr.c 203 __m128i res_temp_8x16b, row_8x16b, res_temp1_8x16b, res_temp2_8x16b; local
235 res_temp1_8x16b = _mm_mullo_epi16(src_temp_8x16b, row_8x16b);
243 res_temp1_8x16b = _mm_add_epi16(res_temp_8x16b, res_temp1_8x16b);
244 res_temp1_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp2_8x16b);
245 res_temp1_8x16b = _mm_add_epi16(res_temp1_8x16b, res_temp3_8x16b);
247 res_temp1_8x16b = _mm_srli_epi16(res_temp1_8x16b, (log2nt + 1))
    [all...]

Completed in 200 milliseconds