Searched defs:tmp_1 (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
208 tmp_1 = (int16_t)WebRtcSpl_SatW32ToW16(((int32_t)Vector_Word16_1[k]+Vector_Word16_2[k] + 1)); /* Construct a new upper channel signal*/
210 Vector_Word16_1[k] = tmp_1;
H A Ddecode_plc.c257 int16_t tmp_1, tmp_2; local
790 tmp_1 = (int16_t)WebRtcSpl_SatW32ToW16(
795 Vector_Word16_1[k] = tmp_1;
/external/libmpeg2/common/
H A Dideint_cac.c248 WORD32 tmp_1, tmp_2; local
251 tmp_1 = AVG(pu1_top_0[i], pu1_top_1[i]);
253 val_1 = AVG(tmp_1, tmp_2);
255 tmp_1 = AVG(pu1_bot_0[i], pu1_bot_1[i]);
257 val_2 = AVG(tmp_1, tmp_2);
277 WORD32 tmp_1, tmp_2; local
280 tmp_1 = AVG(pu1_top_0[i], pu1_bot_0[i]);
282 val_1 = AVG(tmp_1, tmp_2);
284 tmp_1 = AVG(pu1_top_1[i], pu1_bot_1[i]);
286 val_2 = AVG(tmp_1, tmp_
[all...]
/external/boringssl/src/crypto/ec/
H A Dsimple.c235 BIGNUM *a, *b, *order, *tmp_1, *tmp_2; local
249 tmp_1 = BN_CTX_get(ctx);
275 if (!BN_mod_sqr(tmp_1, a, p, ctx) ||
276 !BN_mod_mul(tmp_2, tmp_1, a, p, ctx) ||
277 !BN_lshift(tmp_1, tmp_2, 2)) {
280 /* tmp_1 = 4*a^3 */
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
770 "lh %[tmp_1], 0(%[noiseSupFilter]) \n\t"
773 "mul %[tmp_2], %[tmp_2], %[tmp_1] \n\t"
774 "mul %[tmp_3], %[tmp_3], %[tmp_1] \n\t"
787 "lh %[tmp_1], 0(%[noiseSupFilter]) \n\t"
793 "mul %[tmp_2], %[tmp_2], %[tmp_1] \n\t"
794 "mul %[tmp_3], %[tmp_3], %[tmp_1] \n\t"
823 "lh %[tmp_1], 0(%[noiseSupFilter]) \n\t"
829 "mul %[tmp_2], %[tmp_2], %[tmp_1] \n\t"
830 "mul %[tmp_3], %[tmp_3], %[tmp_1] \
[all...]
/external/webp/src/dsp/
H A Denc_sse41.c74 __m128i tmp_0, tmp_1, tmp_2, tmp_3; local
109 tmp_1 = _mm_cvtepu8_epi16(_mm_srli_si128(transpose1_0, 8));
122 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3);
123 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3);
152 tmp_1 = _mm_unpackhi_epi64(transpose1_0, transpose1_1);
169 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3);
170 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3);
H A Denc_sse2.c1150 __m128i tmp_0, tmp_1, tmp_2, tmp_3; local
1186 tmp_1 = _mm_unpackhi_epi8(transpose1_0, zero);
1199 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3);
1200 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3);
1229 tmp_1 = _mm_unpackhi_epi64(transpose1_0, transpose1_1);
1246 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3);
1247 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3);
/external/opencv3/3rdparty/libwebp/dsp/
H A Denc_sse2.c644 __m128i tmp_0, tmp_1, tmp_2, tmp_3; local
680 tmp_1 = _mm_unpackhi_epi8(transpose1_0, zero);
693 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3);
694 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3);
723 tmp_1 = _mm_unpackhi_epi64(transpose1_0, transpose1_1);
742 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3);
743 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3);

Completed in 225 milliseconds