HomeSort by relevance Sort by last modified time
    Searched refs:coeff2_3_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
121 coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3
155 res_r0_t2_8x16b = _mm_maddubs_epi16(src_r0_t1_16x8b, coeff2_3_16x8b); //a2*c2+a3*c3 a3*c2+a4*c3 a4*c2+a5*c3 a5*c2+a6*c3
157 res_r1_t2_8x16b = _mm_maddubs_epi16(src_r1_t1_16x8b, coeff2_3_16x8b); //b2*c2+b3*c3 b3*c2+b4*c3 b2*c4+b5*c3 b5*c2+b6*c3
271 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
274 coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3
313 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b);
326 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b);
339 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b);
  /external/libavc/common/x86/
ih264_inter_pred_filters_ssse3.c 225 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
234 coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3
269 res_r0r1_t2_8x16b = _mm_maddubs_epi16(src_r0r1_16x8b, coeff2_3_16x8b); //a2*c2+a3*c3 a3*c2+a4*c3 a4*c2+a5*c3 a5*c2+a6*c3
340 res_r0_t2_8x16b = _mm_maddubs_epi16(src_r0_t1_16x8b, coeff2_3_16x8b); //a2*c2+a3*c3 a3*c2+a4*c3 a4*c2+a5*c3 a5*c2+a6*c3
342 res_r1_t2_8x16b = _mm_maddubs_epi16(src_r1_t1_16x8b, coeff2_3_16x8b); //b2*c2+b3*c3 b3*c2+b4*c3 b2*c4+b5*c3 b5*c2+b6*c3
417 res_r0_t2_8x16b = _mm_maddubs_epi16(src_r0_t1_16x8b, coeff2_3_16x8b); //a2*c2+a3*c3 a3*c2+a4*c3 a4*c2+a5*c3 a5*c2+a6*c3
419 res_r1_t2_8x16b = _mm_maddubs_epi16(src_r1_t1_16x8b, coeff2_3_16x8b); //b2*c2+b3*c3 b3*c2+b4*c3 b2*c4+b5*c3 b5*c2+b6*c3
496 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
503 coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3
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 651 milliseconds