Searched refs:tmp11 (Results 1 - 25 of 31) sorted by relevance

12

/external/libjpeg-turbo/
H A Djfdctflt.c63 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; local
85 tmp11 = tmp1 + tmp2;
88 dataptr[0] = tmp10 + tmp11; /* phase 3 */
89 dataptr[4] = tmp10 - tmp11;
98 tmp11 = tmp5 + tmp6;
105 z3 = tmp11 * ((FAST_FLOAT) 0.707106781); /* c4 */
135 tmp11 = tmp1 + tmp2;
138 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
139 dataptr[DCTSIZE*4] = tmp10 - tmp11;
148 tmp11
[all...]
H A Djfdctfst.c120 DCTELEM tmp10, tmp11, tmp12, tmp13; local
143 tmp11 = tmp1 + tmp2;
146 dataptr[0] = tmp10 + tmp11; /* phase 3 */
147 dataptr[4] = tmp10 - tmp11;
156 tmp11 = tmp5 + tmp6;
163 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
193 tmp11 = tmp1 + tmp2;
196 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
197 dataptr[DCTSIZE*4] = tmp10 - tmp11;
206 tmp11
[all...]
H A Djidctint.c178 JLONG tmp10, tmp11, tmp12, tmp13; local
247 tmp11 = tmp1 + tmp2;
286 wsptr[DCTSIZE*1] = (int) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS);
287 wsptr[DCTSIZE*6] = (int) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS);
349 tmp11 = tmp1 + tmp2;
392 outptr[1] = range_limit[(int) DESCALE(tmp11 + tmp2,
395 outptr[6] = range_limit[(int) DESCALE(tmp11 - tmp2,
431 JLONG tmp0, tmp1, tmp2, tmp10, tmp11, tmp12, tmp13; local
461 tmp11 = tmp10 + tmp12 + tmp13 - MULTIPLY(z2, FIX(1.841218003)); /* c2+c4-c6 */
489 wsptr[7*1] = (int) RIGHT_SHIFT(tmp11
580 JLONG tmp0, tmp1, tmp2, tmp10, tmp11, tmp12; local
701 JLONG tmp0, tmp1, tmp10, tmp11, 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
134 tmp11 = tmp0 - tmp2;
141 tmp1 = tmp11 + tmp12;
142 tmp2 = tmp11 - tmp12;
157 tmp11 = (z11 - z13) * ((FAST_FLOAT) 1.414213562); /* 2*c4 */
164 tmp5 = tmp11 - tmp6;
197 tmp11 = z5 - wsptr[4];
204 tmp1 = tmp11 + tmp12;
205 tmp2 = tmp11 - tmp12;
215 tmp11
[all...]
H A Djidctfst.c176 DCTELEM tmp10, tmp11, tmp12, tmp13; local
233 tmp11 = tmp0 - tmp2;
240 tmp1 = tmp11 + tmp12;
241 tmp2 = tmp11 - tmp12;
256 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */
263 tmp5 = tmp11 - tmp6;
319 tmp11 = ((DCTELEM) wsptr[0] - (DCTELEM) wsptr[4]);
327 tmp1 = tmp11 + tmp12;
328 tmp2 = tmp11 - tmp12;
338 tmp11
[all...]
H A Djfdctint.c146 JLONG tmp10, tmp11, tmp12, tmp13; local
173 tmp11 = tmp1 + tmp2;
176 dataptr[0] = (DCTELEM) LEFT_SHIFT(tmp10 + tmp11, PASS1_BITS);
177 dataptr[4] = (DCTELEM) LEFT_SHIFT(tmp10 - tmp11, PASS1_BITS);
238 tmp11 = tmp1 + tmp2;
241 dataptr[DCTSIZE*0] = (DCTELEM) DESCALE(tmp10 + tmp11, PASS1_BITS);
242 dataptr[DCTSIZE*4] = (DCTELEM) DESCALE(tmp10 - tmp11, PASS1_BITS);
/external/libjpeg-turbo/simd/
H A Djfdctfst-altivec.c51 tmp11 = vec_add(tmp1, tmp2); \
54 out0 = vec_add(tmp10, tmp11); \
55 out4 = vec_sub(tmp10, tmp11); \
67 tmp11 = vec_add(tmp5, tmp6); \
78 tmp11 = vec_sl(tmp11, pre_multiply_scale_bits); \
79 z3 = vec_madds(tmp11, pw_0707, pw_zero); \
96 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp10, tmp11, tmp12, tmp13, local
H A Djidctfst-altivec.c52 tmp11 = vec_sub(in##0, in##4); \
62 tmp1 = vec_add(tmp11, tmp12); \
63 tmp2 = vec_sub(tmp11, tmp12); \
74 tmp11 = vec_sub(z11, z13); \
75 tmp11 = vec_sl(tmp11, pre_multiply_scale_bits); \
76 tmp11 = vec_madds(tmp11, pw_F1414, pw_zero); \
99 tmp5 = vec_sub(tmp11, tmp6); \
123 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp10, tmp11, tmp1 local
[all...]
H A Djfdctint-altivec.c154 tmp11 = vec_add(tmp1, tmp2); \
157 out0 = vec_add(tmp10, tmp11); \
159 out4 = vec_sub(tmp10, tmp11); \
171 tmp11 = vec_add(tmp1, tmp2); \
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.asm134 pfadd mm0,mm1 ; mm0=tmp11
157 pfadd mm5,mm0 ; mm5=tmp11
249 pfadd mm0,mm1 ; mm0=tmp11
272 pfadd mm5,mm0 ; mm5=tmp11
H A Djfdctflt-sse-64.asm158 addps xmm6,xmm4 ; xmm6=tmp11
181 addps xmm3,xmm6 ; xmm3=tmp11
293 addps xmm6,xmm4 ; xmm6=tmp11
316 addps xmm3,xmm6 ; xmm3=tmp11
H A Djfdctint-mmx.asm199 paddw mm0,mm4 ; mm0=tmp11
204 paddw mm5,mm0 ; mm5=tmp10+tmp11
205 psubw mm7,mm0 ; mm7=tmp10-tmp11
441 paddw mm0,mm4 ; mm0=tmp11
446 paddw mm5,mm0 ; mm5=tmp10+tmp11
447 psubw mm7,mm0 ; mm7=tmp10-tmp11
H A Djfdctint-sse2-64.asm209 paddw xmm6,xmm7 ; xmm6=tmp11
214 paddw xmm3,xmm6 ; xmm3=tmp10+tmp11
215 psubw xmm1,xmm6 ; xmm1=tmp10-tmp11
451 paddw xmm2,xmm4 ; xmm2=tmp11
456 paddw xmm7,xmm2 ; xmm7=tmp10+tmp11
457 psubw xmm5,xmm2 ; xmm5=tmp10-tmp11
H A Djfdctint-sse2.asm215 paddw xmm6,xmm7 ; xmm6=tmp11
220 paddw xmm3,xmm6 ; xmm3=tmp10+tmp11
221 psubw xmm1,xmm6 ; xmm1=tmp10-tmp11
459 paddw xmm2,xmm4 ; xmm2=tmp11
464 paddw xmm7,xmm2 ; xmm7=tmp10+tmp11
465 psubw xmm5,xmm2 ; xmm5=tmp10-tmp11
H A Djfdctflt-sse.asm165 addps xmm6,xmm4 ; xmm6=tmp11
188 addps xmm3,xmm6 ; xmm3=tmp11
301 addps xmm6,xmm4 ; xmm6=tmp11
324 addps xmm3,xmm6 ; xmm3=tmp11
H A Djfdctfst-mmx.asm180 paddw mm6,mm4 ; mm6=tmp11
204 paddw mm3,mm6 ; mm3=tmp11
321 paddw mm6,mm4 ; mm6=tmp11
345 paddw mm3,mm6 ; mm3=tmp11
H A Djfdctfst-sse2-64.asm190 paddw xmm0,xmm7 ; xmm0=tmp11
211 paddw xmm5,xmm0 ; xmm5=tmp11
326 paddw xmm1,xmm2 ; xmm1=tmp11
350 paddw xmm0,xmm1 ; xmm0=tmp11
H A Djfdctfst-sse2.asm196 paddw xmm0,xmm7 ; xmm0=tmp11
217 paddw xmm5,xmm0 ; xmm5=tmp11
334 paddw xmm1,xmm2 ; xmm1=tmp11
358 paddw xmm0,xmm1 ; xmm0=tmp11
H A Djidctflt-3dn.asm163 pfsub mm0,mm2 ; mm0=tmp11
219 pfmul mm2,[GOTOFF(ebx,PD_1_414)] ; mm2=tmp11
308 pfsub mm0,mm2 ; mm0=tmp11
344 pfmul mm2,[GOTOFF(ebx,PD_1_414)] ; mm2=tmp11
H A Djidctflt-sse2-64.asm178 subps xmm0,xmm2 ; xmm0=tmp11
233 mulps xmm2,[rel PD_1_414] ; xmm2=tmp11
341 subps xmm0,xmm2 ; xmm0=tmp11
377 mulps xmm2,[rel PD_1_414] ; xmm2=tmp11
H A Djidctfst-mmx.asm183 psubw mm0,mm2 ; mm0=tmp11
229 pmulhw mm4,[GOTOFF(ebx,PW_F1414)] ; mm4=tmp11
341 psubw mm0,mm2 ; mm0=tmp11
383 pmulhw mm4,[GOTOFF(ebx,PW_F1414)] ; mm4=tmp11
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dintrapred16_dspr2.c17 int32_t tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; local
31 "lb %[tmp11], 10(%[left]) \n\t"
48 "replv.qb %[tmp11], %[tmp11] \n\t"
115 "sw %[tmp11], (%[dst]) \n\t"
116 "sw %[tmp11], 4(%[dst]) \n\t"
117 "sw %[tmp11], 8(%[dst]) \n\t"
118 "sw %[tmp11], 12(%[dst]) \n\t"
153 [tmp10] "=&r"(tmp10), [tmp11] "=&r"(tmp11), [tmp1
[all...]
H A Davg_msa.c88 v8i16 tmp6, tmp7, tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; local
111 tmp12, tmp14, tmp15, tmp13, tmp11, tmp9);
129 BUTTERFLY_8(tmp8, tmp9, tmp12, tmp13, tmp15, tmp14, tmp11, tmp10, src8, src9,
132 tmp11, tmp12, tmp13, tmp9, tmp14, tmp10);
133 TRANSPOSE8x8_SH_SH(tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, src8,
136 tmp12, tmp14, tmp15, tmp13, tmp11, tmp9);
137 BUTTERFLY_8(tmp8, tmp9, tmp12, tmp13, tmp15, tmp14, tmp11, tmp10, src8, src9,
140 tmp11, tmp12, tmp13, tmp9, tmp14, tmp10);
141 TRANSPOSE8x8_SH_SH(tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, res0,
167 tmp12, tmp14, tmp15, tmp13, tmp11, tmp
[all...]
/external/syslinux/com32/lib/jpeg/
H A Djidctflt.c126 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; local
180 tmp11 = tmp0 - tmp2;
187 tmp1 = tmp11 + tmp12;
188 tmp2 = tmp11 - tmp12;
203 tmp11 = (z11 - z13) * ((FAST_FLOAT) 1.414213562); /* 2*c4 */
210 tmp5 = tmp11 - tmp6;
242 tmp11 = wsptr[0] - wsptr[4];
249 tmp1 = tmp11 + tmp12;
250 tmp2 = tmp11 - tmp12;
260 tmp11
[all...]
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dresample_by_2_mips.c59 int32_t tmp11, tmp12, tmp21, tmp22; local
85 "extr.w %[tmp11], $ac0, 16 \n\t"
88 "addu %[tmp11], %[state0], %[tmp11] \n\t"
94 "subu %[diff1], %[tmp11], %[state2] \n\t"
106 "addiu %[state1], %[tmp11], 0 \n\t"
109 [tmp11] "=&r" (tmp11), [state0] "+r" (state0),

Completed in 439 milliseconds

12