Lines Matching refs:wsptr
307 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 0], row0); \
308 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 0 + 4], row0); \
309 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 1], row1); \
310 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 1 + 4], row1); \
311 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 2], row2); \
312 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 2 + 4], row2); \
313 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 3], row3); \
314 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 3 + 4], row3); \
423 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 0], row0l); \
424 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 0 + 4], row0h); \
425 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 1], row1l); \
426 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 1 + 4], row1h); \
427 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 2], row2l); \
428 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 2 + 4], row2h); \
429 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 3], row3l); \
430 _mm_store_si64((__m64 *)&wsptr[DCTSIZE * 3 + 4], row3h); \
442 row0l = _mm_load_si64((__m64 *)&wsptr[DCTSIZE * 0]); /* (00 01 02 03) */ \
443 row1l = _mm_load_si64((__m64 *)&wsptr[DCTSIZE * 1]); /* (10 11 12 13) */ \
444 row2l = _mm_load_si64((__m64 *)&wsptr[DCTSIZE * 2]); /* (20 21 22 23) */ \
445 row3l = _mm_load_si64((__m64 *)&wsptr[DCTSIZE * 3]); /* (30 31 32 33) */ \
446 row4l = _mm_load_si64((__m64 *)&wsptr[DCTSIZE * 4]); /* (40 41 42 43) */ \
447 row5l = _mm_load_si64((__m64 *)&wsptr[DCTSIZE * 5]); /* (50 51 52 53) */ \
448 row6l = _mm_load_si64((__m64 *)&wsptr[DCTSIZE * 6]); /* (60 61 62 63) */ \
449 row7l = _mm_load_si64((__m64 *)&wsptr[DCTSIZE * 7]); /* (70 71 72 73) */ \
547 JCOEF *wsptr; in jsimd_idct_islow_mmi() local
554 wsptr = workspace; in jsimd_idct_islow_mmi()
560 wsptr += DCTSIZE * 4; in jsimd_idct_islow_mmi()
566 wsptr = workspace; in jsimd_idct_islow_mmi()
569 wsptr += 4; in jsimd_idct_islow_mmi()