Searched defs:tmp0 (Results 1 - 25 of 106) sorted by relevance

12345

/external/llvm/test/MC/Mips/
H A Dr-mips-got-disp.s47 $tmp0:
48 .size main, ($tmp0)-main
H A Dxgot.s57 $tmp0:
58 .size fill, ($tmp0)-fill
H A Delf-N64.s54 $tmp0:
55 .size main, ($tmp0)-main
H A Delf-relsym.s72 $tmp0:
73 .size foo1, ($tmp0)-foo1
H A Dmips_gprel16.s40 $tmp0:
41 .size testvar1, ($tmp0)-testvar1
H A Delf-tls.s47 $tmp0:
48 .size f1, ($tmp0)-f1
H A Ddo_switch1.s64 $tmp0:
65 .size main, ($tmp0)-main
H A Ddo_switch2.s66 $tmp0:
67 .size main, ($tmp0)-main
H A Ddo_switch3.s71 $tmp0:
72 .size main, ($tmp0)-main
H A Delf-gprel-32-64.s75 $tmp0:
76 .size test, ($tmp0)-test
/external/aac/libAACdec/src/arm/
H A Dblock_arm.cpp120 FIXP_DBL tmp0, tmp1, tmp2, tmp3; local
121 tmp0 = pSpectrum[0];
125 tmp0 >>= scale;
129 *pSpectrum++ = tmp0;
/external/aac/libFDK/include/
H A Dfft.h126 FIXP_DBL a00, a10, a20, a30, tmp0, tmp1; local
136 tmp0 = a00 - x[4]; /* Re A - Re B */
145 x[2] = tmp0 + a30; /* Re B' = Re A - Re B + Im C - Im D */
146 x[6] = tmp0 - a30; /* Re D' = Re A - Re B - Im C + Im D */
/external/aac/libFDK/src/arm/
H A Dscale_arm.cpp116 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/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dresample_by_2_internal.c34 int32_t 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 int32_t tmp0, tmp1, diff; local
203 int32_t tmp0, tmp1, diff; local
273 int32_t tmp0, tmp1, diff; local
343 int32_t tmp0, tmp1, diff; local
422 int32_t tmp0, tmp1, diff; local
555 int32_t tmp0, tmp1, diff; local
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_filter_gnu.s49 tmp0 .req r1 @ reuse register label
88 LDRSH tmp0, [pBuffer] @ fetch sample
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
100 MOV z1, tmp0, ASR #14 @ shift result to low word
115 LDRGTSH tmp0, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
H A DARM-E_interpolate_loop_gnu.s45 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, LS
[all...]
H A DARM-E_interpolate_noloop_gnu.s49 tmp0 .req r1 @ reuse register label
77 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
80 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0
86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
99 MOV tmp0, tmp0, AS
[all...]
H A DARM-E_voice_gain_gnu.s45 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, gai
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_filter_gnu.s49 tmp0 .req r1 @ reuse register label
88 LDRSH tmp0, [pBuffer] @ fetch sample
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
100 MOV z1, tmp0, ASR #14 @ shift result to low word
115 LDRGTSH tmp0, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
H A DARM-E_interpolate_loop_gnu.s45 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, LS
[all...]
H A DARM-E_interpolate_noloop_gnu.s49 tmp0 .req r1 @ reuse register label
77 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
80 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0
86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
99 MOV tmp0, tmp0, AS
[all...]
H A DARM-E_voice_gain_gnu.s45 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, gai
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dresample_by_2_internal.c34 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...]
/external/aac/libAACdec/src/
H A Dldfiltbank.cpp134 FIXP_DBL z0, z2, tmp0, tmp1; local
141 tmp0 = ( fMultDiv2(z[N/2+i], fb[N/2-1-i]) + fMultDiv2(z[i], fb[N/2+i]) ) ;
146 output[(i-N/4)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp0, -WTS0-1 + scale, SAMPLE_BITS);
150 output[(i-N/4)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp0, WTS0+1 - scale, SAMPLE_BITS);
160 FIXP_DBL tmp0 = fMultDiv2(z[i], fb[N/2+i]); local
164 output[(N*3/4 + i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp0, -WTS0-1 + scale, SAMPLE_BITS);
167 output[(N*3/4 + i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp0, WTS0+1 - scale, SAMPLE_BITS);
/external/aac/libAACenc/src/
H A Dtransform.cpp186 FIXP_DBL tmp0; local
187 tmp0 = fMultDiv2((FIXP_PCM)timeData[i+nl], pLeftWindowPart[i].v.im);
188 mdctData[(tl/2)+i+nl] = fMultSubDiv2(tmp0, (FIXP_PCM)timeData[tl-nl-i-1], pLeftWindowPart[i].v.re);

Completed in 5775 milliseconds

12345