HomeSort by relevance Sort by last modified time
    Searched refs:coeff0_1_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
120 coeff0_1_16x8b = _mm_set1_epi32(0xFB01FB01); //c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1
141 res_r0_t1_8x16b = _mm_maddubs_epi16(src_r0_t1_16x8b, coeff0_1_16x8b); //a0*c0+a1*c1 a1*c0+a2*c1 a2*c0+a3*c1 a3*c0+a4*c1
143 res_r1_t1_8x16b = _mm_maddubs_epi16(src_r1_t1_16x8b, coeff0_1_16x8b); //b0*c0+b1*c1 b1*c0+b2*c1 b2*c0+b3*c1 b3*c0+b4*c1
271 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
273 coeff0_1_16x8b = _mm_set1_epi32(0xFB01FB01); //c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1
312 res_t1_8x16b = _mm_maddubs_epi16(src_r0r1_16x8b, coeff0_1_16x8b);
325 res_t1_8x16b = _mm_maddubs_epi16(src_r0r1_16x8b, coeff0_1_16x8b);
338 res_t1_8x16b = _mm_maddubs_epi16(src_r0r1_16x8b, coeff0_1_16x8b);
  /external/libavc/common/x86/
ih264_inter_pred_filters_ssse3.c 225 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
233 coeff0_1_16x8b = _mm_set1_epi32(0xFB01FB01); //c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1
262 res_r0r1_t1_8x16b = _mm_maddubs_epi16(src_r0r1_16x8b, coeff0_1_16x8b); //a0*c0+a1*c1 a1*c0+a2*c1 a2*c0+a3*c1 a3*c0+a4*c1
326 res_r0_t1_8x16b = _mm_maddubs_epi16(src_r0_t1_16x8b, coeff0_1_16x8b); //a0*c0+a1*c1 a1*c0+a2*c1 a2*c0+a3*c1 a3*c0+a4*c1
328 res_r1_t1_8x16b = _mm_maddubs_epi16(src_r1_t1_16x8b, coeff0_1_16x8b); //b0*c0+b1*c1 b1*c0+b2*c1 b2*c0+b3*c1 b3*c0+b4*c1
403 res_r0_t1_8x16b = _mm_maddubs_epi16(src_r0_t1_16x8b, coeff0_1_16x8b); //a0*c0+a1*c1 a1*c0+a2*c1 a2*c0+a3*c1 a3*c0+a4*c1
405 res_r1_t1_8x16b = _mm_maddubs_epi16(src_r1_t1_16x8b, coeff0_1_16x8b); //b0*c0+b1*c1 b1*c0+b2*c1 b2*c0+b3*c1 b3*c0+b4*c1
496 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; local
502 coeff0_1_16x8b = _mm_set1_epi32(0xFB01FB01); //c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1 c0 c1
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 387 milliseconds