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

  /external/libavc/encoder/x86/
ih264e_half_pel_ssse3.c 378 __m128i res_t0_4x32b, res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; local
407 res_t1_4x32b = _mm_madd_epi16(src_r0r1_8x16b, coeff0_1_8x16b);
411 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t2_4x32b);
413 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t3_4x32b);
414 res_t0_4x32b = _mm_srai_epi32(res_t1_4x32b, 10);
420 res_t1_4x32b = _mm_madd_epi16(src_r0r1_8x16b, coeff0_1_8x16b);
424 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t2_4x32b)
    [all...]
  /external/libavc/common/x86/
ih264_inter_pred_filters_ssse3.c 870 __m128i res_t0_4x32b, res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; local
1062 __m128i res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; local
1263 __m128i res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; local
2809 __m128i res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; local
2975 __m128i res_t0_4x32b, res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; local
3149 __m128i res_t0_4x32b, res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; local
3376 __m128i res_t0_4x32b, res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; local
3539 __m128i res_t0_4x32b, res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; local
3746 __m128i res_t0_4x32b, res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; local
    [all...]

Completed in 84 milliseconds