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

  /external/libavc/encoder/x86/
ih264e_half_pel_ssse3.c 112 __m128i res_r1_t1_8x16b, res_r1_t2_8x16b, res_r1_t3_8x16b; local
171 res_r1_t3_8x16b = _mm_maddubs_epi16(src_r1_t1_16x8b, coeff4_5_16x8b); //b4*c4+b5*c5 b5*c4+b6*c5 b6*c4+b7*c5 b7*c4+b8*c5
176 res_r1_t3_8x16b = _mm_add_epi16(res_r1_t3_8x16b, const_val16_8x16b);
178 res_r1_t1_8x16b = _mm_add_epi16(res_r1_t1_8x16b, res_r1_t3_8x16b);
  /external/libavc/common/x86/
ih264_inter_pred_filters_ssse3.c 310 __m128i res_r1_t1_8x16b, res_r1_t2_8x16b, res_r1_t3_8x16b; local
356 res_r1_t3_8x16b = _mm_maddubs_epi16(src_r1_t1_16x8b, coeff4_5_16x8b); //b4*c4+b5*c5 b5*c4+b6*c5 b6*c4+b7*c5 b7*c4+b8*c5
361 res_r1_t3_8x16b = _mm_add_epi16(res_r1_t3_8x16b, const_val16_8x16b);
363 res_r1_t1_8x16b = _mm_add_epi16(res_r1_t1_8x16b, res_r1_t3_8x16b);
386 __m128i res_r1_t1_8x16b, res_r1_t2_8x16b, res_r1_t3_8x16b; local
433 res_r1_t3_8x16b = _mm_maddubs_epi16(src_r1_t1_16x8b, coeff4_5_16x8b); //b4*c4+b5*c5 b5*c4+b6*c5 b6*c4+b7*c5 b7*c4+b8*c5
438 res_r1_t3_8x16b = _mm_add_epi16(res_r1_t3_8x16b, const_val16_8x16b);
440 res_r1_t1_8x16b = _mm_add_epi16(res_r1_t1_8x16b, res_r1_t3_8x16b);
959 __m128i res_r1_t1_8x16b, res_r1_t2_8x16b, res_r1_t3_8x16b; local
1178 __m128i res_r1_t1_8x16b, res_r1_t2_8x16b, res_r1_t3_8x16b; local
1596 __m128i res_r1_t1_8x16b, res_r1_t2_8x16b, res_r1_t3_8x16b; local
1679 __m128i res_r1_t1_8x16b, res_r1_t2_8x16b, res_r1_t3_8x16b; local
2381 __m128i res_r1_t1_8x16b, res_r1_t2_8x16b, res_r1_t3_8x16b, res_16x8b; local
2572 __m128i res_r1_t1_8x16b, res_r1_t2_8x16b, res_r1_t3_8x16b; local
3463 __m128i res_r1_t1_8x16b, res_r1_t2_8x16b, res_r1_t3_8x16b; local
3669 __m128i res_r1_t1_8x16b, res_r1_t2_8x16b, res_r1_t3_8x16b; local
    [all...]

Completed in 89 milliseconds