HomeSort by relevance Sort by last modified time
    Searched refs:wsptr (Results 1 - 12 of 12) sorted by null

  /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...]
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...]
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...]
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...]
mips_idct_le.S 48 # 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...]
mips_jidctfst.c 175 DCTELEM * wsptr, const int * mips_idct_coefs);
176 void mips_idct_rows(DCTELEM * wsptr, JSAMPARRAY output_buf,
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jidctred.c 127 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[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1)
279 int * wsptr; local
    [all...]
fpdfapi_jidctfst.c 178 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[DCTSIZE*7] = dcval
    [all...]
fpdfapi_jidctint.c 158 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[DCTSIZE*7] = dcval
    [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 

Completed in 462 milliseconds