Searched defs:quantptrSSE (Results 1 - 2 of 2) sorted by last modified time

/external/qemu/distrib/jpeg-6b/
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...]
/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...]

Completed in 85 milliseconds