Searched refs:tmp10 (Results 1 - 25 of 38) sorted by relevance

12

/external/libjpeg-turbo/
H A Djfdctflt.c63 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; local
83 tmp10 = tmp0 + tmp3; /* phase 2 */
88 dataptr[0] = tmp10 + tmp11; /* phase 3 */
89 dataptr[4] = tmp10 - tmp11;
97 tmp10 = tmp4 + tmp5; /* phase 2 */
102 z5 = (tmp10 - tmp12) * ((FAST_FLOAT) 0.382683433); /* c6 */
103 z2 = ((FAST_FLOAT) 0.541196100) * tmp10 + z5; /* c2-c6 */
133 tmp10 = tmp0 + tmp3; /* phase 2 */
138 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
139 dataptr[DCTSIZE*4] = tmp10
[all...]
H A Djfdctfst.c120 DCTELEM tmp10, tmp11, tmp12, tmp13; local
141 tmp10 = tmp0 + tmp3; /* phase 2 */
146 dataptr[0] = tmp10 + tmp11; /* phase 3 */
147 dataptr[4] = tmp10 - tmp11;
155 tmp10 = tmp4 + tmp5; /* phase 2 */
160 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
161 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
191 tmp10 = tmp0 + tmp3; /* phase 2 */
196 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
197 dataptr[DCTSIZE*4] = tmp10
[all...]
H A Djidctint.c178 JLONG tmp10, tmp11, tmp12, tmp13; local
245 tmp10 = tmp0 + tmp3;
282 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */
284 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS);
285 wsptr[DCTSIZE*7] = (int) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS);
347 tmp10 = tmp0 + tmp3;
384 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */
386 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp3,
389 outptr[7] = range_limit[(int) DESCALE(tmp10 - tmp3,
431 JLONG tmp0, tmp1, tmp2, tmp10, tmp1 local
580 JLONG tmp0, tmp1, tmp2, tmp10, tmp11, tmp12; local
701 JLONG tmp0, tmp1, tmp10, tmp11, tmp12; local
816 JLONG tmp0, tmp2, tmp10, tmp12; local
906 JLONG tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13, tmp14; local
1077 JLONG tmp10, tmp11, tmp12, tmp13, tmp14; local
1272 JLONG tmp10, tmp11, tmp12, tmp13, tmp14; local
1466 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; local
1682 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; local
1910 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; local
2136 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; local
2378 JLONG tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; local
[all...]
H A Djidctflt.c77 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; local
133 tmp10 = tmp0 + tmp2; /* phase 3 */
139 tmp0 = tmp10 + tmp13; /* phase 2 */
140 tmp3 = tmp10 - tmp13;
160 tmp10 = z5 - z12 * ((FAST_FLOAT) 1.082392200); /* 2*(c2-c6) */
165 tmp4 = tmp10 - tmp5;
196 tmp10 = z5 + wsptr[4];
202 tmp0 = tmp10 + tmp13;
203 tmp3 = tmp10 - tmp13;
218 tmp10
[all...]
H A Djidctred.c125 JLONG tmp0, tmp2, tmp10, tmp12; local
170 tmp10 = tmp0 + tmp2;
192 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
193 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
229 tmp10 = tmp0 + tmp2;
251 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp2,
254 outptr[3] = range_limit[(int) DESCALE(tmp10 - tmp2,
279 JLONG tmp0, tmp10, z1; local
313 tmp10 = LEFT_SHIFT(z1, CONST_BITS+2);
328 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10
[all...]
H A Djidctfst.c176 DCTELEM tmp10, tmp11, tmp12, tmp13; local
232 tmp10 = tmp0 + tmp2; /* phase 3 */
238 tmp0 = tmp10 + tmp13; /* phase 2 */
239 tmp3 = tmp10 - tmp13;
259 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */
264 tmp4 = tmp10 + tmp5;
318 tmp10 = ((DCTELEM) wsptr[0] + (DCTELEM) wsptr[4]);
325 tmp0 = tmp10 + tmp13;
326 tmp3 = tmp10 - tmp13;
341 tmp10
[all...]
H A Djfdctint.c146 JLONG tmp10, tmp11, tmp12, tmp13; local
171 tmp10 = tmp0 + tmp3;
176 dataptr[0] = (DCTELEM) LEFT_SHIFT(tmp10 + tmp11, PASS1_BITS);
177 dataptr[4] = (DCTELEM) LEFT_SHIFT(tmp10 - tmp11, PASS1_BITS);
236 tmp10 = tmp0 + tmp3;
241 dataptr[DCTSIZE*0] = (DCTELEM) DESCALE(tmp10 + tmp11, PASS1_BITS);
242 dataptr[DCTSIZE*4] = (DCTELEM) DESCALE(tmp10 - tmp11, PASS1_BITS);
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jfdctfst.c117 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
[all...]
H A Dfpdfapi_jidctred.c122 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
[all...]
H A Dfpdfapi_jidctfst.c173 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
[all...]
H A Dfpdfapi_jfdctint.c143 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);
H A Dfpdfapi_jidctint.c153 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,
/external/libjpeg-turbo/simd/
H A Djfdctfst-altivec.c49 tmp10 = vec_add(tmp0, tmp3); \
54 out0 = vec_add(tmp10, tmp11); \
55 out4 = vec_sub(tmp10, tmp11); \
66 tmp10 = vec_add(tmp4, tmp5); \
70 tmp10 = vec_sl(tmp10, pre_multiply_scale_bits); \
72 z5 = vec_sub(tmp10, tmp12); \
75 z2 = vec_madds(tmp10, pw_0541, z5); \
96 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp10, tmp11, tmp12, tmp13, local
H A Djidctfst-altivec.c51 tmp10 = vec_add(in##0, in##4); \
60 tmp0 = vec_add(tmp10, tmp13); \
61 tmp3 = vec_sub(tmp10, tmp13); \
93 tmp10 = vec_madds(z12s, pw_F1082, pw_zero); \
94 tmp10 = vec_sub(tmp10, z5); \
100 tmp4 = vec_add(tmp10, tmp5); \
123 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp10, tmp11, tmp12, tmp13, local
H A Djfdctint-altivec.c152 tmp10 = vec_add(tmp0, tmp3); \
157 out0 = vec_add(tmp10, tmp11); \
159 out4 = vec_sub(tmp10, tmp11); \
169 tmp10 = vec_add(tmp0, tmp3); \
174 out0 = vec_add(tmp10, tmp11); \
177 out4 = vec_sub(tmp10, tmp11); \
190 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp10, tmp11, tmp12, tmp13, local
H A Djfdctflt-3dn.asm133 pfadd mm2,mm4 ; mm2=tmp10
156 pfadd mm3,mm5 ; mm3=tmp10
162 movq mm2,mm3 ; mm2=tmp10
165 pfmul mm2,[GOTOFF(ebx,PD_0_541)] ; mm2=MULTIPLY(tmp10,FIX_0_54119610)
248 pfadd mm2,mm4 ; mm2=tmp10
271 pfadd mm3,mm5 ; mm3=tmp10
277 movq mm2,mm3 ; mm2=tmp10
280 pfmul mm2,[GOTOFF(ebx,PD_0_541)] ; mm2=MULTIPLY(tmp10,FIX_0_54119610)
H A Djfdctflt-sse-64.asm157 addps xmm1,xmm7 ; xmm1=tmp10
180 addps xmm2,xmm3 ; xmm2=tmp10
186 movaps xmm1,xmm2 ; xmm1=tmp10
189 mulps xmm1,[rel PD_0_541] ; xmm1=MULTIPLY(tmp10,FIX_0_541196)
292 addps xmm1,xmm7 ; xmm1=tmp10
315 addps xmm2,xmm3 ; xmm2=tmp10
321 movaps xmm1,xmm2 ; xmm1=tmp10
324 mulps xmm1,[rel PD_0_541] ; xmm1=MULTIPLY(tmp10,FIX_0_541196)
H A Djfdctflt-sse.asm164 addps xmm1,xmm7 ; xmm1=tmp10
187 addps xmm2,xmm3 ; xmm2=tmp10
193 movaps xmm1,xmm2 ; xmm1=tmp10
196 mulps xmm1,[GOTOFF(ebx,PD_0_541)] ; xmm1=MULTIPLY(tmp10,FIX_0_541196)
300 addps xmm1,xmm7 ; xmm1=tmp10
323 addps xmm2,xmm3 ; xmm2=tmp10
329 movaps xmm1,xmm2 ; xmm1=tmp10
332 mulps xmm1,[GOTOFF(ebx,PD_0_541)] ; xmm1=MULTIPLY(tmp10,FIX_0_541196)
H A Djfdctfst-mmx.asm179 paddw mm1,mm7 ; mm1=tmp10
203 paddw mm2,mm3 ; mm2=tmp10
213 movq mm1,mm2 ; mm1=tmp10
216 pmulhw mm1,[GOTOFF(ebx,PW_F0541)] ; mm1=MULTIPLY(tmp10,FIX_0_54119610)
320 paddw mm1,mm7 ; mm1=tmp10
344 paddw mm2,mm3 ; mm2=tmp10
354 movq mm1,mm2 ; mm1=tmp10
357 pmulhw mm1,[GOTOFF(ebx,PW_F0541)] ; mm1=MULTIPLY(tmp10,FIX_0_54119610)
H A Djfdctfst-sse2-64.asm189 paddw xmm4,xmm1 ; xmm4=tmp10
210 paddw xmm2,xmm5 ; xmm2=tmp10
220 movdqa xmm4,xmm2 ; xmm4=tmp10
223 pmulhw xmm4,[rel PW_F0541] ; xmm4=MULTIPLY(tmp10,FIX_0_541196)
325 paddw xmm4,xmm6 ; xmm4=tmp10
349 paddw xmm7,xmm0 ; xmm7=tmp10
359 movdqa xmm4,xmm7 ; xmm4=tmp10
362 pmulhw xmm4,[rel PW_F0541] ; xmm4=MULTIPLY(tmp10,FIX_0_541196)
H A Djfdctfst-sse2.asm195 paddw xmm4,xmm1 ; xmm4=tmp10
216 paddw xmm2,xmm5 ; xmm2=tmp10
226 movdqa xmm4,xmm2 ; xmm4=tmp10
229 pmulhw xmm4,[GOTOFF(ebx,PW_F0541)] ; xmm4=MULTIPLY(tmp10,FIX_0_541196)
333 paddw xmm4,xmm6 ; xmm4=tmp10
357 paddw xmm7,xmm0 ; xmm7=tmp10
367 movdqa xmm4,xmm7 ; xmm4=tmp10
370 pmulhw xmm4,[GOTOFF(ebx,PW_F0541)] ; xmm4=MULTIPLY(tmp10,FIX_0_541196)
H A Djfdctint-mmx.asm198 paddw mm5,mm7 ; mm5=tmp10
204 paddw mm5,mm0 ; mm5=tmp10+tmp11
205 psubw mm7,mm0 ; mm7=tmp10-tmp11
440 paddw mm5,mm7 ; mm5=tmp10
446 paddw mm5,mm0 ; mm5=tmp10+tmp11
447 psubw mm7,mm0 ; mm7=tmp10-tmp11
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dintrapred16_dspr2.c17 int32_t tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; local
30 "lb %[tmp10], 9(%[left]) \n\t"
47 "replv.qb %[tmp10], %[tmp10] \n\t"
109 "sw %[tmp10], (%[dst]) \n\t"
110 "sw %[tmp10], 4(%[dst]) \n\t"
111 "sw %[tmp10], 8(%[dst]) \n\t"
112 "sw %[tmp10], 12(%[dst]) \n\t"
153 [tmp10] "=&r"(tmp10), [tmp1
[all...]
H A Davg_msa.c86 v8i16 tmp6, tmp7, tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; local
108 BUTTERFLY_8(src8, src10, src12, src14, src15, src13, src11, src9, tmp8, tmp10,
127 BUTTERFLY_8(tmp8, tmp9, tmp12, tmp13, tmp15, tmp14, tmp11, tmp10, src8, src9,
130 tmp11, tmp12, tmp13, tmp9, tmp14, tmp10);
131 TRANSPOSE8x8_SH_SH(tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, src8,
133 BUTTERFLY_8(src8, src10, src12, src14, src15, src13, src11, src9, tmp8, tmp10,
135 BUTTERFLY_8(tmp8, tmp9, tmp12, tmp13, tmp15, tmp14, tmp11, tmp10, src8, src9,
138 tmp11, tmp12, tmp13, tmp9, tmp14, tmp10);
139 TRANSPOSE8x8_SH_SH(tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, res0,
164 BUTTERFLY_8(src8, src10, src12, src14, src15, src13, src11, src9, tmp8, tmp10,
[all...]
/external/syslinux/com32/lib/jpeg/
H A Djidctflt.c126 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; local
179 tmp10 = tmp0 + tmp2; /* phase 3 */
185 tmp0 = tmp10 + tmp13; /* phase 2 */
186 tmp3 = tmp10 - tmp13;
206 tmp10 = ((FAST_FLOAT) 1.082392200) * z12 - z5; /* 2*(c2-c6) */
211 tmp4 = tmp10 + tmp5;
241 tmp10 = wsptr[0] + wsptr[4];
247 tmp0 = tmp10 + tmp13;
248 tmp3 = tmp10 - tmp13;
263 tmp10
[all...]

Completed in 289 milliseconds

12