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

  /external/jpeg/
jfdctflt.c 62 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; local
82 tmp10 = tmp0 + tmp3; /* phase 2 */
87 dataptr[0] = tmp10 + tmp11; /* phase 3 */
88 dataptr[4] = tmp10 - tmp11;
96 tmp10 = tmp4 + tmp5; /* phase 2 */
101 z5 = (tmp10 - tmp12) * ((FAST_FLOAT) 0.382683433); /* c6 */
102 z2 = ((FAST_FLOAT) 0.541196100) * tmp10 + z5; /* c2-c6 */
132 tmp10 = tmp0 + tmp3; /* phase 2 */
137 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
138 dataptr[DCTSIZE*4] = tmp10 - tmp11
    [all...]
jfdctfst.c 117 DCTELEM tmp10, tmp11, tmp12, tmp13; local
138 tmp10 = tmp0 + tmp3; /* phase 2 */
143 dataptr[0] = tmp10 + tmp11; /* phase 3 */
144 dataptr[4] = tmp10 - tmp11;
152 tmp10 = tmp4 + tmp5; /* phase 2 */
157 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
158 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
188 tmp10 = tmp0 + tmp3; /* phase 2 */
193 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
194 dataptr[DCTSIZE*4] = tmp10 - tmp11
    [all...]
jidctflt.c 73 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; local
128 tmp10 = tmp0 + tmp2; /* phase 3 */
134 tmp0 = tmp10 + tmp13; /* phase 2 */
135 tmp3 = tmp10 - tmp13;
155 tmp10 = ((FAST_FLOAT) 1.082392200) * z12 - z5; /* 2*(c2-c6) */
160 tmp4 = tmp10 + tmp5;
190 tmp10 = wsptr[0] + wsptr[4];
196 tmp0 = tmp10 + tmp13;
197 tmp3 = tmp10 - tmp13;
212 tmp10 = ((FAST_FLOAT) 1.082392200) * z12 - z5; /* 2*(c2-c6) *
    [all...]
jidctred.c 122 INT32 tmp0, tmp2, tmp10, tmp12; local
166 tmp10 = tmp0 + tmp2;
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);
225 tmp10 = tmp0 + tmp2;
247 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp2,
250 outptr[3] = range_limit[(int) DESCALE(tmp10 - tmp2,
275 INT32 tmp0, tmp10, z1; local
308 tmp10 = z1 << (CONST_BITS+2);
323 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp0, CONST_BITS-PASS1_BITS+2)
    [all...]
jidctfst.c 173 DCTELEM tmp10, tmp11, tmp12, tmp13; local
229 tmp10 = tmp0 + tmp2; /* phase 3 */
235 tmp0 = tmp10 + tmp13; /* phase 2 */
236 tmp3 = tmp10 - tmp13;
256 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */
261 tmp4 = tmp10 + tmp5;
315 tmp10 = ((DCTELEM) wsptr[0] + (DCTELEM) wsptr[4]);
322 tmp0 = tmp10 + tmp13;
323 tmp3 = tmp10 - tmp13;
338 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) *
    [all...]
jfdctint.c 143 INT32 tmp10, tmp11, tmp12, tmp13; local
168 tmp10 = tmp0 + tmp3;
173 dataptr[0] = (DCTELEM) ((tmp10 + tmp11) << PASS1_BITS);
174 dataptr[4] = (DCTELEM) ((tmp10 - tmp11) << PASS1_BITS);
233 tmp10 = tmp0 + tmp3;
238 dataptr[DCTSIZE*0] = (DCTELEM) DESCALE(tmp10 + tmp11, PASS1_BITS);
239 dataptr[DCTSIZE*4] = (DCTELEM) DESCALE(tmp10 - tmp11, PASS1_BITS);
jidctint.c 153 INT32 tmp10, tmp11, tmp12, tmp13; local
219 tmp10 = tmp0 + tmp3;
256 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */
258 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS);
259 wsptr[DCTSIZE*7] = (int) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS);
321 tmp10 = tmp0 + tmp3;
358 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */
360 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp3,
363 outptr[7] = range_limit[(int) DESCALE(tmp10 - tmp3,
mips_idct_le.S 150 addq.ph $s4, $t0, $t4 # tmp10
224 mulq_rs.ph $s4, $s6, $s4 # tmp10 ...
238 subq.ph $s4, $s4, $v1 # ... tmp10
400 addq.ph $s4, $t0, $t4 # tmp10
449 mulq_rs.ph $s4, $s6, $s4 # tmp10 ...
464 subq.ph $s4, $s4, $v1 # ... tmp10
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jfdctfst.c 118 DCTELEM tmp10, tmp11, tmp12, tmp13; local
139 tmp10 = tmp0 + tmp3; /* phase 2 */
144 dataptr[0] = tmp10 + tmp11; /* phase 3 */
145 dataptr[4] = tmp10 - tmp11;
153 tmp10 = tmp4 + tmp5; /* phase 2 */
158 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
159 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
189 tmp10 = tmp0 + tmp3; /* phase 2 */
194 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
195 dataptr[DCTSIZE*4] = tmp10 - tmp11
    [all...]
fpdfapi_jidctred.c 123 INT32 tmp0, tmp2, tmp10, tmp12; local
167 tmp10 = tmp0 + tmp2;
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);
226 tmp10 = tmp0 + tmp2;
248 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp2,
251 outptr[3] = range_limit[(int) DESCALE(tmp10 - tmp2,
276 INT32 tmp0, tmp10, z1; local
309 tmp10 = z1 << (CONST_BITS+2);
324 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp0, CONST_BITS-PASS1_BITS+2)
    [all...]
fpdfapi_jidctfst.c 174 DCTELEM tmp10, tmp11, tmp12, tmp13; local
230 tmp10 = tmp0 + tmp2; /* phase 3 */
236 tmp0 = tmp10 + tmp13; /* phase 2 */
237 tmp3 = tmp10 - tmp13;
257 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */
262 tmp4 = tmp10 + tmp5;
316 tmp10 = ((DCTELEM) wsptr[0] + (DCTELEM) wsptr[4]);
323 tmp0 = tmp10 + tmp13;
324 tmp3 = tmp10 - tmp13;
339 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) *
    [all...]
fpdfapi_jfdctint.c 144 INT32 tmp10, tmp11, tmp12, tmp13; local
169 tmp10 = tmp0 + tmp3;
174 dataptr[0] = (DCTELEM) ((tmp10 + tmp11) << PASS1_BITS);
175 dataptr[4] = (DCTELEM) ((tmp10 - tmp11) << PASS1_BITS);
234 tmp10 = tmp0 + tmp3;
239 dataptr[DCTSIZE*0] = (DCTELEM) DESCALE(tmp10 + tmp11, PASS1_BITS);
240 dataptr[DCTSIZE*4] = (DCTELEM) DESCALE(tmp10 - tmp11, PASS1_BITS);
fpdfapi_jidctint.c 154 INT32 tmp10, tmp11, tmp12, tmp13; local
220 tmp10 = tmp0 + tmp3;
257 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */
259 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS);
260 wsptr[DCTSIZE*7] = (int) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS);
322 tmp10 = tmp0 + tmp3;
359 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */
361 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp3,
364 outptr[7] = range_limit[(int) DESCALE(tmp10 - tmp3,
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 20 int32_t tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; local
32 "lb %[tmp10], 9(%[left]) \n\t"
49 "replv.qb %[tmp10], %[tmp10] \n\t"
111 "sw %[tmp10], (%[dst]) \n\t"
112 "sw %[tmp10], 4(%[dst]) \n\t"
113 "sw %[tmp10], 8(%[dst]) \n\t"
114 "sw %[tmp10], 12(%[dst]) \n\t"
156 [tmp9] "=&r" (tmp9), [tmp10] "=&r" (tmp10),
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 20 int32_t tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; local
32 "lb %[tmp10], 9(%[left]) \n\t"
49 "replv.qb %[tmp10], %[tmp10] \n\t"
111 "sw %[tmp10], (%[dst]) \n\t"
112 "sw %[tmp10], 4(%[dst]) \n\t"
113 "sw %[tmp10], 8(%[dst]) \n\t"
114 "sw %[tmp10], 12(%[dst]) \n\t"
156 [tmp9] "=&r" (tmp9), [tmp10] "=&r" (tmp10),
    [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 134 milliseconds