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

  /external/libavc/encoder/x86/
ih264e_half_pel_ssse3.c 114 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
122 coeff4_5_16x8b = _mm_set1_epi32(0x01FB01FB); //c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5
169 res_r0_t3_8x16b = _mm_maddubs_epi16(src_r0_t1_16x8b, coeff4_5_16x8b); //a4*c4+a5*c5 a5*c4+a6*c5 a6*c4+a7*c5 a7*c4+a8*c5
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
271 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
275 coeff4_5_16x8b = _mm_set1_epi32(0x01FB01FB); //c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5
314 res_t3_8x16b = _mm_maddubs_epi16(src_r4r5_16x8b, coeff4_5_16x8b);
327 res_t3_8x16b = _mm_maddubs_epi16(src_r4r5_16x8b, coeff4_5_16x8b);
340 res_t3_8x16b = _mm_maddubs_epi16(src_r4r5_16x8b, coeff4_5_16x8b);
  /external/libavc/common/x86/
ih264_inter_pred_filters_ssse3.c 225 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
235 coeff4_5_16x8b = _mm_set1_epi32(0x01FB01FB); //c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5
276 res_r0r1_t3_8x16b = _mm_maddubs_epi16(src_r0r1_16x8b, coeff4_5_16x8b); //a4*c4+a5*c5 a5*c4+a6*c5 a6*c4+a7*c5 a7*c4+a8*c5
354 res_r0_t3_8x16b = _mm_maddubs_epi16(src_r0_t1_16x8b, coeff4_5_16x8b); //a4*c4+a5*c5 a5*c4+a6*c5 a6*c4+a7*c5 a7*c4+a8*c5
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
431 res_r0_t3_8x16b = _mm_maddubs_epi16(src_r0_t1_16x8b, coeff4_5_16x8b); //a4*c4+a5*c5 a5*c4+a6*c5 a6*c4+a7*c5 a7*c4+a8*c5
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
496 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
504 coeff4_5_16x8b = _mm_set1_epi32(0x01FB01FB); //c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5 c4 c5
795 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
960 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
1180 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
1505 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
1803 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
2124 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
2713 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
2874 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
3057 __m128i coeff0_1_16x8b,coeff2_3_16x8b,coeff4_5_16x8b; local
3319 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
3465 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
3671 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
    [all...]

Completed in 52 milliseconds