/external/jpeg/ |
jidctflt.c | 77 FAST_FLOAT * wsptr; local 88 wsptr = workspace; 106 wsptr[DCTSIZE*0] = dcval; 107 wsptr[DCTSIZE*1] = dcval; 108 wsptr[DCTSIZE*2] = dcval; 109 wsptr[DCTSIZE*3] = dcval; 110 wsptr[DCTSIZE*4] = dcval; 111 wsptr[DCTSIZE*5] = dcval; 112 wsptr[DCTSIZE*6] = dcval; 113 wsptr[DCTSIZE*7] = dcval [all...] |
jidctfst.c | 177 int * wsptr; local 189 wsptr = workspace; 207 wsptr[DCTSIZE*0] = dcval; 208 wsptr[DCTSIZE*1] = dcval; 209 wsptr[DCTSIZE*2] = dcval; 210 wsptr[DCTSIZE*3] = dcval; 211 wsptr[DCTSIZE*4] = dcval; 212 wsptr[DCTSIZE*5] = dcval; 213 wsptr[DCTSIZE*6] = dcval; 214 wsptr[DCTSIZE*7] = dcval [all...] |
jidctint.c | 157 int * wsptr; local 170 wsptr = workspace; 188 wsptr[DCTSIZE*0] = dcval; 189 wsptr[DCTSIZE*1] = dcval; 190 wsptr[DCTSIZE*2] = dcval; 191 wsptr[DCTSIZE*3] = dcval; 192 wsptr[DCTSIZE*4] = dcval; 193 wsptr[DCTSIZE*5] = dcval; 194 wsptr[DCTSIZE*6] = dcval; 195 wsptr[DCTSIZE*7] = dcval [all...] |
jidctred.c | 126 int * wsptr; local 137 wsptr = workspace; 138 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) { 148 wsptr[DCTSIZE*0] = dcval; 149 wsptr[DCTSIZE*1] = dcval; 150 wsptr[DCTSIZE*2] = dcval; 151 wsptr[DCTSIZE*3] = dcval; 188 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1); 189 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1); 190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1) 278 int * wsptr; local [all...] |
jidctintelsse.c | 118 short * wsptr; local 171 x3 = _mm_load_si128(( __m128i*)(wsptr+24));\ 172 x1 = _mm_load_si128(( __m128i*)(wsptr+8));\ 200 x0 = _mm_load_si128(( __m128i*)(wsptr));\ 201 x4 = _mm_load_si128(( __m128i*)(wsptr+32));\ 202 x2 = _mm_load_si128(( __m128i*)(wsptr+16));\ 203 x6 = _mm_load_si128(( __m128i*)(wsptr+48));\ 277 wsptr = (short *)workspaceSSE; 288 _mm_store_si128((__m128i*)(wsptr), row0); 289 _mm_store_si128((__m128i*)(wsptr+8*2), row2) [all...] |
/external/qemu/distrib/jpeg-6b/ |
jidctflt.c | 77 FAST_FLOAT * wsptr; local 88 wsptr = workspace; 106 wsptr[DCTSIZE*0] = dcval; 107 wsptr[DCTSIZE*1] = dcval; 108 wsptr[DCTSIZE*2] = dcval; 109 wsptr[DCTSIZE*3] = dcval; 110 wsptr[DCTSIZE*4] = dcval; 111 wsptr[DCTSIZE*5] = dcval; 112 wsptr[DCTSIZE*6] = dcval; 113 wsptr[DCTSIZE*7] = dcval [all...] |
jidctfst.c | 177 int * wsptr; local 189 wsptr = workspace; 207 wsptr[DCTSIZE*0] = dcval; 208 wsptr[DCTSIZE*1] = dcval; 209 wsptr[DCTSIZE*2] = dcval; 210 wsptr[DCTSIZE*3] = dcval; 211 wsptr[DCTSIZE*4] = dcval; 212 wsptr[DCTSIZE*5] = dcval; 213 wsptr[DCTSIZE*6] = dcval; 214 wsptr[DCTSIZE*7] = dcval [all...] |
jidctint.c | 157 int * wsptr; local 170 wsptr = workspace; 188 wsptr[DCTSIZE*0] = dcval; 189 wsptr[DCTSIZE*1] = dcval; 190 wsptr[DCTSIZE*2] = dcval; 191 wsptr[DCTSIZE*3] = dcval; 192 wsptr[DCTSIZE*4] = dcval; 193 wsptr[DCTSIZE*5] = dcval; 194 wsptr[DCTSIZE*6] = dcval; 195 wsptr[DCTSIZE*7] = dcval [all...] |
jidctred.c | 126 int * wsptr; local 137 wsptr = workspace; 138 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) { 148 wsptr[DCTSIZE*0] = dcval; 149 wsptr[DCTSIZE*1] = dcval; 150 wsptr[DCTSIZE*2] = dcval; 151 wsptr[DCTSIZE*3] = dcval; 188 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1); 189 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1); 190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1) 278 int * wsptr; local [all...] |
jidctintelsse.c | 118 short * wsptr; local 171 x3 = _mm_load_si128(( __m128i*)(wsptr+24));\ 172 x1 = _mm_load_si128(( __m128i*)(wsptr+8));\ 200 x0 = _mm_load_si128(( __m128i*)(wsptr));\ 201 x4 = _mm_load_si128(( __m128i*)(wsptr+32));\ 202 x2 = _mm_load_si128(( __m128i*)(wsptr+16));\ 203 x6 = _mm_load_si128(( __m128i*)(wsptr+48));\ 277 wsptr = (short *)workspaceSSE; 288 _mm_store_si128((__m128i*)(wsptr), row0); 289 _mm_store_si128((__m128i*)(wsptr+8*2), row2) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |