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

  /external/libavc/encoder/x86/
ih264e_half_pel_ssse3.c 270 __m128i res_t1_8x16b, res_t2_8x16b, res_t3_8x16b; local
313 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b);
316 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t2_8x16b);
326 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b);
329 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t2_8x16b);
339 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b);
342 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t2_8x16b);
  /external/libavc/common/x86/
ih264_inter_pred_filters_ssse3.c 494 __m128i res_16x8b, res_t1_8x16b, res_t2_8x16b, res_t3_8x16b; local
1801 __m128i res_16x8b, res_t1_8x16b, res_t2_8x16b, res_t3_8x16b; local
2153 __m128i res_r0r1_16x8b, res_t1_8x16b, res_t2_8x16b, res_t3_8x16b; local
2295 __m128i res_16x8b, res_t1_8x16b, res_t2_8x16b, res_t3_8x16b; local
2471 __m128i res_t0_8x16b, res_t1_8x16b, res_t2_8x16b, res_t3_8x16b; local
2711 __m128i res_t1_8x16b, res_t2_8x16b, res_t3_8x16b; local
2872 __m128i res_t1_8x16b, res_t2_8x16b, res_t3_8x16b; local
3055 __m128i res_t1_8x16b, res_t2_8x16b, res_t3_8x16b; local
    [all...]

Completed in 2257 milliseconds