/external/llvm/test/MC/Mips/ |
r-mips-got-disp.s | 47 $tmp0: 48 .size main, ($tmp0)-main
|
xgot.s | 57 $tmp0: 58 .size fill, ($tmp0)-fill
|
elf-N64.s | 54 $tmp0: 55 .size main, ($tmp0)-main
|
elf-relsym.s | 72 $tmp0: 73 .size foo1, ($tmp0)-foo1
|
mips_gprel16.s | 40 $tmp0: 41 .size testvar1, ($tmp0)-testvar1
|
elf-tls.s | 47 $tmp0: 48 .size f1, ($tmp0)-f1
|
do_switch1.s | 64 $tmp0: 65 .size main, ($tmp0)-main
|
do_switch2.s | 66 $tmp0: 67 .size main, ($tmp0)-main
|
do_switch3.s | 71 $tmp0: 72 .size main, ($tmp0)-main
|
elf-gprel-32-64.s | 75 $tmp0: 76 .size test, ($tmp0)-test
|
/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/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/aac/libAACdec/src/ |
ldfiltbank.cpp | 134 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/libFDK/include/ |
fft.h | 126 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/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
resample_by_2_internal.c | 34 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/ |
ARM-E_filter_gnu.s | 49 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
|
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_interpolate_noloop_gnu.s | 49 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, ASR #2 @ reduce 16-bit signal by 12dB [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/ |
ARM-E_filter_gnu.s | 49 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
|
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_interpolate_noloop_gnu.s | 49 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, ASR #2 @ reduce 16-bit signal by 12dB [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...] |
/external/aac/libAACenc/src/ |
transform.cpp | 186 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);
|