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

1 2 3 4 5

  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
spl_sqrt_floor_mips.c 51 int32_t root = 0, tmp1, tmp2, tmp3, tmp4; local
59 "sub %[tmp3], %[value], %[tmp1] \n\t"
62 "movz %[value], %[tmp3], %[tmp2] \n\t"
69 "subu %[tmp3], %[value], %[tmp1] \n\t"
71 "movz %[value], %[tmp3], %[tmp2] \n\t"
78 "subu %[tmp3], %[value], %[tmp1] \n\t"
80 "movz %[value], %[tmp3], %[tmp2] \n\t"
87 "subu %[tmp3], %[value], %[tmp1] \n\t"
89 "movz %[value], %[tmp3], %[tmp2] \n\t"
96 "subu %[tmp3], %[value], %[tmp1] \n\t
    [all...]
complex_bit_reverse_mips.c 67 int32_t tmp1, tmp2, tmp3, tmp4; local
82 "lh %[tmp3], 4(%[pcoeftable_8]) \n\t"
86 "addu %[tr], %[frfi], %[tmp3] \n\t"
90 "ulw %[tmp3], 0(%[tr]) \n\t"
95 "usw %[tmp3], 0(%[ti]) \n\t"
106 "ulw %[tmp3], 0(%[tr]) \n\t"
111 "usw %[tmp3], 0(%[ti]) \n\t"
118 [tmp3] "=&r" (tmp3), [pcoeftable_8] "+r" (pcoeftable_8),
134 "lh %[tmp3], 4(%[pcoeftable_7]) \n\t
    [all...]
downsample_fast_mips.c 28 int32_t tmp1, tmp2, tmp3, tmp4, factor_2; local
59 "lwl %[tmp3], -3(%[p_data_in]) \n\t"
63 "lwr %[tmp3], -6(%[p_data_in]) \n\t"
66 "packrl.ph %[tmp3], %[tmp3], %[tmp3] \n\t"
68 "dpa.w.ph $ac0, %[tmp3], %[tmp4] \n\t"
94 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3),
120 "lh %[tmp3], -2(%[p_data_in]) \n\t
    [all...]
complex_fft_mips.c 32 int32_t tmp3 = 0; local
58 "sllv %[tmp3], %[m], %[k] \n\t"
59 "addiu %[tmp2], %[tmp3], 512 \n\t"
61 "lhx %[wi], %[tmp3](%[kSinTable1024]) \n\t"
64 "sllv %[tmp3], %[m], %[k] \n\t"
65 "addu %[ptr_j], %[tmp3], %[kSinTable1024] \n\t"
77 "lh %[tmp3], 0(%[ptr_j]) \n\t"
81 "mult %[wr], %[tmp3] \n\t"
84 "msub $ac1, %[wi], %[tmp3] \n\t"
101 "mul %[tmp1], %[wr], %[tmp3] \n\t
153 int32_t tmp1 = 0, tmp2 = 0, tmp3 = 0, tmp4 = 0; local
    [all...]
  /external/aac/libFDK/src/arm/
scale_arm.cpp 119 FIXP_DBL tmp3 = mySpec[3]; local
123 tmp3 = fMultDiv2(tmp3, factor);
127 tmp3 <<= shift;
131 *mySpec++ = tmp3;
149 FIXP_DBL tmp3 = mySpec[3]; local
153 tmp3 = fMultDiv2(tmp3, factor);
157 tmp3 >>= shift;
161 *mySpec++ = tmp3;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model_mips.c 36 int32_t tmp2, tmp3; local
51 "mflo %[tmp3], $ac0 \n\t"
55 : [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3), [tmp32] "=&r" (tmp32),
67 "addsc %[sum64_lo], %[sum64_lo], %[tmp3] \n\t"
71 : [tmp2] "r" (tmp2), [tmp3] "r" (tmp3)
84 "prepend %[tmp3], %[tmp2], 1 \n\t"
86 "addsc %[sum64_lo], %[sum64_lo], %[tmp3] \n\t"
89 : [tmp2] "+r" (tmp2), [tmp3] "+r" (tmp3)
119 int32_t tmp2, tmp3; local
    [all...]
pitch_estimator_mips.c 35 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
44 "lh %[tmp3], 4(%[tmp_in]) \n\t"
54 "mul %[tmp7], %[tmp3], %[tmp7] \n\t"
55 "mul %[tmp3], %[tmp3], %[tmp3] \n\t"
64 "srav %[tmp3], %[tmp3], %[scaling] \n\t"
71 "addu %[ysum32], %[ysum32], %[tmp3] \n\t"
79 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3)
107 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
    [all...]
  /external/aac/libAACdec/src/arm/
block_arm.cpp 120 FIXP_DBL tmp0, tmp1, tmp2, tmp3; local
124 tmp3 = pSpectrum[3];
128 tmp3 >>= scale;
132 *pSpectrum++ = tmp3;
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
mips_FFTInv_CCSToR_F32_real.c 41 OMX_F32 tmp3, tmp4; local
45 tmp3 = p_buf[0].Re - p_buf[1].Re;
50 pDst[1] = factor * (tmp3 - tmp4);
51 pDst[3] = factor * (tmp3 + tmp4);
64 OMX_F32 tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
70 tmp3 = p_tmp[0].Re - p_tmp[1].Re;
79 p_tmp[1].Re = tmp3 - tmp8;
80 p_tmp[3].Re = tmp3 + tmp8;
92 OMX_F32 tmp3, tmp4, tmp5, tmp6; local
96 tmp3 = p_buf[4].Im + p_buf[5].Im
136 OMX_F32 tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
199 OMX_F32 tmp3, tmp4, tmp5; local
    [all...]
mips_FFTFwd_RToCCS_F32_complex.c 30 OMX_F32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
56 tmp3 = p_src[p_bitrev[0]].Im + p_src[p_bitrev[1]].Im;
61 p_tmp[0].Im = tmp3 + tmp4;
62 p_tmp[2].Im = tmp3 - tmp4;
66 tmp3 = p_src[p_bitrev[0]].Im - p_src[p_bitrev[1]].Im;
71 p_tmp[1].Im = tmp3 - tmp2;
72 p_tmp[3].Im = tmp3 + tmp2;
88 tmp3 = p_src[p_bitrev[4]].Im + p_src[p_bitrev[5]].Im;
93 tmp2 = tmp3 + tmp4;
94 tmp3 = tmp3 - tmp4
    [all...]
mips_FFTFwd_RToCCS_F32_real.c 23 OMX_F32 tmp1, tmp2, tmp3, tmp4; local
34 tmp3 = pSrc[p_bitrev[0]] - pSrc[p_bitrev[1]];
41 p_dst[1].Re = tmp3;
59 tmp3 = pSrc[p_bitrev[0]] - pSrc[p_bitrev[1]];
66 p_tmp[1].Re = tmp3;
67 p_tmp[3].Re = tmp3;
88 tmp3 = tmp1 + tmp2;
96 p_dst[4].Re = p_tmp[0].Re - tmp3;
97 p_dst[0].Re = p_tmp[0].Re + tmp3;
120 tmp3 = tmp1 + tmp2
    [all...]
mips_FFTInv_CCSToR_F32_complex.c 30 OMX_F32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, factor; local
43 tmp3 = p_src[fft_size / 2 - n].Re;
46 tmp5 = tmp1 + tmp3;
47 tmp6 = tmp1 - tmp3;
63 tmp3 = p_src[fft_size / 4 - n].Re;
66 tmp5 = tmp1 + tmp3;
67 tmp6 = tmp1 - tmp3;
85 tmp3 = p_src[3 * fft_size / 8].Re;
88 tmp5 = tmp1 + tmp3;
89 tmp6 = tmp1 - tmp3;
    [all...]
  /external/openssl/crypto/bf/asm/
bf-586.pl 17 $tmp3="ecx";
51 &xor( $tmp3, $tmp3);
58 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
62 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
70 &xor( $tmp3, $tmp3);
77 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
80 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
95 local($i,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,$enc)=@_
    [all...]
bf-686.pl 17 $tmp3="ebp";
55 &BF_ENCRYPT($i+1,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3);
59 &BF_ENCRYPT($i+2,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3);
75 &BF_ENCRYPT($i,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3);
78 &BF_ENCRYPT($i-1,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3);
93 local($i,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3)=@_;
105 &mov( $tmp3, &DWP(&n2a($BF_OFF+0x0400),$P,$tmp2,4));
110 &add( $tot, $tmp3);
114 &mov( $tmp3, &DWP(&n2a($BF_OFF+0x0C00),$P,$tmp2,4));
116 &add( $tot, $tmp3);
    [all...]
  /external/jpeg/
jidctint.c 152 INT32 tmp0, tmp1, tmp2, tmp3; local
211 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865);
219 tmp10 = tmp0 + tmp3;
220 tmp13 = tmp0 - tmp3;
231 tmp3 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
233 z1 = tmp0 + tmp3;
236 z4 = tmp1 + tmp3;
242 tmp3 = MULTIPLY(tmp3, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */
254 tmp3 += z1 + z4
    [all...]
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
77 tmp3 = dataptr[3] + dataptr[4];
82 tmp10 = tmp0 + tmp3; /* phase 2 */
83 tmp13 = tmp0 - tmp3;
127 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
132 tmp10 = tmp0 + tmp3; /* phase 2 */
133 tmp13 = tmp0 - tmp3;
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
133 tmp3 = dataptr[3] + dataptr[4];
138 tmp10 = tmp0 + tmp3; /* phase 2 */
139 tmp13 = tmp0 - tmp3;
183 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
188 tmp10 = tmp0 + tmp3; /* phase 2 */
189 tmp13 = tmp0 - tmp3;
  /external/eigen/unsupported/test/
NumericalDiff.cpp 39 double tmp1, tmp2, tmp3; local
47 tmp3 = (i>=8)? tmp2 : tmp1;
48 fvec[i] = y[i] - (x[0] + tmp1/(x[1]*tmp2 + x[2]*tmp3));
55 double tmp1, tmp2, tmp3, tmp4; local
60 tmp3 = (i>=8)? tmp2 : tmp1;
61 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4 = tmp4*tmp4;
64 fjac(i,2) = tmp1*tmp3/tmp4;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
state_construct.c 36 int16_t *tmp1, *tmp2, *tmp3; local
104 tmp3 = Out_fix;
106 (*tmp3) = (*tmp1) + (*tmp2);
109 tmp3++;
  /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
25 "lb %[tmp3], 2(%[left]) \n\t"
42 "replv.qb %[tmp3], %[tmp3] \n\t"
69 "sw %[tmp3], (%[dst]) \n\t"
70 "sw %[tmp3], 4(%[dst]) \n\t"
71 "sw %[tmp3], 8(%[dst]) \n\t"
72 "sw %[tmp3], 12(%[dst]) \n\t"
153 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4)
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
25 "lb %[tmp3], 2(%[left]) \n\t"
42 "replv.qb %[tmp3], %[tmp3] \n\t"
69 "sw %[tmp3], (%[dst]) \n\t"
70 "sw %[tmp3], 4(%[dst]) \n\t"
71 "sw %[tmp3], 8(%[dst]) \n\t"
72 "sw %[tmp3], 12(%[dst]) \n\t"
153 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4)
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
strncmp.S 55 #define tmp3 x10 define
150 rev tmp3, data1
151 sub tmp1, tmp3, zeroones
152 orr tmp2, tmp3, #REP8_7f
179 neg tmp3, tmp1, lsl #3 /* 64 - bits(bytes beyond align). */
185 lsl tmp2, tmp2, tmp3 /* Shift (tmp1 & 63). */
188 lsr tmp2, tmp2, tmp3 /* Shift (tmp1 & 63). */
190 and tmp3, limit_wd, #7
194 add tmp3, tmp3, tmp
    [all...]
strnlen.S 49 #define tmp3 x10 define
95 sub tmp3, data2, zeroones
98 bic has_nul2, tmp3, tmp4
151 and tmp3, limit_wd, #15
157 add tmp3, tmp3, tmp1
166 add limit_wd, limit_wd, tmp3, lsr #4
  /external/chromium_org/third_party/libjpeg_turbo/
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
77 tmp3 = dataptr[3] + dataptr[4];
82 tmp10 = tmp0 + tmp3; /* phase 2 */
83 tmp13 = tmp0 - tmp3;
127 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
132 tmp10 = tmp0 + tmp3; /* phase 2 */
133 tmp13 = tmp0 - tmp3;
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
133 tmp3 = dataptr[3] + dataptr[4];
138 tmp10 = tmp0 + tmp3; /* phase 2 */
139 tmp13 = tmp0 - tmp3;
183 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
188 tmp10 = tmp0 + tmp3; /* phase 2 */
189 tmp13 = tmp0 - tmp3;

Completed in 894 milliseconds

1 2 3 4 5