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

1 2 3 4 5

  /external/aac/libFDK/src/arm/
scale_arm.cpp 116 FIXP_DBL tmp0 = mySpec[0]; local
120 tmp0 = fMultDiv2(tmp0, factor);
124 tmp0 <<= shift;
128 *mySpec++ = tmp0;
135 FIXP_DBL tmp0 = mySpec[0]; local
136 tmp0 = fMultDiv2(tmp0, factor);
137 tmp0 <<= shift;
138 *mySpec++ = tmp0;
146 FIXP_DBL tmp0 = mySpec[0]; local
165 FIXP_DBL tmp0 = mySpec[0]; local
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
resample_by_2_internal.c 34 WebRtc_Word32 tmp0, tmp1, diff; local
42 tmp0 = in[i << 1];
43 diff = tmp0 - state[1];
47 state[0] = tmp0;
53 tmp0 = state[1] + diff * kResampleAllpass[1][1];
55 diff = tmp0 - state[3];
61 state[2] = tmp0;
72 tmp0 = in[i << 1];
73 diff = tmp0 - state[5];
77 state[4] = tmp0;
129 WebRtc_Word32 tmp0, tmp1, diff; local
203 WebRtc_Word32 tmp0, tmp1, diff; local
273 WebRtc_Word32 tmp0, tmp1, diff; local
343 WebRtc_Word32 tmp0, tmp1, diff; local
422 WebRtc_Word32 tmp0, tmp1, diff; local
555 WebRtc_Word32 tmp0, tmp1, diff; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_6.cpp 117 Int32 tmp0; local
127 tmp0 = vec[5] + vec[0];
134 vec[0] = tmp0 + tmp2 ;
135 vec[2] = fxp_mul32_Q30(tmp0 - tmp2, cos_pi_6);
139 tmp0 = fxp_mul32_Q30(tmp3, cos_7_pi_12);
140 tmp0 = fxp_mac32_Q30(tmp4, -cos_3_pi_12, tmp0);
141 vec[1] = fxp_mac32_Q30(tmp5, cos_11_pi_12, tmp0);
144 tmp0 = fxp_mul32_Q30(tmp3, cos_11_pi_12);
145 tmp0 = fxp_mac32_Q30(tmp4, cos_3_pi_12, tmp0)
    [all...]
pvmp3_dct_16.cpp 154 int32 tmp0; local
177 tmp0 = vec[ 0] + vec[15];
182 itmp_e0 = fxp_mul32_Q32((tmp0 - tmp7), Qfmt_31(0.50979557910416F));
183 tmp7 = (tmp0 + tmp7);
216 tmp0 = (tmp7 + tmp1);
222 vec[ 0] = (tmp0 + tmp7) >> 1;
223 vec[ 8] = fxp_mul32_Q32((tmp0 - tmp7), Qfmt_31(0.70710678118655F));
224 tmp0 = fxp_mul32_Q32((tmp1 - tmp3) << 1, Qfmt_31(0.70710678118655F));
225 vec[ 4] = tmp1 + tmp3 + tmp0;
226 vec[12] = tmp0;
    [all...]
pvmp3_dct_9.cpp 125 int32 tmp0 = vec[8] + vec[0]; local
134 vec[0] = (tmp0 + tmp2 + tmp3) + (tmp1 + vec[4]);
135 vec[6] = ((tmp0 + tmp2 + tmp3) >> 1) - (tmp1 + vec[4]);
139 vec[4] = fxp_mac32_Q32(vec[4], tmp0 << 1, cos_2pi_9);
140 vec[8] = fxp_mac32_Q32(vec[8], tmp0 << 1, cos_4pi_9);
141 vec[2] = fxp_mac32_Q32(vec[2], tmp0 << 1, cos_pi_9);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_transform.c 99 i32 tmp0, tmp1, tmp2, tmp3; local
137 tmp0 = (d1 * tmp2);
146 data[9] = tmp0;
158 tmp0 = ptr[0] + ptr[2];
162 ptr[0] = tmp0 + tmp3;
165 ptr[3] = tmp0 - tmp3;
172 tmp0 = data[0] + data[8];
176 data[0 ] = (tmp0 + tmp3 + 32)>>6;
179 data[12] = (tmp0 - tmp3 + 32)>>6;
194 tmp0 = (data[0] + 32) >> 6
257 i32 tmp0, tmp1, tmp2, tmp3; local
361 i32 tmp0, tmp1, tmp2, tmp3; local
    [all...]
  /external/aac/libAACdec/src/arm/
block_arm.cpp 120 FIXP_DBL tmp0, tmp1, tmp2, tmp3; local
121 tmp0 = pSpectrum[0];
125 tmp0 >>= scale;
129 *pSpectrum++ = tmp0;
  /external/jpeg/
jidctred.c 122 INT32 tmp0, tmp2, tmp10, tmp12; local
158 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
159 tmp0 <<= (CONST_BITS+1);
166 tmp10 = tmp0 + tmp2;
167 tmp12 = tmp0 - tmp2;
176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1);
191 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1);
220 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1);
225 tmp10 = tmp0 + tmp2
275 INT32 tmp0, tmp10, z1; local
    [all...]
jidctint.c 152 INT32 tmp0, tmp1, tmp2, tmp3; local
216 tmp0 = (z2 + z3) << CONST_BITS;
219 tmp10 = tmp0 + tmp3;
220 tmp13 = tmp0 - tmp3;
228 tmp0 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
233 z1 = tmp0 + tmp3;
235 z3 = tmp0 + tmp2;
239 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
251 tmp0 += z1 + z3
    [all...]
  /external/qemu/distrib/jpeg-6b/
jidctred.c 122 INT32 tmp0, tmp2, tmp10, tmp12; local
158 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
159 tmp0 <<= (CONST_BITS+1);
166 tmp10 = tmp0 + tmp2;
167 tmp12 = tmp0 - tmp2;
176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1);
191 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1);
220 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1);
225 tmp10 = tmp0 + tmp2
275 INT32 tmp0, tmp10, z1; local
    [all...]
jidctint.c 152 INT32 tmp0, tmp1, tmp2, tmp3; local
216 tmp0 = (z2 + z3) << CONST_BITS;
219 tmp10 = tmp0 + tmp3;
220 tmp13 = tmp0 - tmp3;
228 tmp0 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
233 z1 = tmp0 + tmp3;
235 z3 = tmp0 + tmp2;
239 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
251 tmp0 += z1 + z3
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
Intersection.java 93 Vector3f tmp0 = vars.vect1, local
109 v1.subtract(center, tmp0);
114 tmp1.subtract(tmp0, e0); // tri edge 0
116 tmp0.subtract(tmp2, e2); // tri edge 2
129 p0 = e0.z * tmp0.y - e0.y * tmp0.z;
140 p0 = -e0.z * tmp0.x + e0.x * tmp0.z;
166 p0 = e1.z * tmp0.y - e1.y * tmp0.z
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-sparcv9.pl 48 $tmp0="%i3";
57 sll $a,5,$tmp0 !! $i
60 add $tmp0,$e,$e
61 and $c,$b,$tmp0
66 or $tmp1,$tmp0,$tmp1
85 sll $a,5,$tmp0 !! $i
95 sll $a,5,$tmp0 !! $i
120 add $tmp0,$e,$e !!
121 and $c,$b,$tmp0
127 or $tmp1,$tmp0,$tmp
    [all...]
sha512-sparcv9.pl 108 $tmp0="%g3";
177 add $tmp31,32,$tmp0
178 sllx @pair[0],$tmp0,$tmp1
194 add $tmp31,32,$tmp0
196 sllx @pair[0],$tmp0,$tmp1
226 $SRL $e,@Sigma1[1],$tmp0
229 xor $tmp0,$h,$h
230 $SRL $e,@Sigma1[2],$tmp0
233 xor $tmp0,$h,$h
235 xor $tmp1,$h,$tmp0 ! Sigma1(e
    [all...]
sha1-sparcv9a.pl 49 $tmp0="%i3";
150 sll $a,5,$tmp0 !! $i
155 add $tmp0,$e,$e
169 sll $a,5,$tmp0 !! $i
174 add $tmp0,$e,$e
203 sll $a,5,$tmp0 !! $i
207 add $tmp0,$e,$e
209 xor $c,$b,$tmp0
212 xor $d,$tmp0,$tmp1
221 sll $a,5,$tmp0 !! $
    [all...]
sha512-mips.pl 120 my ($T1,$tmp0,$tmp1,$tmp2)=(@X[4],@X[5],@X[6],@X[7]);
127 srl $tmp0,@X[0],24 # byte swap($i)
133 or @X[0],$tmp0
138 ori $tmp0,$zero,0xFF
139 dsll $tmp2,$tmp0,32
140 or $tmp0,$tmp2 # 0x000000FF000000FF
141 and $tmp1,@X[0],$tmp0 # byte swap($i)
144 and $tmp2,$tmp0
145 dsll $tmp0,8 # 0x0000FF000000FF00
147 and $tmp2,@X[0],$tmp0
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-sparcv9.pl 48 $tmp0="%i3";
57 sll $a,5,$tmp0 !! $i
60 add $tmp0,$e,$e
61 and $c,$b,$tmp0
66 or $tmp1,$tmp0,$tmp1
85 sll $a,5,$tmp0 !! $i
95 sll $a,5,$tmp0 !! $i
120 add $tmp0,$e,$e !!
121 and $c,$b,$tmp0
127 or $tmp1,$tmp0,$tmp
    [all...]
sha512-sparcv9.pl 108 $tmp0="%g3";
177 add $tmp31,32,$tmp0
178 sllx @pair[0],$tmp0,$tmp1
194 add $tmp31,32,$tmp0
196 sllx @pair[0],$tmp0,$tmp1
226 $SRL $e,@Sigma1[1],$tmp0
229 xor $tmp0,$h,$h
230 $SRL $e,@Sigma1[2],$tmp0
233 xor $tmp0,$h,$h
235 xor $tmp1,$h,$tmp0 ! Sigma1(e
    [all...]
sha1-sparcv9a.pl 49 $tmp0="%i3";
150 sll $a,5,$tmp0 !! $i
155 add $tmp0,$e,$e
169 sll $a,5,$tmp0 !! $i
174 add $tmp0,$e,$e
203 sll $a,5,$tmp0 !! $i
207 add $tmp0,$e,$e
209 xor $c,$b,$tmp0
212 xor $d,$tmp0,$tmp1
221 sll $a,5,$tmp0 !! $
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.c 80 EAS_I32 tmp0; local
109 tmp0 = *pInputBuffer++;
115 tmp2 *= tmp0;
127 tmp0 = tmp2 * gainLeft;
129 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS;
130 tmp1 += tmp0;
137 tmp0 = tmp2 * gainRight;
139 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS
422 EAS_I32 tmp0; local
566 EAS_I32 tmp0; local
    [all...]
ARM-E_interpolate_loop_gnu.s 45 tmp0 .req r1 @reuse register label
81 SUBS tmp0, pPhaseAccum, pLoopEnd @ check for loop end
82 ADDGE pPhaseAccum, pLoopStart, tmp0 @ loop back to start
85 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
88 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0
94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
105 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
    [all...]
ARM-E_voice_gain_gnu.s 45 tmp0 .req r4 label
85 LDR tmp0, [pWTFrame, #m_prevGain]
92 SMULBB gainLeft, tmp0, gainLeft
100 SMULBB gainRight, tmp0, gainRight
107 LDRSH tmp0, [pInputBuffer], #2
114 SMLAWB tmp1, gainLeft, tmp0, tmp1
122 SMLAWB tmp2, gainRight, tmp0, tmp2
126 LDRGTSH tmp0, [pInputBuffer], #2
146 LDRSH tmp0, [pInputBuffer], #NEXT_OUTPUT_PCM @ fetch voice output
150 SMULWB tmp0, gain, tmp0 @ sample * local gain
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 80 EAS_I32 tmp0; local
109 tmp0 = *pInputBuffer++;
115 tmp2 *= tmp0;
127 tmp0 = tmp2 * gainLeft;
129 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS;
130 tmp1 += tmp0;
137 tmp0 = tmp2 * gainRight;
139 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS
422 EAS_I32 tmp0; local
566 EAS_I32 tmp0; local
    [all...]
ARM-E_interpolate_loop_gnu.s 45 tmp0 .req r1 @reuse register label
81 SUBS tmp0, pPhaseAccum, pLoopEnd @ check for loop end
82 ADDGE pPhaseAccum, pLoopStart, tmp0 @ loop back to start
85 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
88 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0
94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
105 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
    [all...]
ARM-E_voice_gain_gnu.s 45 tmp0 .req r4 label
85 LDR tmp0, [pWTFrame, #m_prevGain]
92 SMULBB gainLeft, tmp0, gainLeft
100 SMULBB gainRight, tmp0, gainRight
107 LDRSH tmp0, [pInputBuffer], #2
114 SMLAWB tmp1, gainLeft, tmp0, tmp1
122 SMLAWB tmp2, gainRight, tmp0, tmp2
126 LDRGTSH tmp0, [pInputBuffer], #2
146 LDRSH tmp0, [pInputBuffer], #NEXT_OUTPUT_PCM @ fetch voice output
150 SMULWB tmp0, gain, tmp0 @ sample * local gain
    [all...]

Completed in 358 milliseconds

1 2 3 4 5