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

  /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...]
  /external/libavc/encoder/x86/
ih264e_half_pel_ssse3.c 270 __m128i res_t1_8x16b, res_t2_8x16b, res_t3_8x16b; local
314 res_t3_8x16b = _mm_maddubs_epi16(src_r4r5_16x8b, coeff4_5_16x8b);
317 res_t1_8x16b = _mm_add_epi16(res_t3_8x16b, res_t1_8x16b);
327 res_t3_8x16b = _mm_maddubs_epi16(src_r4r5_16x8b, coeff4_5_16x8b);
330 res_t1_8x16b = _mm_add_epi16(res_t3_8x16b, res_t1_8x16b);
340 res_t3_8x16b = _mm_maddubs_epi16(src_r4r5_16x8b, coeff4_5_16x8b);
343 res_t1_8x16b = _mm_add_epi16(res_t3_8x16b, res_t1_8x16b);

Completed in 286 milliseconds