Searched defs:wsptr (Results 1 - 19 of 19) sorted by last modified time

/external/qemu/distrib/jpeg-6b/
H A Djidctflt.c77 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[DCTSIZ
[all...]
H A Djidctfst.c177 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[DCTSIZ
[all...]
H A Djidctint.c157 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[DCTSIZ
[all...]
H A Djidctintelsse.c118 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
[all...]
H A Djidctred.c126 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[DCTSIZ
278 int * wsptr; local
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jidctfst.c178 int * wsptr; local
190 wsptr = workspace;
208 wsptr[DCTSIZE*0] = dcval;
209 wsptr[DCTSIZE*1] = dcval;
210 wsptr[DCTSIZE*2] = dcval;
211 wsptr[DCTSIZE*3] = dcval;
212 wsptr[DCTSIZE*4] = dcval;
213 wsptr[DCTSIZE*5] = dcval;
214 wsptr[DCTSIZE*6] = dcval;
215 wsptr[DCTSIZ
[all...]
H A Dfpdfapi_jidctint.c158 int * wsptr; local
171 wsptr = workspace;
189 wsptr[DCTSIZE*0] = dcval;
190 wsptr[DCTSIZE*1] = dcval;
191 wsptr[DCTSIZE*2] = dcval;
192 wsptr[DCTSIZE*3] = dcval;
193 wsptr[DCTSIZE*4] = dcval;
194 wsptr[DCTSIZE*5] = dcval;
195 wsptr[DCTSIZE*6] = dcval;
196 wsptr[DCTSIZ
[all...]
H A Dfpdfapi_jidctred.c127 int * wsptr; local
138 wsptr = workspace;
139 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) {
149 wsptr[DCTSIZE*0] = dcval;
150 wsptr[DCTSIZE*1] = dcval;
151 wsptr[DCTSIZE*2] = dcval;
152 wsptr[DCTSIZE*3] = dcval;
189 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
190 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
191 wsptr[DCTSIZ
279 int * wsptr; local
[all...]
/external/jpeg/
H A Djidctflt.c77 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[DCTSIZ
[all...]
H A Djidctfst.c177 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[DCTSIZ
[all...]
H A Djidctint.c157 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[DCTSIZ
[all...]
H A Djidctintelsse.c118 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
[all...]
H A Djidctred.c126 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[DCTSIZ
278 int * wsptr; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libjpeg_turbo/
H A Djidctflt.c77 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[DCTSIZ
[all...]
H A Djidctfst.c177 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[DCTSIZ
[all...]
H A Djidctint.c179 int * wsptr; local
192 wsptr = workspace;
210 wsptr[DCTSIZE*0] = dcval;
211 wsptr[DCTSIZE*1] = dcval;
212 wsptr[DCTSIZE*2] = dcval;
213 wsptr[DCTSIZE*3] = dcval;
214 wsptr[DCTSIZE*4] = dcval;
215 wsptr[DCTSIZE*5] = dcval;
216 wsptr[DCTSIZE*6] = dcval;
217 wsptr[DCTSIZ
431 int * wsptr; local
580 int * wsptr; local
701 int * wsptr; local
815 int * wsptr; local
906 int * wsptr; local
1078 int * wsptr; local
1273 int * wsptr; local
1467 int * wsptr; local
1683 int * wsptr; local
1911 int * wsptr; local
2137 int * wsptr; local
2379 int * wsptr; local
[all...]
H A Djidctred.c126 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[DCTSIZ
278 int * wsptr; local
[all...]

Completed in 6735 milliseconds