/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
decode.c | 56 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;
|
decode_plc.c | 257 int16_t tmp_1, tmp_2; local 790 tmp_1 = (int16_t)WebRtcSpl_SatW32ToW16( 795 Vector_Word16_1[k] = tmp_1;
|
/external/libmpeg2/common/ |
ideint_cac.c | 248 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_2) [all...] |
/external/boringssl/src/crypto/ec/ |
simple.c | 235 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) || [all...] |
/external/webrtc/webrtc/modules/audio_processing/ns/ |
nsx_core_mips.c | 761 int16_t tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6; local [all...] |
/external/webp/src/dsp/ |
enc_sse41.c | 74 __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);
|
enc_sse2.c | 1150 __m128i tmp_0, tmp_1, tmp_2, tmp_3; local [all...] |
/external/opencv3/3rdparty/libwebp/dsp/ |
enc_sse2.c | 644 __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); [all...] |