Searched refs:quantptrSSE (Results 1 - 2 of 2) sorted by relevance

/external/jpeg/
H A Djidctintelsse.c110 short __attribute__((aligned(16))) quantptrSSE[DCTSIZE2]; local
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
[all...]
H A Djddctmgr.c46 extern short __attribute__((aligned(16))) quantptrSSE[DCTSIZE2];

Completed in 89 milliseconds