HomeSort by relevance Sort by last modified time
    Searched refs:tmp6 (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
complex_fft_mips.c 35 int32_t tmp6 = 0; local
75 "lh %[tmp6], 0(%[ptr_i]) \n\t"
87 "sll %[tmp6], %[tmp6], 14 \n\t"
91 "subu %[tmp4], %[tmp6], %[tmp1] \n\t"
92 "addu %[tmp1], %[tmp6], %[tmp1] \n\t"
93 "addu %[tmp6], %[tmp5], %[tmp2] \n\t"
96 "shra_r.w %[tmp6], %[tmp6], 15 \n\t"
104 "sll %[tmp6], %[tmp6], 14 \n\t
154 int32_t tmp5 = 0, tmp6 = 0, tmp = 0, tempMax = 0, round2 = 0; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator_mips.c 35 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
47 "lh %[tmp6], 2(%[tmp_x]) \n\t"
52 "mul %[tmp6], %[tmp2], %[tmp6] \n\t"
61 "srav %[tmp6], %[tmp6], %[scaling] \n\t"
70 "addu %[csum32], %[csum32], %[tmp6] \n\t"
80 [tmp4] "=&r" (tmp4), [tmp5] "=&r" (tmp5), [tmp6] "=&r" (tmp6),
107 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8 local
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
mips_FFTInv_CCSToR_F32_real.c 64 OMX_F32 tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
69 tmp6 = p_tmp[2].Im + p_tmp[3].Im;
77 p_tmp[0].Im = tmp2 + tmp6;
78 p_tmp[2].Im = tmp2 - tmp6;
92 OMX_F32 tmp3, tmp4, tmp5, tmp6; local
100 tmp6 = tmp3 - tmp4;
109 pDst[6] = factor * (p_buf[2].Re + tmp6);
110 pDst[2] = factor * (p_buf[2].Re - tmp6);
113 tmp6 = SQRT1_2 * (tmp3 + tmp4);
117 tmp3 = tmp5 + tmp6;
136 OMX_F32 tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
    [all...]
mips_FFTInv_CCSToR_F32_complex.c 30 OMX_F32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, factor; local
47 tmp6 = tmp1 - tmp3;
54 p_buf[p_bitrev[n]].Re = 0.5f * (tmp5 - w_re * tmp7 - w_im * tmp6);
55 p_buf[p_bitrev[n]].Im = 0.5f * (tmp8 + w_re * tmp6 - w_im * tmp7);
57 0.5f * (tmp5 + w_re * tmp7 + w_im * tmp6);
59 0.5f * (-tmp8 + w_re * tmp6 - w_im * tmp7);
67 tmp6 = tmp1 - tmp3;
72 0.5f * (tmp5 + w_im * tmp7 - w_re * tmp6);
74 0.5f * (tmp8 - w_im * tmp6 - w_re * tmp7);
76 0.5f * (tmp5 - w_im * tmp7 + w_re * tmp6);
    [all...]
mips_FFTFwd_RToCCS_F32_complex.c 30 OMX_F32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
179 tmp6 = tmp2 + tmp4;
183 p_tmp[n1_2 + i].Im = p_tmp[i].Im - tmp6;
185 p_tmp[i].Im = p_tmp[i].Im + tmp6;
210 tmp6 = tmp1 - tmp3;
222 p_dst[i].Re = 0.5f * (tmp5 + w_re * tmp7 - w_im * tmp6);
223 p_dst[i].Im = 0.5f * (tmp8 - w_re * tmp6 - w_im * tmp7);
224 p_dst[fft_size / 2 - i].Re = 0.5f * (tmp5 - w_re * tmp7 + w_im * tmp6);
225 p_dst[fft_size / 2 - i].Im = 0.5f * (-tmp8 - w_re * tmp6 - w_im * tmp7);
228 tmp6 = tmp1 - tmp3
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
158 tmp6 = dataptr[1] - dataptr[6];
188 z2 = tmp5 + tmp6;
189 z3 = tmp4 + tmp6;
195 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
207 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
223 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6];
253 z2 = tmp5 + tmp6;
254 z3 = tmp4 + tmp6;
    [all...]
jidctflt.c 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
143 tmp6 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
146 z13 = tmp6 + tmp5; /* phase 6 */
147 z10 = tmp6 - tmp5;
158 tmp6 = tmp12 - tmp7; /* phase 2 */
159 tmp5 = tmp11 - tmp6;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
215 tmp6 = tmp12 - tmp7;
216 tmp5 = tmp11 - tmp6;
    [all...]
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
74 tmp6 = dataptr[1] - dataptr[6];
97 tmp11 = tmp5 + tmp6;
98 tmp12 = tmp6 + tmp7;
124 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6];
147 tmp11 = tmp5 + tmp6;
148 tmp12 = tmp6 + tmp7;
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
130 tmp6 = dataptr[1] - dataptr[6];
153 tmp11 = tmp5 + tmp6;
154 tmp12 = tmp6 + tmp7;
180 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6];
203 tmp11 = tmp5 + tmp6;
204 tmp12 = tmp6 + tmp7;
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
244 tmp6 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
247 z13 = tmp6 + tmp5; /* phase 6 */
248 z10 = tmp6 - tmp5;
259 tmp6 = tmp12 - tmp7; /* phase 2 */
260 tmp5 = tmp11 - tmp6;
265 wsptr[DCTSIZE*1] = (int) (tmp1 + tmp6);
266 wsptr[DCTSIZE*6] = (int) (tmp1 - tmp6);
341 tmp6 = tmp12 - tmp7; /* phase 2 */
342 tmp5 = tmp11 - tmp6;
    [all...]
  /external/jpeg/
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
158 tmp6 = dataptr[1] - dataptr[6];
188 z2 = tmp5 + tmp6;
189 z3 = tmp4 + tmp6;
195 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
207 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
223 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6];
253 z2 = tmp5 + tmp6;
254 z3 = tmp4 + tmp6;
    [all...]
jidctflt.c 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
143 tmp6 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
146 z13 = tmp6 + tmp5; /* phase 6 */
147 z10 = tmp6 - tmp5;
158 tmp6 = tmp12 - tmp7; /* phase 2 */
159 tmp5 = tmp11 - tmp6;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
215 tmp6 = tmp12 - tmp7;
216 tmp5 = tmp11 - tmp6;
    [all...]
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
74 tmp6 = dataptr[1] - dataptr[6];
97 tmp11 = tmp5 + tmp6;
98 tmp12 = tmp6 + tmp7;
124 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6];
147 tmp11 = tmp5 + tmp6;
148 tmp12 = tmp6 + tmp7;
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
130 tmp6 = dataptr[1] - dataptr[6];
153 tmp11 = tmp5 + tmp6;
154 tmp12 = tmp6 + tmp7;
180 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6];
203 tmp11 = tmp5 + tmp6;
204 tmp12 = tmp6 + tmp7;
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
244 tmp6 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
247 z13 = tmp6 + tmp5; /* phase 6 */
248 z10 = tmp6 - tmp5;
259 tmp6 = tmp12 - tmp7; /* phase 2 */
260 tmp5 = tmp11 - tmp6;
265 wsptr[DCTSIZE*1] = (int) (tmp1 + tmp6);
266 wsptr[DCTSIZE*6] = (int) (tmp1 - tmp6);
341 tmp6 = tmp12 - tmp7; /* phase 2 */
342 tmp5 = tmp11 - tmp6;
    [all...]
jidctintelsse.c 106 __m128i row0, tmp1, tmp2, tmp3, row2, tmp5, tmp6, tmp7; local
136 tmp6 = _mm_shuffle_epi32(row2, 0xAA); \
145 tmp6 = _mm_madd_epi16(tmp6, * ( __m128i*)(table2+8) ); \
152 tmp5 = _mm_add_epi32(tmp5, tmp6); \
155 tmp6 = tmp5; \
157 tmp6 = _mm_sub_epi32(tmp6, row2); \
161 tmp6 = _mm_srai_epi32(tmp6, SHIFT_INV_ROW);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
28 "lb %[tmp6], 5(%[left]) \n\t"
45 "replv.qb %[tmp6], %[tmp6] \n\t"
87 "sw %[tmp6], (%[dst]) \n\t"
88 "sw %[tmp6], 4(%[dst]) \n\t"
89 "sw %[tmp6], 8(%[dst]) \n\t"
90 "sw %[tmp6], 12(%[dst]) \n\t"
155 [tmp6] "=&r" (tmp6), [tmp8] "=&r" (tmp8)
    [all...]
vp9_intrapred8_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
27 "lb %[tmp6], 5(%[left]) \n\t"
36 "replv.qb %[tmp6], %[tmp6] \n\t"
55 "sw %[tmp6], (%[dst]) \n\t"
56 "sw %[tmp6], 4(%[dst]) \n\t"
67 [tmp6] "=&r" (tmp6), [tmp8] "=&r" (tmp8)
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
28 "lb %[tmp6], 5(%[left]) \n\t"
45 "replv.qb %[tmp6], %[tmp6] \n\t"
87 "sw %[tmp6], (%[dst]) \n\t"
88 "sw %[tmp6], 4(%[dst]) \n\t"
89 "sw %[tmp6], 8(%[dst]) \n\t"
90 "sw %[tmp6], 12(%[dst]) \n\t"
155 [tmp6] "=&r" (tmp6), [tmp8] "=&r" (tmp8)
    [all...]
vp9_intrapred8_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
27 "lb %[tmp6], 5(%[left]) \n\t"
36 "replv.qb %[tmp6], %[tmp6] \n\t"
55 "sw %[tmp6], (%[dst]) \n\t"
56 "sw %[tmp6], 4(%[dst]) \n\t"
67 [tmp6] "=&r" (tmp6), [tmp8] "=&r" (tmp8)
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jfmmxint.asm 171 psubw mm7,mm2 ; mm7=data1-data6=tmp6
178 movq MMWORD [wk(0)], mm7 ; wk(0)=tmp6
251 movq mm5, MMWORD [wk(0)] ; mm5=tmp6
283 ; z1 = tmp4 + tmp7; z2 = tmp5 + tmp6;
285 ; tmp6 = tmp6 * 3.072711026; tmp7 = tmp7 * 1.501321110;
288 ; data3 = tmp6 + z2 + z3; data1 = tmp7 + z1 + z4;
292 ; tmp5 = tmp5 * (2.053119869 - 2.562915447) + tmp6 * -2.562915447;
293 ; tmp6 = tmp5 * -2.562915447 + tmp6 * (3.072711026 - 2.562915447)
    [all...]
jfss2int-64.asm 181 psubw xmm1,xmm2 ; xmm1=data1-data6=tmp6
188 movdqa XMMWORD [wk(0)], xmm1 ; wk(0)=tmp6
261 movdqa xmm3, XMMWORD [wk(0)] ; xmm3=tmp6
293 ; z1 = tmp4 + tmp7; z2 = tmp5 + tmp6;
295 ; tmp6 = tmp6 * 3.072711026; tmp7 = tmp7 * 1.501321110;
298 ; data3 = tmp6 + z2 + z3; data1 = tmp7 + z1 + z4;
302 ; tmp5 = tmp5 * (2.053119869 - 2.562915447) + tmp6 * -2.562915447;
303 ; tmp6 = tmp5 * -2.562915447 + tmp6 * (3.072711026 - 2.562915447)
    [all...]
jfss2int.asm 187 psubw xmm1,xmm2 ; xmm1=data1-data6=tmp6
194 movdqa XMMWORD [wk(0)], xmm1 ; wk(0)=tmp6
267 movdqa xmm3, XMMWORD [wk(0)] ; xmm3=tmp6
299 ; z1 = tmp4 + tmp7; z2 = tmp5 + tmp6;
301 ; tmp6 = tmp6 * 3.072711026; tmp7 = tmp7 * 1.501321110;
304 ; data3 = tmp6 + z2 + z3; data1 = tmp7 + z1 + z4;
308 ; tmp5 = tmp5 * (2.053119869 - 2.562915447) + tmp6 * -2.562915447;
309 ; tmp6 = tmp5 * -2.562915447 + tmp6 * (3.072711026 - 2.562915447)
    [all...]
jf3dnflt.asm 99 pfsub mm4,mm2 ; mm4=data1-data6=tmp6
111 movq MMWORD [wk(0)], mm4 ; wk(0)=tmp6
154 movq mm0, MMWORD [wk(0)] ; mm0=tmp6
214 pfsub mm4,mm2 ; mm4=data1-data6=tmp6
226 movq MMWORD [wk(0)], mm4 ; wk(0)=tmp6
269 movq mm0, MMWORD [wk(0)] ; mm0=tmp6
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/
FEBlendNEON.h 85 uint16x8_t tmp6 = vmulq_u16(tmp5, pixelA); local
86 uint16x8_t tmp7 = div255(tmp6, sixteenConst255, sixteenConstOne);
101 uint16x8_t tmp6 = vmulq_u16(tmp5, pixelA); local
102 uint16x8_t tmp7 = div255(tmp6, sixteenConst255, sixteenConstOne);

Completed in 919 milliseconds

1 2