Home
last modified time | relevance | path

Searched refs:wsptr (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jidctfst.c178 int * wsptr; variable
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[DCTSIZE*7] = dcval;
[all …]
Dfpdfapi_jidctred.c127 int * wsptr; variable
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[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1);
[all …]
Dfpdfapi_jidctint.c158 int * wsptr; variable
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[DCTSIZE*7] = dcval;
[all …]
/external/jpeg/
Djidctfst.c177 int * wsptr; variable
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 …]
Djidctflt.c77 FAST_FLOAT * wsptr; variable
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 …]
Djidctred.c126 int * wsptr; variable
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);
[all …]
Djidctint.c157 int * wsptr; variable
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 …]
Dmips_idct_le.S48 # DCTELEM * wsptr, const int * mips_idct_coefs);
54 # $a2 - wsptr
111 sw $t0, 0($a2) # wsptr[DCTSIZE*0]
112 sw $t0, 16($a2) # wsptr[DCTSIZE*1]
113 sw $t0, 32($a2) # wsptr[DCTSIZE*2]
114 sw $t0, 48($a2) # wsptr[DCTSIZE*3]
115 sw $t0, 64($a2) # wsptr[DCTSIZE*4]
116 sw $t0, 80($a2) # wsptr[DCTSIZE*5]
117 sw $t0, 96($a2) # wsptr[DCTSIZE*6]
118 sw $t0, 112($a2) # wsptr[DCTSIZE*7]
[all …]
Djidctintelsse.c118 short * wsptr; in jpeg_idct_intelsse() local
171 x3 = _mm_load_si128(( __m128i*)(wsptr+24));\ in jpeg_idct_intelsse()
172 x1 = _mm_load_si128(( __m128i*)(wsptr+8));\ in jpeg_idct_intelsse()
200 x0 = _mm_load_si128(( __m128i*)(wsptr));\ in jpeg_idct_intelsse()
201 x4 = _mm_load_si128(( __m128i*)(wsptr+32));\ in jpeg_idct_intelsse()
202 x2 = _mm_load_si128(( __m128i*)(wsptr+16));\ in jpeg_idct_intelsse()
203 x6 = _mm_load_si128(( __m128i*)(wsptr+48));\ in jpeg_idct_intelsse()
277 wsptr = (short *)workspaceSSE; in jpeg_idct_intelsse()
288 _mm_store_si128((__m128i*)(wsptr), row0); in jpeg_idct_intelsse()
289 _mm_store_si128((__m128i*)(wsptr+8*2), row2); in jpeg_idct_intelsse()
[all …]
Dmips_jidctfst.c175 DCTELEM * wsptr, const int * mips_idct_coefs);
176 void mips_idct_rows(DCTELEM * wsptr, JSAMPARRAY output_buf,
/external/llvm/test/CodeGen/Thumb2/
D2009-07-30-PEICrash.ll52 …%wsptr.119 = getelementptr [64 x float], [64 x float]* %workspace, i32 0, i32 %indvar ; <float*> …
91 store float %33, float* %wsptr.119, align 4
126 …%wsptr.215 = getelementptr [64 x float], [64 x float]* %workspace, i32 0, i32 %tmp ; <float*> [#u…
128 %41 = load float, float* %wsptr.215, align 4 ; <float> [#uses=1]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...