Searched defs:tmp_2 (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode.c56 int16_t tmp_1, tmp_2; local
209 tmp_2 = (int16_t)WebRtcSpl_SatW32ToW16(((int32_t)Vector_Word16_1[k]-Vector_Word16_2[k])); /* Construct a new lower channel signal*/
211 Vector_Word16_2[k] = tmp_2;
H A Ddecode_plc.c257 int16_t tmp_1, tmp_2; local
793 tmp_2 = (int16_t)WebRtcSpl_SatW32ToW16(
796 Vector_Word16_2[k] = tmp_2;
/external/libmpeg2/common/
H A Dideint_cac.c248 WORD32 tmp_1, tmp_2; local
252 tmp_2 = AVG(pu1_top_2[i], pu1_top_3[i]);
253 val_1 = AVG(tmp_1, tmp_2);
256 tmp_2 = AVG(pu1_bot_2[i], pu1_bot_3[i]);
257 val_2 = AVG(tmp_1, tmp_2);
277 WORD32 tmp_1, tmp_2; local
281 tmp_2 = AVG(pu1_top_2[i], pu1_bot_2[i]);
282 val_1 = AVG(tmp_1, tmp_2);
285 tmp_2 = AVG(pu1_top_3[i], pu1_bot_3[i]);
286 val_2 = AVG(tmp_1, tmp_2);
[all...]
/external/webrtc/webrtc/common_audio/resampler/
H A Dresampler.cc457 int16_t* tmp_2; local
828 tmp_2 = (int16_t*) malloc((sizeof(int16_t) * lengthIn) / 6);
843 WebRtcSpl_DownsampleBy2(tmp, outLen, tmp_2, (int32_t*) state2_);
847 WebRtcSpl_DownsampleBy2(tmp_2, outLen, samplesOut,
849 free(tmp_2);
/external/boringssl/src/crypto/ec/
H A Dsimple.c235 BIGNUM *a, *b, *order, *tmp_1, *tmp_2; local
250 tmp_2 = BN_CTX_get(ctx);
276 !BN_mod_mul(tmp_2, tmp_1, a, p, ctx) ||
277 !BN_lshift(tmp_1, tmp_2, 2)) {
282 if (!BN_mod_sqr(tmp_2, b, p, ctx) ||
283 !BN_mul_word(tmp_2, 27)) {
286 /* tmp_2 = 27*b^2 */
288 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx) ||
/external/webrtc/webrtc/modules/audio_processing/ns/
H A Dnsx_core_mips.c761 int16_t tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6; local
771 "lh %[tmp_2], 0(%[real]) \n\t"
773 "mul %[tmp_2], %[tmp_2], %[tmp_1] \n\t"
775 "sra %[tmp_2], %[tmp_2], 14 \n\t"
777 "sh %[tmp_2], 0(%[real]) \n\t"
780 "sh %[tmp_2], 0(%[freq_buf_f]) \n\t"
788 "lh %[tmp_2], 0(%[real]) \n\t"
793 "mul %[tmp_2],
[all...]
/external/webp/src/dsp/
H A Denc_sse41.c74 __m128i tmp_0, tmp_1, tmp_2, tmp_3; local
110 tmp_2 = _mm_cvtepu8_epi16(transpose1_1);
121 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2);
124 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2);
153 tmp_2 = _mm_unpacklo_epi64(transpose1_2, transpose1_3);
168 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2);
171 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2);
H A Denc_sse2.c1150 __m128i tmp_0, tmp_1, tmp_2, tmp_3; local
1187 tmp_2 = _mm_unpacklo_epi8(transpose1_1, zero);
1198 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2);
1201 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2);
1230 tmp_2 = _mm_unpacklo_epi64(transpose1_2, transpose1_3);
1245 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2);
1248 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2);

Completed in 208 milliseconds