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

  /external/libhevc/common/x86/
ihevc_weighted_pred_sse42_intr.c 128 __m128i const_temp_4x32b, lvl_shift_4x32b, wgt0_4x32b, off0_4x32b; local
136 const_temp_4x32b = _mm_set1_epi32(temp);
206 src_temp0_4x32b = _mm_add_epi32(src_temp0_4x32b, const_temp_4x32b);
207 src_temp1_4x32b = _mm_add_epi32(src_temp1_4x32b, const_temp_4x32b);
208 src_temp2_4x32b = _mm_add_epi32(src_temp2_4x32b, const_temp_4x32b);
209 src_temp3_4x32b = _mm_add_epi32(src_temp3_4x32b, const_temp_4x32b);
218 src_temp4_4x32b = _mm_add_epi32(src_temp4_4x32b, const_temp_4x32b);
219 src_temp5_4x32b = _mm_add_epi32(src_temp5_4x32b, const_temp_4x32b);
220 src_temp6_4x32b = _mm_add_epi32(src_temp6_4x32b, const_temp_4x32b);
221 src_temp7_4x32b = _mm_add_epi32(src_temp7_4x32b, const_temp_4x32b);
428 __m128i const_temp_4x32b, lvl_shift_4x32b, wgt0_4x32b, off0_4x32b; local
1266 __m128i const_temp_4x32b, lvl_shift1_4x32b, lvl_shift2_4x32b, wgt0_4x32b, wgt1_4x32b; local
1540 __m128i const_temp_4x32b, lvl_shift1_4x32b, lvl_shift2_4x32b, wgt0_4x32b, wgt1_4x32b; local
    [all...]
ihevc_intra_pred_filters_sse42_intr.c 1425 __m128i const_temp_4x32b, const_temp2_4x32b, const_temp3_4x32b, const_temp4_4x32b; local
1967 __m128i const_temp_4x32b, const_temp2_4x32b, const_temp3_4x32b, const_temp4_4x32b; local
    [all...]
ihevc_weighted_pred_ssse3_intr.c 129 __m128i const_temp_4x32b, lvl_shift_4x32b, wgt0_8x16b, off0_4x32b; local
145 const_temp_4x32b = _mm_set1_epi32(temp);
152 lvl_shift_4x32b = _mm_add_epi32(lvl_shift_4x32b, const_temp_4x32b);
419 __m128i const_temp_4x32b, lvl_shift_4x32b, wgt0_8x16b, off0_4x32b; local
436 const_temp_4x32b = _mm_set1_epi32(temp);
442 lvl_shift_4x32b = _mm_add_epi32(lvl_shift_4x32b, const_temp_4x32b);
755 __m128i const_temp_4x32b, lvl_shift1_4x32b, lvl_shift2_4x32b, wgt0_8x16b, wgt1_8x16b; local
1043 __m128i const_temp_4x32b, lvl_shift1_4x32b, lvl_shift2_4x32b, wgt0_8x16b, wgt1_8x16b; local
    [all...]
ihevc_chroma_intra_pred_filters_ssse3_intr.c 153 __m128i const_temp_4x32b, const_temp1_4x32b, const_temp2_4x32b, const_temp3_4x32b, const_temp4_4x32b; local
183 const_temp_4x32b = _mm_set_epi16(pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)], pu1_ref[2 * (three_nt + 1) + 1],
238 res_temp2_8x16b = _mm_mullo_epi16(const_temp_4x32b, col_8x16b);
1173 __m128i const_temp_4x32b, const_temp2_4x32b, const_temp3_4x32b, const_temp4_4x32b; local
1584 __m128i const_temp_4x32b, const_temp2_4x32b, const_temp3_4x32b, const_temp4_4x32b; local
    [all...]
ihevc_intra_pred_filters_ssse3_intr.c 695 __m128i pu1_ref_16x8b, const_temp_4x32b, const_temp1_4x32b, const_temp2_4x32b, const_temp3_4x32b, const_temp4_4x32b; local
2339 __m128i const_temp_4x32b, const_temp2_4x32b, const_temp3_4x32b, const_temp4_4x32b, zero_8x16b; local
2888 __m128i const_temp_4x32b, const_temp2_4x32b, const_temp3_4x32b, const_temp4_4x32b; local
    [all...]
ihevc_chroma_intra_pred_filters_sse42_intr.c 134 __m128i const_temp_4x32b, const_temp1_4x32b, const_temp2_4x32b, const_temp3_4x32b, const_temp4_4x32b; local
165 const_temp_4x32b = _mm_set_epi16(pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)], pu1_ref[2 * (three_nt + 1) + 1],
218 res_temp2_8x16b = _mm_mullo_epi16(const_temp_4x32b, col_8x16b);

Completed in 91 milliseconds