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

  /external/jpeg/
jfdctflt.c 62 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; local
84 tmp11 = tmp1 + tmp2;
87 dataptr[0] = tmp10 + tmp11; /* phase 3 */
88 dataptr[4] = tmp10 - tmp11;
97 tmp11 = tmp5 + tmp6;
104 z3 = tmp11 * ((FAST_FLOAT) 0.707106781); /* c4 */
134 tmp11 = tmp1 + tmp2;
137 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
138 dataptr[DCTSIZE*4] = tmp10 - tmp11;
147 tmp11 = tmp5 + tmp6
    [all...]
jfdctfst.c 117 DCTELEM tmp10, tmp11, tmp12, tmp13; local
140 tmp11 = tmp1 + tmp2;
143 dataptr[0] = tmp10 + tmp11; /* phase 3 */
144 dataptr[4] = tmp10 - tmp11;
153 tmp11 = tmp5 + tmp6;
160 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
190 tmp11 = tmp1 + tmp2;
193 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
194 dataptr[DCTSIZE*4] = tmp10 - tmp11;
203 tmp11 = tmp5 + tmp6
    [all...]
jidctflt.c 73 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; local
129 tmp11 = tmp0 - tmp2;
136 tmp1 = tmp11 + tmp12;
137 tmp2 = tmp11 - tmp12;
152 tmp11 = (z11 - z13) * ((FAST_FLOAT) 1.414213562); /* 2*c4 */
159 tmp5 = tmp11 - tmp6;
191 tmp11 = wsptr[0] - wsptr[4];
198 tmp1 = tmp11 + tmp12;
199 tmp2 = tmp11 - tmp12;
209 tmp11 = (z11 - z13) * ((FAST_FLOAT) 1.414213562)
    [all...]
jidctfst.c 173 DCTELEM tmp10, tmp11, tmp12, tmp13; local
230 tmp11 = tmp0 - tmp2;
237 tmp1 = tmp11 + tmp12;
238 tmp2 = tmp11 - tmp12;
253 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */
260 tmp5 = tmp11 - tmp6;
316 tmp11 = ((DCTELEM) wsptr[0] - (DCTELEM) wsptr[4]);
324 tmp1 = tmp11 + tmp12;
325 tmp2 = tmp11 - tmp12;
335 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 *
    [all...]
jfdctint.c 143 INT32 tmp10, tmp11, tmp12, tmp13; local
170 tmp11 = tmp1 + tmp2;
173 dataptr[0] = (DCTELEM) ((tmp10 + tmp11) << PASS1_BITS);
174 dataptr[4] = (DCTELEM) ((tmp10 - tmp11) << PASS1_BITS);
235 tmp11 = tmp1 + tmp2;
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
221 tmp11 = tmp1 + tmp2;
260 wsptr[DCTSIZE*1] = (int) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS);
261 wsptr[DCTSIZE*6] = (int) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS);
323 tmp11 = tmp1 + tmp2;
366 outptr[1] = range_limit[(int) DESCALE(tmp11 + tmp2,
369 outptr[6] = range_limit[(int) DESCALE(tmp11 - tmp2,
mips_idct_le.S 151 subq.ph $s5, $t0, $t4 # tmp11
204 subq.ph $s5, $s5, $s7 # tmp11 ...
208 mulq_rs.ph $s5, $s5, $t8 # ... tmp11
401 subq.ph $s5, $t0, $t4 # tmp11
427 subq.ph $s5, $s5, $s7 # tmp11 ...
431 mulq_rs.ph $s5, $s5, $t8 # ... tmp11
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jfdctfst.c 118 DCTELEM tmp10, tmp11, tmp12, tmp13; local
141 tmp11 = tmp1 + tmp2;
144 dataptr[0] = tmp10 + tmp11; /* phase 3 */
145 dataptr[4] = tmp10 - tmp11;
154 tmp11 = tmp5 + tmp6;
161 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
191 tmp11 = tmp1 + tmp2;
194 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
195 dataptr[DCTSIZE*4] = tmp10 - tmp11;
204 tmp11 = tmp5 + tmp6
    [all...]
fpdfapi_jidctfst.c 174 DCTELEM tmp10, tmp11, tmp12, tmp13; local
231 tmp11 = tmp0 - tmp2;
238 tmp1 = tmp11 + tmp12;
239 tmp2 = tmp11 - tmp12;
254 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */
261 tmp5 = tmp11 - tmp6;
317 tmp11 = ((DCTELEM) wsptr[0] - (DCTELEM) wsptr[4]);
325 tmp1 = tmp11 + tmp12;
326 tmp2 = tmp11 - tmp12;
336 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 *
    [all...]
fpdfapi_jfdctint.c 144 INT32 tmp10, tmp11, tmp12, tmp13; local
171 tmp11 = tmp1 + tmp2;
174 dataptr[0] = (DCTELEM) ((tmp10 + tmp11) << PASS1_BITS);
175 dataptr[4] = (DCTELEM) ((tmp10 - tmp11) << PASS1_BITS);
236 tmp11 = tmp1 + tmp2;
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
222 tmp11 = tmp1 + tmp2;
261 wsptr[DCTSIZE*1] = (int) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS);
262 wsptr[DCTSIZE*6] = (int) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS);
324 tmp11 = tmp1 + tmp2;
367 outptr[1] = range_limit[(int) DESCALE(tmp11 + tmp2,
370 outptr[6] = range_limit[(int) DESCALE(tmp11 - tmp2,
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 20 int32_t tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; local
33 "lb %[tmp11], 10(%[left]) \n\t"
50 "replv.qb %[tmp11], %[tmp11] \n\t"
117 "sw %[tmp11], (%[dst]) \n\t"
118 "sw %[tmp11], 4(%[dst]) \n\t"
119 "sw %[tmp11], 8(%[dst]) \n\t"
120 "sw %[tmp11], 12(%[dst]) \n\t"
157 [tmp11] "=&r" (tmp11), [tmp12] "=&r" (tmp12)
    [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
33 "lb %[tmp11], 10(%[left]) \n\t"
50 "replv.qb %[tmp11], %[tmp11] \n\t"
117 "sw %[tmp11], (%[dst]) \n\t"
118 "sw %[tmp11], 4(%[dst]) \n\t"
119 "sw %[tmp11], 8(%[dst]) \n\t"
120 "sw %[tmp11], 12(%[dst]) \n\t"
157 [tmp11] "=&r" (tmp11), [tmp12] "=&r" (tmp12)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h.cpp 283 Word16 tmp11; local
396 tmp11 = (Word16)((s2 + 0x00004000L) >> 15);
403 *rr1 = ((Word32) tmp11 * tmp22) >> 15;
  /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 281 milliseconds