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

  /external/jpeg/
jidctintelsse.c 38 static const short __attribute__ ((aligned(16))) M128_round_inv_col[8] = {16,16,16,16,16,16,16,16};
224 t0 = _mm_adds_epi16(t0, *( __m128i*)M128_round_inv_col);\
228 t1 = _mm_adds_epi16(t1, *( __m128i*)M128_round_inv_col);\
  /external/qemu/distrib/jpeg-6b/
jidctintelsse.c 38 static const short __attribute__ ((aligned(16))) M128_round_inv_col[8] = {16,16,16,16,16,16,16,16};
224 t0 = _mm_adds_epi16(t0, *( __m128i*)M128_round_inv_col);\
228 t1 = _mm_adds_epi16(t1, *( __m128i*)M128_round_inv_col);\

Completed in 146 milliseconds