HomeSort by relevance Sort by last modified time
    Searched refs:tmp0 (Results 1 - 25 of 114) 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...]
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
71 tmp0 = dataptr[0] + dataptr[7];
82 tmp10 = tmp0 + tmp3; /* phase 2 */
83 tmp13 = tmp0 - tmp3;
121 tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7];
132 tmp10 = tmp0 + tmp3; /* phase 2 */
133 tmp13 = tmp0 - tmp3;
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
127 tmp0 = dataptr[0] + dataptr[7];
138 tmp10 = tmp0 + tmp3; /* phase 2 */
139 tmp13 = tmp0 - tmp3;
177 tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7];
188 tmp10 = tmp0 + tmp3; /* phase 2 */
189 tmp13 = tmp0 - tmp3;
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jidctred.c 123 INT32 tmp0, tmp2, tmp10, tmp12; local
159 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
160 tmp0 <<= (CONST_BITS+1);
167 tmp10 = tmp0 + tmp2;
168 tmp12 = tmp0 - tmp2;
177 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
191 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1);
192 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1);
221 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1);
226 tmp10 = tmp0 + tmp2
276 INT32 tmp0, tmp10, z1; local
    [all...]
fpdfapi_jidctint.c 153 INT32 tmp0, tmp1, tmp2, tmp3; local
217 tmp0 = (z2 + z3) << CONST_BITS;
220 tmp10 = tmp0 + tmp3;
221 tmp13 = tmp0 - tmp3;
229 tmp0 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
234 z1 = tmp0 + tmp3;
236 z3 = tmp0 + tmp2;
240 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
252 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/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...]
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/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...]
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/llvm/test/ExecutionEngine/RuntimeDyld/X86/
MachO_i386_DynNoPIC_relocations.s 8 calll tmp0$pb
9 tmp0$pb:
12 # rtdyld-check: decode_operand(inst1, 4) = x$non_lazy_ptr - tmp0$pb
14 movl x$non_lazy_ptr-tmp0$pb(%eax), %eax
  /external/libmpeg2/common/x86/
impeg2_inter_pred_sse42_intr.c 480 __m128i tmp0, tmp1; local
498 tmp0 = _mm_add_epi16(src_r0, src_r0_1); //Row 0 horizontal interpolation
500 tmp0 = _mm_add_epi16(tmp0, tmp1); //Row 0 vertical interpolation
501 tmp0 = _mm_add_epi16(tmp0, value_2);
502 tmp0 = _mm_srli_epi16(tmp0, 2);
503 tmp0 = _mm_packus_epi16(tmp0, value_2)
    [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);

Completed in 1145 milliseconds

1 2 3 4 5