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

  /external/jpeg/
jidctintelsse.c 110 short __attribute__((aligned(16))) quantptrSSE[DCTSIZE2];
274 memcpy((char*)quantptrSSE, (char*)compptr->dct_table, sizeof(quantptrSSE));
283 row0 = _mm_mullo_epi16( row0, *(__m128i const*)quantptrSSE );
284 row2 = _mm_mullo_epi16( row2, *(__m128i const*)(quantptrSSE+8*2) );
294 row0 = _mm_mullo_epi16(row0, *(__m128i const*)(quantptrSSE+8*4) );
295 row2 = _mm_mullo_epi16(row2, *(__m128i const*)(quantptrSSE+8*6) );
305 row0 = _mm_mullo_epi16(row0, *(__m128i const*)(quantptrSSE+24) );
306 row2 = _mm_mullo_epi16(row2, *(__m128i const*)(quantptrSSE+8) );
316 row0 = _mm_mullo_epi16(row0, *(__m128i const*)(quantptrSSE+40) )
    [all...]
jddctmgr.c 58 extern short __attribute__((aligned(16))) quantptrSSE[DCTSIZE2];
  /external/qemu/distrib/jpeg-6b/
jidctintelsse.c 110 short __attribute__((aligned(16))) quantptrSSE[DCTSIZE2];
274 memcpy((char*)quantptrSSE, (char*)compptr->dct_table, sizeof(quantptrSSE));
283 row0 = _mm_mullo_epi16( row0, *(__m128i const*)quantptrSSE );
284 row2 = _mm_mullo_epi16( row2, *(__m128i const*)(quantptrSSE+8*2) );
294 row0 = _mm_mullo_epi16(row0, *(__m128i const*)(quantptrSSE+8*4) );
295 row2 = _mm_mullo_epi16(row2, *(__m128i const*)(quantptrSSE+8*6) );
305 row0 = _mm_mullo_epi16(row0, *(__m128i const*)(quantptrSSE+24) );
306 row2 = _mm_mullo_epi16(row2, *(__m128i const*)(quantptrSSE+8) );
316 row0 = _mm_mullo_epi16(row0, *(__m128i const*)(quantptrSSE+40) )
    [all...]
jddctmgr.c 54 extern short __attribute__((aligned(16))) quantptrSSE[DCTSIZE2];

Completed in 182 milliseconds