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

  /external/jpeg/
jidctintelsse.c 37 static const short __attribute__ ((aligned(16))) M128_round_inv_row[8] = {2048,0,2048,0,2048,0,2048,0};
147 tmp1 = _mm_add_epi32(tmp1, * ( __m128i*)M128_round_inv_row); \
148 tmp5 = _mm_add_epi32(tmp5, * ( __m128i*)M128_round_inv_row); \
  /external/qemu/distrib/jpeg-6b/
jidctintelsse.c 37 static const short __attribute__ ((aligned(16))) M128_round_inv_row[8] = {2048,0,2048,0,2048,0,2048,0};
147 tmp1 = _mm_add_epi32(tmp1, * ( __m128i*)M128_round_inv_row); \
148 tmp5 = _mm_add_epi32(tmp5, * ( __m128i*)M128_round_inv_row); \

Completed in 505 milliseconds