HomeSort by relevance Sort by last modified time
    Searched refs:res_t2_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
408 res_t2_4x32b = _mm_madd_epi16(src_r2r3_8x16b, coeff2_3_8x16b);
411 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t2_4x32b);
421 res_t2_4x32b = _mm_madd_epi16(src_r2r3_8x16b, coeff2_3_8x16b);
424 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t2_4x32b);
446 res_t2_4x32b = _mm_madd_epi16(src_r2r3_8x16b, coeff2_3_8x16b);
449 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t2_4x32b);
459 res_t2_4x32b = _mm_madd_epi16(src_r2r3_8x16b, coeff2_3_8x16b);
462 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t2_4x32b);
  /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 213 milliseconds