HomeSort by relevance Sort by last modified time
    Searched refs:res_temp_8x16b (Results 1 - 3 of 3) 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
200 res_temp_8x16b = _mm_mullo_epi16(const_temp3_4x32b, const_temp1_4x32b);
203 res_temp_8x16b = _mm_add_epi16(res_temp_8x16b, const_temp6_4x32b);
223 res_temp1_8x16b = _mm_add_epi16(res_temp_8x16b, res_temp1_8x16b);
ihevc_intra_pred_filters_ssse3_intr.c 730 __m128i res_temp_8x16b, res_temp1_8x16b, res_temp2_8x16b, res_temp3_8x16b; local
754 res_temp_8x16b = _mm_maddubs_epi16(pu1_ref_16x8b, row_16x8b);
764 res_temp_8x16b = _mm_add_epi16(res_temp_8x16b, res_temp4_8x16b);
769 res_temp_8x16b = _mm_add_epi16(res_temp_8x16b, const_temp6_4x32b);
774 res_temp_8x16b = _mm_srli_epi16(res_temp_8x16b, 6); //log2(32)+1
779 res_temp_8x16b = _mm_packus_epi16(res_temp_8x16b, res_temp1_8x16b)
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_chroma_intra_pred_filters_ssse3_intr.c 203 __m128i res_temp_8x16b, row_8x16b, res_temp1_8x16b, res_temp2_8x16b; local
219 res_temp_8x16b = _mm_mullo_epi16(const_temp3_4x32b, const_temp1_4x32b);
222 res_temp_8x16b = _mm_add_epi16(res_temp_8x16b, const_temp6_4x32b);
243 res_temp1_8x16b = _mm_add_epi16(res_temp_8x16b, res_temp1_8x16b);
    [all...]

Completed in 203 milliseconds